Query Time: 1.00 ms Query memory: 0.028 MB Memory before query: 1.210 MB Rows returned: 1
SELECT `data`
FROM `laxmiji_session`
WHERE `session_id` = X'626a72656d6a75366635736d386e686766636e65656163397236'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
| 14 | JSessionStorageDatabase->read() | Same as call in the line below. |
| 13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
| 12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
| 11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
| 10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:660 |
| 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:620 |
| 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:498 |
| 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:455 |
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:758 |
| 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:47 |
Query Time: 1.03 ms After last query: 2.04 ms Query memory: 0.023 MB Memory before query: 1.455 MB Rows returned: 9
SELECT id, rules
FROM `laxmiji_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php: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:50 |
Query Time: 0.83 ms After last query: 0.16 ms Query memory: 0.022 MB Memory before query: 1.469 MB Rows returned: 1
SELECT b.id
FROM laxmiji_usergroups AS a
LEFT JOIN laxmiji_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 1 | 100.00 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
| 9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php: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:50 |
Query Time: 2.09 ms After last query: 5.16 ms Query memory: 0.024 MB Memory before query: 2.043 MB Rows returned: 0
SELECT `manifest_cache`
FROM `laxmiji_extensions`
WHERE `type` = 'component'
AND `name` = 'com_admintools'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_extensions | NULL | ref | extension | extension | 82 | const | 69 | 10.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/libraries/fof30/Container/Container.php:787 |
| 12 | FOF30\Container\Container->getDefaultMediaVersion() | JROOT/libraries/fof30/Container/Container.php:675 |
| 11 | FOF30\Container\Container->__construct() | JROOT/libraries/fof30/Container/Container.php:159 |
| 10 | FOF30\Container\Container::makeInstance() | JROOT/libraries/fof30/Container/Container.php:140 |
| 9 | FOF30\Container\Container::getInstance() | JROOT/plugins/system/admintools/admintools/main.php:813 |
| 8 | plgSystemAdmintools->initialize() | JROOT/plugins/system/admintools/admintools/main.php:110 |
| 7 | plgSystemAdmintools->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.35 ms After last query: 1.21 ms Query memory: 0.024 MB Memory before query: 2.135 MB Rows returned: 0
SELECT `manifest_cache`
FROM `laxmiji_extensions`
WHERE `type` = 'component'
AND `name` = 'com_admintools'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_extensions | NULL | ref | extension | extension | 82 | const | 69 | 10.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/libraries/fof30/Container/Container.php:787 |
| 12 | FOF30\Container\Container->getDefaultMediaVersion() | JROOT/libraries/fof30/Container/Container.php:675 |
| 11 | FOF30\Container\Container->__construct() | JROOT/libraries/fof30/Container/Container.php:290 |
| 10 | FOF30\Container\Container::makeInstance() | JROOT/libraries/fof30/Container/Container.php:140 |
| 9 | FOF30\Container\Container::getInstance() | JROOT/plugins/system/admintools/admintools/main.php:813 |
| 8 | plgSystemAdmintools->initialize() | JROOT/plugins/system/admintools/admintools/main.php:110 |
| 7 | plgSystemAdmintools->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.83 ms After last query: 0.11 ms Query memory: 0.125 MB Memory before query: 2.140 MB Rows returned: 1
SELECT `value`
FROM `laxmiji_admintools_storage`
WHERE `key` = 'cparams'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_admintools_storage | NULL | const | PRIMARY | PRIMARY | 402 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_admintools/Helper/Storage.php:123 |
| 12 | Akeeba\AdminTools\Admin\Helper\Storage->load() | JROOT/administrator/components/com_admintools/Helper/Storage.php:53 |
| 11 | Akeeba\AdminTools\Admin\Helper\Storage->__construct() | JROOT/administrator/components/com_admintools/Helper/Storage.php:41 |
| 10 | Akeeba\AdminTools\Admin\Helper\Storage::getInstance() | JROOT/plugins/system/admintools/admintools/main.php:278 |
| 9 | plgSystemAdmintools->loadComponentParameters() | JROOT/plugins/system/admintools/admintools/main.php:831 |
| 8 | plgSystemAdmintools->initialize() | JROOT/plugins/system/admintools/admintools/main.php:110 |
| 7 | plgSystemAdmintools->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.91 ms After last query: 0.72 ms Query memory: 0.024 MB Memory before query: 2.268 MB Rows returned: 0
SELECT *
FROM `laxmiji_admintools_wafexceptions`
WHERE NOT(`option` LIKE 'com_%')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_admintools_wafexceptions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 11 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/admintools/main.php:549 |
| 10 | plgSystemAdmintools->loadWAFExceptionsSEF() | JROOT/plugins/system/admintools/admintools/main.php:460 |
| 9 | plgSystemAdmintools->loadWAFExceptions() | JROOT/plugins/system/admintools/admintools/main.php:843 |
| 8 | plgSystemAdmintools->initialize() | JROOT/plugins/system/admintools/admintools/main.php:110 |
| 7 | plgSystemAdmintools->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 2.00 ms After last query: 2.01 ms Query memory: 0.022 MB Memory before query: 2.496 MB Rows returned: 1
SELECT `manifest_cache`
FROM `laxmiji_extensions`
WHERE `name` = 'files_joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_extensions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 416 | 10.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 9 | JDatabaseDriver->loadAssoc() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2709 |
| 8 | plgSystemCleantalkantispam->getCmsVersion() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:160 |
| 7 | plgSystemCleantalkantispam->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.09 ms After last query: 1.77 ms Query memory: 0.023 MB Memory before query: 2.803 MB Rows returned: 0
SELECT `manifest_cache`
FROM `laxmiji_extensions`
WHERE `type` = 'component'
AND `name` = 'com_loginguard'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_extensions | NULL | ref | extension | extension | 82 | const | 69 | 10.00 | 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:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/libraries/fof30/Container/Container.php:787 |
| 11 | FOF30\Container\Container->getDefaultMediaVersion() | JROOT/libraries/fof30/Container/Container.php:675 |
| 10 | FOF30\Container\Container->__construct() | JROOT/libraries/fof30/Container/Container.php:159 |
| 9 | FOF30\Container\Container::makeInstance() | JROOT/libraries/fof30/Container/Container.php:140 |
| 8 | FOF30\Container\Container::getInstance() | JROOT/plugins/system/loginguard/loginguard.php:91 |
| 7 | PlgSystemLoginguard->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.92 ms After last query: 0.46 ms Query memory: 0.023 MB Memory before query: 2.824 MB Rows returned: 0
SELECT `manifest_cache`
FROM `laxmiji_extensions`
WHERE `type` = 'component'
AND `name` = 'com_loginguard'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_extensions | NULL | ref | extension | extension | 82 | const | 69 | 10.00 | 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:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/libraries/fof30/Container/Container.php:787 |
| 11 | FOF30\Container\Container->getDefaultMediaVersion() | JROOT/libraries/fof30/Container/Container.php:675 |
| 10 | FOF30\Container\Container->__construct() | JROOT/libraries/fof30/Container/Container.php:290 |
| 9 | FOF30\Container\Container::makeInstance() | JROOT/libraries/fof30/Container/Container.php:140 |
| 8 | FOF30\Container\Container::getInstance() | JROOT/plugins/system/loginguard/loginguard.php:91 |
| 7 | PlgSystemLoginguard->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.65 ms After last query: 0.13 ms Query memory: 0.024 MB Memory before query: 2.829 MB Rows returned: 1
SELECT `params`
FROM `laxmiji_extensions`
WHERE `type` = 'component'
AND `element` = 'com_loginguard'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/libraries/fof30/Params/Params.php:55 |
| 12 | FOF30\Params\Params->reload() | JROOT/libraries/fof30/Params/Params.php:40 |
| 11 | FOF30\Params\Params->__construct() | JROOT/libraries/fof30/Container/Container.php:507 |
| 10 | FOF30\Container\Container->FOF30\Container\{closure}() | JROOT/libraries/fof30/Pimple/Container.php:113 |
| 9 | FOF30\Pimple\Container->offsetGet() | JROOT/libraries/fof30/Container/ContainerBase.php:27 |
| 8 | FOF30\Container\ContainerBase->__get() | JROOT/plugins/system/loginguard/loginguard.php:102 |
| 7 | PlgSystemLoginguard->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.98 ms After last query: 2.14 ms Query memory: 0.024 MB Memory before query: 3.076 MB Rows returned: 1
SELECT template
FROM laxmiji_template_styles as s
WHERE s.client_id = 0
AND s.home = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | ALL | idx_client_id,idx_client_id_home | NO INDEX KEY COULD BE USED | NULL | NULL | 25 | 8.80 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:31 |
| 12 | RokCommon_PlatformInfo_Joomla->getDefaultTemplate() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:105 |
| 11 | RokCommon_PlatformInfo_Joomla->setPlatformParameters() | JROOT/libraries/rokcommon/RokCommon/Service.php:71 |
| 10 | RokCommon_Service::getContainer() | JROOT/libraries/rokcommon/include.php:38 |
| 9 | require_once JROOT/libraries/rokcommon/include.php | JROOT/plugins/system/rokcommon/rokcommon.php:95 |
| 8 | plgSystemRokCommon->loadCommonLib() | JROOT/plugins/system/rokcommon/rokcommon.php:53 |
| 7 | plgSystemRokCommon->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.67 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 3.084 MB Rows returned: 1
SELECT template
FROM laxmiji_template_styles as s
WHERE s.client_id = 0
AND s.home = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | ALL | idx_client_id,idx_client_id_home | NO INDEX KEY COULD BE USED | NULL | NULL | 25 | 8.80 | 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:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:31 |
| 13 | RokCommon_PlatformInfo_Joomla->getDefaultTemplate() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:67 |
| 12 | RokCommon_PlatformInfo_Joomla->getDefaultTemplatePath() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:106 |
| 11 | RokCommon_PlatformInfo_Joomla->setPlatformParameters() | JROOT/libraries/rokcommon/RokCommon/Service.php:71 |
| 10 | RokCommon_Service::getContainer() | JROOT/libraries/rokcommon/include.php:38 |
| 9 | require_once JROOT/libraries/rokcommon/include.php | JROOT/plugins/system/rokcommon/rokcommon.php:95 |
| 8 | plgSystemRokCommon->loadCommonLib() | JROOT/plugins/system/rokcommon/rokcommon.php:53 |
| 7 | plgSystemRokCommon->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.73 ms After last query: 0.92 ms Query memory: 0.023 MB Memory before query: 3.181 MB Rows returned: 4
SELECT extension, file, type
FROM laxmiji_rokcommon_configs
ORDER BY priority
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_rokcommon_configs | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 100.00 | Using filesort |
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:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rokcommon/rokcommon.php:131 |
| 8 | plgSystemRokCommon->processRegisteredConfigs() | JROOT/plugins/system/rokcommon/rokcommon.php:75 |
| 7 | plgSystemRokCommon->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 2.37 ms After last query: 17.97 ms Query memory: 0.032 MB Memory before query: 7.258 MB Rows returned: 18
SHOW FULL COLUMNS
FROM `laxmiji_extensions`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `laxmiji_extensions`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
| 16 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
| 15 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
| 14 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Extension.php:32 |
| 13 | Joomla\CMS\Table\Extension->__construct() | JROOT/libraries/src/Table/Table.php:312 |
| 12 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/quix/app/drivers/joomla/joomla.php:177 |
| 11 | qxGetComponentInfo() | JROOT/libraries/quix/app/bootstrap.php:44 |
| 10 | include_once JROOT/libraries/quix/app/bootstrap.php | JROOT/libraries/loader.php:226 |
| 9 | JLoader::import() | JROOT/libraries/loader.php:845 |
| 8 | jimport() | JROOT/plugins/system/quix/quix.php:15 |
| 7 | require_once JROOT/plugins/system/quix/quix.php | JROOT/libraries/src/Plugin/PluginHelper.php:253 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.88 ms After last query: 0.24 ms Query memory: 0.024 MB Memory before query: 7.301 MB Rows returned: 1
SELECT `extension_id`
FROM `laxmiji_extensions`
WHERE element = 'com_quix'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_extensions | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | 100.00 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Table/Extension.php:124 |
| 12 | Joomla\CMS\Table\Extension->find() | JROOT/libraries/quix/app/drivers/joomla/joomla.php:178 |
| 11 | qxGetComponentInfo() | JROOT/libraries/quix/app/bootstrap.php:44 |
| 10 | include_once JROOT/libraries/quix/app/bootstrap.php | JROOT/libraries/loader.php:226 |
| 9 | JLoader::import() | JROOT/libraries/loader.php:845 |
| 8 | jimport() | JROOT/plugins/system/quix/quix.php:15 |
| 7 | require_once JROOT/plugins/system/quix/quix.php | JROOT/libraries/src/Plugin/PluginHelper.php:253 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.79 ms After last query: 0.09 ms Query memory: 0.030 MB Memory before query: 7.311 MB Rows returned: 1
SELECT *
FROM laxmiji_extensions
WHERE `extension_id` = '10760'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_extensions | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 13 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
| 12 | Joomla\CMS\Table\Table->load() | JROOT/libraries/quix/app/drivers/joomla/joomla.php:179 |
| 11 | qxGetComponentInfo() | JROOT/libraries/quix/app/bootstrap.php:44 |
| 10 | include_once JROOT/libraries/quix/app/bootstrap.php | JROOT/libraries/loader.php:226 |
| 9 | JLoader::import() | JROOT/libraries/loader.php:845 |
| 8 | jimport() | JROOT/plugins/system/quix/quix.php:15 |
| 7 | require_once JROOT/plugins/system/quix/quix.php | JROOT/libraries/src/Plugin/PluginHelper.php:253 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.82 ms After last query: 0.08 ms Query memory: 0.024 MB Memory before query: 7.315 MB Rows returned: 1
SELECT template
FROM laxmiji_template_styles
WHERE client_id = 0
AND home = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_template_styles | NULL | ALL | idx_client_id,idx_client_id_home | NO INDEX KEY COULD BE USED | NULL | NULL | 25 | 8.80 | 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:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/libraries/quix/app/drivers/joomla/joomla.php:137 |
| 11 | quix_default_template() | JROOT/libraries/quix/app/bootstrap.php:63 |
| 10 | include_once JROOT/libraries/quix/app/bootstrap.php | JROOT/libraries/loader.php:226 |
| 9 | JLoader::import() | JROOT/libraries/loader.php:845 |
| 8 | jimport() | JROOT/plugins/system/quix/quix.php:15 |
| 7 | require_once JROOT/plugins/system/quix/quix.php | JROOT/libraries/src/Plugin/PluginHelper.php:253 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:625 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 3.21 ms After last query: 0.54 ms Query memory: 0.023 MB Memory before query: 7.366 MB Rows returned: 1
SHOW VARIABLES LIKE "collation_database"
EXPLAIN not possible on query: SHOW VARIABLES LIKE "collation_database"
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/libraries/joomla/database/driver/mysqli.php:342 |
| 11 | JDatabaseDriverMysqli->getCollation() | JROOT/plugins/system/admintools/feature/utf8mb4.php:28 |
| 10 | AtsystemFeatureUtf8mb4->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:710 |
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:135 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.67 ms After last query: 0.18 ms Query memory: 0.024 MB Memory before query: 7.377 MB Rows returned: 0
SELECT *
FROM `laxmiji_admintools_ipautoban`
WHERE `ip` = '216.73.216.63'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/plugins/system/admintools/feature/autoipfiltering.php:74 |
| 11 | AtsystemFeatureAutoipfiltering->isIPBlocked() | JROOT/plugins/system/admintools/feature/autoipfiltering.php:23 |
| 10 | AtsystemFeatureAutoipfiltering->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:710 |
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:135 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.82 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 7.382 MB Rows returned: 0
SELECT `ip`
FROM `laxmiji_admintools_ipblock`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_admintools_ipblock | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
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:1550 |
| 12 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/admintools/feature/ipblacklist.php:139 |
| 11 | AtsystemFeatureIpblacklist->isIPBlocked() | JROOT/plugins/system/admintools/feature/ipblacklist.php:33 |
| 10 | AtsystemFeatureIpblacklist->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:710 |
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:135 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.79 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 7.388 MB Rows returned: 6
SELECT *
FROM `laxmiji_admintools_storage`
WHERE `key` LIKE 'timestamp_%'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_admintools_storage | NULL | range | PRIMARY | PRIMARY | 402 | NULL | 6 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 13 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/feature/abstract.php:269 |
| 12 | AtsystemFeatureAbstract->loadTimestamps() | JROOT/plugins/system/admintools/feature/abstract.php:349 |
| 11 | AtsystemFeatureAbstract->getTimestamp() | JROOT/plugins/system/admintools/feature/disableobsoleteadmins.php:113 |
| 10 | AtsystemFeatureDisableobsoleteadmins->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:710 |
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:135 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 6.05 ms After last query: 0.10 ms Query memory: 0.023 MB Memory before query: 7.395 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_admintools_log`
ORDER BY `id` DESC
LIMIT 10000, 100
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_admintools_log | NULL | index | NULL | id | 8 | NULL | 9975 | 100.00 | 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:1550 |
| 11 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/admintools/feature/removeoldlog.php:37 |
| 10 | AtsystemFeatureRemoveoldlog->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:710 |
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:135 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.36 ms After last query: 50.78 ms Query memory: 0.023 MB Memory before query: 7.405 MB Rows returned: 0
SELECT `source`,`keepurlparams`
FROM `laxmiji_admintools_redirects`
WHERE ((`dest` = 'gunjan-kalyani/') OR (`dest` = 'gunjan-kalyani/') OR ('gunjan-kalyani/' LIKE `dest`))
AND `published` = '1'
ORDER BY `ordering` DESC
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_admintools_redirects | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1773 |
| 11 | JDatabaseDriver->loadRow() | JROOT/plugins/system/admintools/feature/urlredir.php:89 |
| 10 | AtsystemFeatureUrlredir->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:710 |
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:135 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.91 ms After last query: 0.24 ms Query memory: 0.024 MB Memory before query: 7.409 MB Rows returned: 6
SELECT *
FROM `laxmiji_admintools_storage`
WHERE `key` LIKE 'timestamp_%'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_admintools_storage | NULL | range | PRIMARY | PRIMARY | 402 | NULL | 6 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 13 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/feature/abstract.php:269 |
| 12 | AtsystemFeatureAbstract->loadTimestamps() | JROOT/plugins/system/admintools/feature/abstract.php:349 |
| 11 | AtsystemFeatureAbstract->getTimestamp() | JROOT/plugins/system/admintools/feature/sessionoptimiser.php:35 |
| 10 | AtsystemFeatureSessionoptimiser->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:710 |
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:135 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.81 ms After last query: 0.26 ms Query memory: 0.024 MB Memory before query: 7.416 MB Rows returned: 6
SELECT *
FROM `laxmiji_admintools_storage`
WHERE `key` LIKE 'timestamp_%'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_admintools_storage | NULL | range | PRIMARY | PRIMARY | 402 | NULL | 6 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 13 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/feature/abstract.php:269 |
| 12 | AtsystemFeatureAbstract->loadTimestamps() | JROOT/plugins/system/admintools/feature/abstract.php:349 |
| 11 | AtsystemFeatureAbstract->getTimestamp() | JROOT/plugins/system/admintools/feature/sessioncleaner.php:38 |
| 10 | AtsystemFeatureSessioncleaner->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:710 |
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:135 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.09 ms After last query: 0.21 ms Query memory: 0.024 MB Memory before query: 7.423 MB Rows returned: 6
SELECT *
FROM `laxmiji_admintools_storage`
WHERE `key` LIKE 'timestamp_%'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_admintools_storage | NULL | range | PRIMARY | PRIMARY | 402 | NULL | 6 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 13 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/feature/abstract.php:269 |
| 12 | AtsystemFeatureAbstract->loadTimestamps() | JROOT/plugins/system/admintools/feature/abstract.php:349 |
| 11 | AtsystemFeatureAbstract->getTimestamp() | JROOT/plugins/system/admintools/feature/cachecleaner.php:35 |
| 10 | AtsystemFeatureCachecleaner->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:710 |
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:135 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.95 ms After last query: 0.26 ms Query memory: 0.024 MB Memory before query: 7.430 MB Rows returned: 6
SELECT *
FROM `laxmiji_admintools_storage`
WHERE `key` LIKE 'timestamp_%'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_admintools_storage | NULL | range | PRIMARY | PRIMARY | 402 | NULL | 6 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 13 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/feature/abstract.php:269 |
| 12 | AtsystemFeatureAbstract->loadTimestamps() | JROOT/plugins/system/admintools/feature/abstract.php:349 |
| 11 | AtsystemFeatureAbstract->getTimestamp() | JROOT/plugins/system/admintools/feature/cacheexpire.php:35 |
| 10 | AtsystemFeatureCacheexpire->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:710 |
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:135 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.92 ms After last query: 0.23 ms Query memory: 0.024 MB Memory before query: 7.437 MB Rows returned: 6
SELECT *
FROM `laxmiji_admintools_storage`
WHERE `key` LIKE 'timestamp_%'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_admintools_storage | NULL | range | PRIMARY | PRIMARY | 402 | NULL | 6 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 13 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/feature/abstract.php:269 |
| 12 | AtsystemFeatureAbstract->loadTimestamps() | JROOT/plugins/system/admintools/feature/abstract.php:349 |
| 11 | AtsystemFeatureAbstract->getTimestamp() | JROOT/plugins/system/admintools/feature/cleantemp.php:35 |
| 10 | AtsystemFeatureCleantemp->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:710 |
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:135 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.25 ms After last query: 7.97 ms Query memory: 0.028 MB Memory before query: 7.671 MB Rows returned: 67
SELECT *
FROM laxmiji_rsform_config
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_rsform_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 67 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsform/helpers/config.php:50 |
| 11 | RSFormProConfig->load() | JROOT/administrator/components/com_rsform/helpers/config.php:17 |
| 10 | RSFormProConfig->__construct() | JROOT/administrator/components/com_rsform/helpers/config.php:102 |
| 9 | RSFormProConfig::getInstance() | JROOT/plugins/system/rsformdeletesubmissions/rsformdeletesubmissions.php:28 |
| 8 | plgSystemRsformdeletesubmissions->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.91 ms After last query: 0.32 ms Query memory: 0.022 MB Memory before query: 7.696 MB Rows returned: 1
SELECT `extension_id`
FROM `laxmiji_extensions`
WHERE type = 'component'
AND element = 'com_roksprocket'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Table/Extension.php:124 |
| 9 | Joomla\CMS\Table\Extension->find() | JROOT/plugins/system/roksprocket/roksprocket.php:47 |
| 8 | plgSystemRokSprocket->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.76 ms After last query: 0.11 ms Query memory: 0.028 MB Memory before query: 7.702 MB Rows returned: 1
SELECT *
FROM laxmiji_extensions
WHERE `extension_id` = '10010'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_extensions | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 10 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
| 9 | Joomla\CMS\Table\Table->load() | JROOT/plugins/system/roksprocket/roksprocket.php:54 |
| 8 | plgSystemRokSprocket->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.80 ms After last query: 0.11 ms Query memory: 0.024 MB Memory before query: 7.713 MB Rows returned: 1
SELECT `extension_id`
FROM `laxmiji_extensions`
WHERE type = 'module'
AND element = 'mod_roksprocket'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Table/Extension.php:124 |
| 9 | Joomla\CMS\Table\Extension->find() | JROOT/plugins/system/roksprocket/roksprocket.php:70 |
| 8 | plgSystemRokSprocket->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.75 ms After last query: 0.11 ms Query memory: 0.028 MB Memory before query: 7.720 MB Rows returned: 1
SELECT *
FROM laxmiji_extensions
WHERE `extension_id` = '10010'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_extensions | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 10 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
| 9 | Joomla\CMS\Table\Table->load() | JROOT/plugins/system/roksprocket/roksprocket.php:76 |
| 8 | plgSystemRokSprocket->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 62.19 ms After last query: 14.30 ms Query memory: 0.027 MB Memory before query: 8.020 MB Rows returned: 0
SELECT *
FROM ( SELECT *
FROM laxmiji_redj_redirects
WHERE ( ( ('/gunjan-kalyani/' REGEXP BINARY fromurl)>0
AND (case_sensitive<>0)
AND (decode_url<>0)
AND (request_only<>0) ) OR ( ('/gunjan-kalyani/' REGEXP BINARY fromurl)>0
AND (case_sensitive<>0)
AND (decode_url=0)
AND (request_only<>0) ) OR ( ('https://old.globaljournals.org/gunjan-kalyani/' REGEXP BINARY fromurl)>0
AND (case_sensitive<>0)
AND (decode_url<>0)
AND (request_only=0) ) OR ( ('https://old.globaljournals.org/gunjan-kalyani/' REGEXP BINARY fromurl)>0
AND (case_sensitive<>0)
AND (decode_url=0)
AND (request_only=0) ) OR ( ('/gunjan-kalyani/' REGEXP fromurl)>0
AND (case_sensitive=0)
AND (decode_url<>0)
AND (request_only<>0) ) OR ( ('/gunjan-kalyani/' REGEXP fromurl)>0
AND (case_sensitive=0)
AND (decode_url=0)
AND (request_only<>0) ) OR ( ('https://old.globaljournals.org/gunjan-kalyani/' REGEXP fromurl)>0
AND (case_sensitive=0)
AND (decode_url<>0)
AND (request_only=0) ) OR ( ('https://old.globaljournals.org/gunjan-kalyani/' REGEXP fromurl)>0
AND (case_sensitive=0)
AND (decode_url=0)
AND (request_only=0) ) )
AND published=1
ORDER BY ordering ) AS A
WHERE A.skip='' OR ( ('https://old.globaljournals.org/gunjan-kalyani/' REGEXP BINARY A.skip)=0
AND (case_sensitive<>0)
AND (decode_url<>0) ) OR ( ('https://old.globaljournals.org/gunjan-kalyani/' REGEXP BINARY A.skip)=0
AND (case_sensitive<>0)
AND (decode_url=0) ) OR ( ('https://old.globaljournals.org/gunjan-kalyani/' REGEXP A.skip)=0
AND (case_sensitive=0)
AND (decode_url<>0) ) OR ( ('https://old.globaljournals.org/gunjan-kalyani/' REGEXP A.skip)=0
AND (case_sensitive=0)
AND (decode_url=0) )
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_redj_redirects | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3361 | 6.84 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/redj/redj.php:1435 |
| 9 | plgSystemReDJ->setRedirect() | JROOT/plugins/system/redj/redj.php:1284 |
| 8 | plgSystemReDJ->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.93 ms After last query: 2.04 ms Query memory: 0.028 MB Memory before query: 8.099 MB Rows returned: 2
SELECT *
FROM laxmiji_languages
ORDER BY ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 100.00 | Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_sh404sef/helpers/language.php:215 |
| 12 | Sh404sefHelperLanguage::getAllContentLanguages() | JROOT/administrator/components/com_sh404sef/helpers/language.php:167 |
| 11 | Sh404sefHelperLanguage::getUrlCodeFromTag() | JROOT/administrator/components/com_sh404sef/classes/pageinfo.php:84 |
| 10 | Sh404sefClassPageinfo->setCurrentLanguage() | JROOT/administrator/components/com_sh404sef/classes/pageinfo.php:100 |
| 9 | Sh404sefClassPageinfo->init() | JROOT/plugins/system/sh404sef/sh404sef.php:63 |
| 8 | plgSystemSh404sef->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.97 ms After last query: 3.73 ms Query memory: 0.044 MB Memory before query: 8.263 MB Rows returned: 1
SELECT `params`
FROM laxmiji_extensions
WHERE `element`='com_sh404sef'
AND `type`='component';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:687 |
| 14 | ShlDbClass->loadResult() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:377 |
| 13 | ShlDbClass->shlLoadResult() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:483 |
| 12 | ShlDbHelper::selectResult() | JROOT/administrator/components/com_sh404sef/helpers/general.php:160 |
| 11 | Sh404sefHelperGeneral::getComponentParams() | JROOT/administrator/components/com_sh404sef/classes/config.php:659 |
| 10 | Sh404sefClassConfig->__construct() | JROOT/administrator/components/com_sh404sef/sh404seffactory.php:121 |
| 9 | Sh404sefFactory::getConfig() | JROOT/plugins/system/sh404sef/sh404sef.php:86 |
| 8 | plgSystemSh404sef->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.88 ms After last query: 14.23 ms Query memory: 0.028 MB Memory before query: 8.737 MB Rows returned: 0
SELECT *
FROM `laxmiji_sh404sef_aliases`
WHERE `state` = 1
and (`alias` = 'gunjan-kalyani/')
order by `ordering` asc
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_sh404sef_aliases | NULL | ref | state,alias | alias | 763 | const | 1 | 100.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 16 | ShlDbClass->loadObject() | JROOT/administrator/components/com_sh404sef/models/redirector.php:221 |
| 15 | Sh404sefModelRedirector->findHardcodedMatchedRules() | JROOT/administrator/components/com_sh404sef/models/redirector.php:115 |
| 14 | Sh404sefModelRedirector->loadMatchRules() | JROOT/administrator/components/com_sh404sef/models/redirector.php:86 |
| 13 | Sh404sefModelRedirector->__construct() | JROOT/administrator/components/com_sh404sef/sh404seffactory.php:205 |
| 12 | Sh404sefFactory::getRedirector() | JROOT/administrator/components/com_sh404sef/classes/router.php:664 |
| 11 | Sh404sefClassRouterInternal->_checkAliases() | JROOT/administrator/components/com_sh404sef/classes/router.php:263 |
| 10 | Sh404sefClassRouterInternal->preprocessParseRule() | Same as call in the line below. |
| 9 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
| 8 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:593 |
| 7 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:212 |
| 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:50 |
Query Time: 0.57 ms After last query: 0.06 ms Query memory: 0.028 MB Memory before query: 8.744 MB Rows returned: 0
SELECT *
FROM laxmiji_sh404sef_aliases
WHERE state = 1
and (type = 1 or type = 2);
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_sh404sef_aliases | NULL | range | type,state | type | 1 | NULL | 2 | 100.00 | 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:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:661 |
| 18 | ShlDbClass->loadObjectList() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:455 |
| 17 | ShlDbClass->shlLoadObjectList() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:686 |
| 16 | ShlDbHelper::selectObjectList() | JROOT/administrator/components/com_sh404sef/models/redirector.php:285 |
| 15 | Sh404sefModelRedirector->findWildcardMatchedRules() | JROOT/administrator/components/com_sh404sef/models/redirector.php:116 |
| 14 | Sh404sefModelRedirector->loadMatchRules() | JROOT/administrator/components/com_sh404sef/models/redirector.php:86 |
| 13 | Sh404sefModelRedirector->__construct() | JROOT/administrator/components/com_sh404sef/sh404seffactory.php:205 |
| 12 | Sh404sefFactory::getRedirector() | JROOT/administrator/components/com_sh404sef/classes/router.php:664 |
| 11 | Sh404sefClassRouterInternal->_checkAliases() | JROOT/administrator/components/com_sh404sef/classes/router.php:263 |
| 10 | Sh404sefClassRouterInternal->preprocessParseRule() | Same as call in the line below. |
| 9 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
| 8 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:593 |
| 7 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:212 |
| 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:50 |
Query Time: 0.98 ms After last query: 0.62 ms Query memory: 0.028 MB Memory before query: 8.770 MB Rows returned: 4
SELECT `oldurl`, `newurl`, `dateadd`, `id`, `cpt`, `rank`
FROM laxmiji_sh404sef_urls
WHERE `oldurl`='gunjan-kalyani/'
ORDER BY `rank`;
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_sh404sef_urls | NULL | ref | oldurl | oldurl | 763 | const | 4 | 100.00 | Using where; 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:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:661 |
| 18 | ShlDbClass->loadObjectList() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:455 |
| 17 | ShlDbClass->shlLoadObjectList() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:686 |
| 16 | ShlDbHelper::selectObjectList() | JROOT/administrator/components/com_sh404sef/models/sefurls.php:103 |
| 15 | Sh404sefModelSefurls->getNonSefUrlRecordFromDatabase() | JROOT/administrator/components/com_sh404sef/classes/router.php:1723 |
| 14 | Sh404sefClassRouterInternal->_lookupSef() | JROOT/administrator/components/com_sh404sef/classes/router.php:1317 |
| 13 | Sh404sefClassRouterInternal->_parseSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2367 |
| 12 | Sh404sefClassRouter->_parseSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:418 |
| 11 | Sh404sefClassRouterInternal->parseRule() | Same as call in the line below. |
| 10 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
| 9 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:593 |
| 8 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:570 |
| 7 | Joomla\CMS\Router\Router->_processParseRules() | JROOT/libraries/src/Router/Router.php:216 |
| 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:50 |
Query Time: 2.54 ms After last query: 0.11 ms Query memory: 0.008 MB Memory before query: 8.782 MB
UPDATE `laxmiji_sh404sef_urls`
SET `cpt`=729, `last_hit`='2026-06-22 12:36:27'
WHERE `id`='306469'
AND `rank`=0;
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | laxmiji_sh404sef_urls | NULL | range | PRIMARY,rank | PRIMARY | 4 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/shlib/shl_packages/system/abstractdecorator.php:41 |
| 17 | ShlSystem_Abstractdecorator->__call() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:478 |
| 16 | ShlDbClass->shlExecute() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:467 |
| 15 | ShlDbClass->shlQuery() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:797 |
| 14 | ShlDbHelper::update() | JROOT/administrator/components/com_sh404sef/classes/router.php:1336 |
| 13 | Sh404sefClassRouterInternal->_parseSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2367 |
| 12 | Sh404sefClassRouter->_parseSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:418 |
| 11 | Sh404sefClassRouterInternal->parseRule() | Same as call in the line below. |
| 10 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
| 9 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:593 |
| 8 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:570 |
| 7 | Joomla\CMS\Router\Router->_processParseRules() | JROOT/libraries/src/Router/Router.php:216 |
| 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:50 |
Query Time: 0.76 ms After last query: 0.60 ms Query memory: 0.026 MB Memory before query: 8.802 MB Rows returned: 1
SELECT *
FROM `laxmiji_admintools_wafblacklists`
WHERE `verb` IN('','GET')
AND `option` IN('','com_community')
AND `view` IN('','profile')
AND `task` IN('','profile.')
AND `enabled` = '1'
GROUP BY `query`
ORDER BY `query` ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_admintools_wafblacklists | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where; Using temporary; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/admintools/feature/wafblacklist.php:87 |
| 10 | AtsystemFeatureWafblacklist->onAfterRoute() | JROOT/plugins/system/admintools/admintools/main.php:710 |
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:145 |
| 8 | plgSystemAdmintools->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:50 |
Query Time: 2.08 ms After last query: 0.47 ms Query memory: 0.006 MB Memory before query: 8.872 MB
UPDATE `laxmiji_extensions`
SET `params` = '{\"mediaversion\":\"78701f98db43642167a3dac1280db1e8\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | laxmiji_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 13 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 12 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:838 |
| 8 | plgSystemCleantalkantispam->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:50 |
Query Time: 0.85 ms After last query: 1.03 ms Query memory: 0.024 MB Memory before query: 8.987 MB Rows returned: 0
SELECT
network, mask, status, source
FROM laxmiji_cleantalk_sfw
WHERE network IN (3623878656,3628072960,3628597248,3628662784,3628695552,3628711936,3628716032,3628718080,3628718112,3628718128,3628718136,3628718140,3628718142,3628718143)
AND network = 3628718143 & mask
AND 28946
ORDER BY status DESC
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_cleantalk_sfw | NULL | range | network | network | 4 | NULL | 14 | 100.00 | Using index condition; Using filesort |
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:1506 |
| 13 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Custom/Db/Db.php:55 |
| 12 | Cleantalk\Custom\Db\Db->fetchAll() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Common/Firewall/Modules/Sfw.php:168 |
| 11 | Cleantalk\Common\Firewall\Modules\Sfw->check() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Common/Firewall/Firewall.php:195 |
| 10 | Cleantalk\Common\Firewall\Firewall->run() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2545 |
| 9 | plgSystemCleantalkantispam->sfw_check() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:851 |
| 8 | plgSystemCleantalkantispam->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:50 |
Query Time: 0.63 ms After last query: 0.20 ms Query memory: 0.024 MB Memory before query: 8.991 MB Rows returned: 1
SELECT `extension_id`
FROM `laxmiji_extensions`
WHERE `element` = 'cleantalkantispam'
AND `folder` = 'system'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_extensions | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | 10.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Custom/StorageHandler/StorageHandler.php:67 |
| 14 | Cleantalk\Custom\StorageHandler\StorageHandler::getPlgEntry() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Custom/StorageHandler/StorageHandler.php:9 |
| 13 | Cleantalk\Custom\StorageHandler\StorageHandler->getSetting() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Common/Cron/Cron.php:84 |
| 12 | Cleantalk\Common\Cron\Cron->getCronLastStart() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Common/Cron/Cron.php:61 |
| 11 | Cleantalk\Common\Cron\Cron->__construct() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2554 |
| 10 | plgSystemCleantalkantispam->apbct_run_cron() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2548 |
| 9 | plgSystemCleantalkantispam->sfw_check() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:851 |
| 8 | plgSystemCleantalkantispam->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:50 |
Query Time: 0.64 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 8.997 MB Rows returned: 1
SELECT `extension_id`
FROM `laxmiji_extensions`
WHERE `element` = 'cleantalkantispam'
AND `folder` = 'system'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_extensions | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | 10.00 | 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:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Custom/StorageHandler/StorageHandler.php:69 |
| 14 | Cleantalk\Custom\StorageHandler\StorageHandler::getPlgEntry() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Custom/StorageHandler/StorageHandler.php:9 |
| 13 | Cleantalk\Custom\StorageHandler\StorageHandler->getSetting() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Common/Cron/Cron.php:84 |
| 12 | Cleantalk\Common\Cron\Cron->getCronLastStart() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Common/Cron/Cron.php:61 |
| 11 | Cleantalk\Common\Cron\Cron->__construct() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2554 |
| 10 | plgSystemCleantalkantispam->apbct_run_cron() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2548 |
| 9 | plgSystemCleantalkantispam->sfw_check() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:851 |
| 8 | plgSystemCleantalkantispam->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:50 |
Query Time: 0.59 ms After last query: 0.10 ms Query memory: 0.030 MB Memory before query: 9.008 MB Rows returned: 1
SELECT *
FROM laxmiji_extensions
WHERE `extension_id` = '10791'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_extensions | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 15 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
| 14 | Joomla\CMS\Table\Table->load() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Custom/StorageHandler/StorageHandler.php:12 |
| 13 | Cleantalk\Custom\StorageHandler\StorageHandler->getSetting() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Common/Cron/Cron.php:84 |
| 12 | Cleantalk\Common\Cron\Cron->getCronLastStart() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Common/Cron/Cron.php:61 |
| 11 | Cleantalk\Common\Cron\Cron->__construct() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2554 |
| 10 | plgSystemCleantalkantispam->apbct_run_cron() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2548 |
| 9 | plgSystemCleantalkantispam->sfw_check() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:851 |
| 8 | plgSystemCleantalkantispam->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:50 |
Query Time: 0.59 ms After last query: 0.18 ms Query memory: 0.023 MB Memory before query: 9.011 MB Rows returned: 1
SELECT `extension_id`
FROM `laxmiji_extensions`
WHERE `element` = 'cleantalkantispam'
AND `folder` = 'system'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_extensions | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | 10.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Custom/StorageHandler/StorageHandler.php:67 |
| 12 | Cleantalk\Custom\StorageHandler\StorageHandler::getPlgEntry() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Custom/StorageHandler/StorageHandler.php:9 |
| 11 | Cleantalk\Custom\StorageHandler\StorageHandler->getSetting() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2563 |
| 10 | plgSystemCleantalkantispam->apbct_run_cron() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2548 |
| 9 | plgSystemCleantalkantispam->sfw_check() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:851 |
| 8 | plgSystemCleantalkantispam->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:50 |
Query Time: 0.62 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 9.017 MB Rows returned: 1
SELECT `extension_id`
FROM `laxmiji_extensions`
WHERE `element` = 'cleantalkantispam'
AND `folder` = 'system'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_extensions | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | 10.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Custom/StorageHandler/StorageHandler.php:69 |
| 12 | Cleantalk\Custom\StorageHandler\StorageHandler::getPlgEntry() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Custom/StorageHandler/StorageHandler.php:9 |
| 11 | Cleantalk\Custom\StorageHandler\StorageHandler->getSetting() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2563 |
| 10 | plgSystemCleantalkantispam->apbct_run_cron() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2548 |
| 9 | plgSystemCleantalkantispam->sfw_check() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:851 |
| 8 | plgSystemCleantalkantispam->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:50 |
Query Time: 0.58 ms After last query: 0.08 ms Query memory: 0.029 MB Memory before query: 9.027 MB Rows returned: 1
SELECT *
FROM laxmiji_extensions
WHERE `extension_id` = '10791'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_extensions | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 13 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
| 12 | Joomla\CMS\Table\Table->load() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Custom/StorageHandler/StorageHandler.php:12 |
| 11 | Cleantalk\Custom\StorageHandler\StorageHandler->getSetting() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2563 |
| 10 | plgSystemCleantalkantispam->apbct_run_cron() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2548 |
| 9 | plgSystemCleantalkantispam->sfw_check() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:851 |
| 8 | plgSystemCleantalkantispam->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:50 |
Query Time: 0.90 ms After last query: 3.65 ms Query memory: 0.025 MB Memory before query: 9.263 MB Rows returned: 0
SELECT *
FROM laxmiji_quix_conditions
WHERE item_type = "article"
AND component = "com_content"
AND condition_type = "article"
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_quix_conditions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
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:1662 |
| 10 | JDatabaseDriver->loadObject() | JROOT/components/com_quix/helpers/theme.php:167 |
| 9 | QuixHelperTheme::getAllTypesMatch() | JROOT/plugins/system/quix/quix.php:66 |
| 8 | plgSystemQuix->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:50 |
Query Time: 1.06 ms After last query: 1.60 ms Query memory: 0.027 MB Memory before query: 9.495 MB Rows returned: 2
SHOW FULL COLUMNS
FROM `laxmiji_community_config`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `laxmiji_community_config`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php: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:1079 |
| 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:50 |
Query Time: 0.55 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 9.509 MB Rows returned: 1
SELECT *
FROM laxmiji_community_config
WHERE `name` = 'config'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_config | NULL | const | PRIMARY | PRIMARY | 258 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 10 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
| 9 | Joomla\CMS\Table\Table->load() | JROOT/components/com_community/libraries/core.php:1080 |
| 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:50 |
Query Time: 0.54 ms After last query: 0.31 ms Query memory: 0.025 MB Memory before query: 9.619 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 14 | CFactory::getUser() | JROOT/components/com_community/libraries/core.php:500 |
| 13 | CFactory::getRequestUser() | JROOT/plugins/community/mutualfriends/mutualfriends.php:25 |
| 12 | plgCommunityMutualFriends->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 11 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 10 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_community/libraries/apps.php:53 |
| 9 | CAppPlugins->loadApplications() | JROOT/components/com_community/libraries/core.php:1086 |
| 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:50 |
Query Time: 0.89 ms After last query: 0.17 ms Query memory: 0.038 MB Memory before query: 9.643 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 `laxmiji_community_users` as a
LEFT JOIN `laxmiji_users` u
ON u.`id`=a.`userid`
LEFT
OUTER JOIN `laxmiji_session` s
ON s.`userid`=a.`userid`
AND s.`client_id` !='1'
WHERE a.`userid`='6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | u | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | s | NULL | ref | userid,client_id_guest | userid | 5 | const | 1 | 100.00 | 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:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/components/com_community/libraries/user.php:174 |
| 15 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
| 14 | CFactory::getUser() | JROOT/components/com_community/libraries/core.php:500 |
| 13 | CFactory::getRequestUser() | JROOT/plugins/community/mutualfriends/mutualfriends.php:25 |
| 12 | plgCommunityMutualFriends->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 11 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 10 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_community/libraries/apps.php:53 |
| 9 | CAppPlugins->loadApplications() | JROOT/components/com_community/libraries/core.php:1086 |
| 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:50 |
Query Time: 1.06 ms After last query: 0.18 ms Query memory: 0.032 MB Memory before query: 9.673 MB Rows returned: 16
SHOW FULL COLUMNS
FROM `laxmiji_community_profiles`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `laxmiji_community_profiles`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php: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/multiprofile.php:33 |
| 17 | CTableMultiProfile->__construct() | JROOT/libraries/src/Table/Table.php:312 |
| 16 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/libraries/user.php:793 |
| 15 | CUser->getThumbAvatar() | JROOT/components/com_community/libraries/core.php:200 |
| 14 | CFactory::getUser() | JROOT/components/com_community/libraries/core.php:500 |
| 13 | CFactory::getRequestUser() | JROOT/plugins/community/mutualfriends/mutualfriends.php:25 |
| 12 | plgCommunityMutualFriends->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 11 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 10 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_community/libraries/apps.php:53 |
| 9 | CAppPlugins->loadApplications() | JROOT/components/com_community/libraries/core.php:1086 |
| 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:50 |
Query Time: 0.57 ms After last query: 0.14 ms Query memory: 0.027 MB Memory before query: 9.712 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_community_fields`
WHERE `fieldcode`='FIELD_GENDER'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_fields | NULL | ref | fieldcode | fieldcode | 1022 | const | 1 | 100.00 | 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:1740 |
| 19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/profile.php:817 |
| 18 | CommunityModelProfile->_getgenderId() | JROOT/components/com_community/models/profile.php:791 |
| 17 | CommunityModelProfile->getGender() | JROOT/components/com_community/libraries/user.php:671 |
| 16 | CUser->_getGender() | JROOT/components/com_community/libraries/user.php:825 |
| 15 | CUser->getThumbAvatar() | JROOT/components/com_community/libraries/core.php:200 |
| 14 | CFactory::getUser() | JROOT/components/com_community/libraries/core.php:500 |
| 13 | CFactory::getRequestUser() | JROOT/plugins/community/mutualfriends/mutualfriends.php:25 |
| 12 | plgCommunityMutualFriends->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 11 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 10 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_community/libraries/apps.php:53 |
| 9 | CAppPlugins->loadApplications() | JROOT/components/com_community/libraries/core.php:1086 |
| 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:50 |
Query Time: 0.59 ms After last query: 0.04 ms Query memory: 0.026 MB Memory before query: 9.721 MB Rows returned: 0
SELECT `value`
FROM `laxmiji_community_fields_values`
WHERE `field_id` = ''
AND `user_id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_fields_values | NULL | ref | field_id,user_id,idx_user_fieldid | field_id | 4 | const | 1 | 5.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/profile.php:800 |
| 17 | CommunityModelProfile->getGender() | JROOT/components/com_community/libraries/user.php:671 |
| 16 | CUser->_getGender() | JROOT/components/com_community/libraries/user.php:825 |
| 15 | CUser->getThumbAvatar() | JROOT/components/com_community/libraries/core.php:200 |
| 14 | CFactory::getUser() | JROOT/components/com_community/libraries/core.php:500 |
| 13 | CFactory::getRequestUser() | JROOT/plugins/community/mutualfriends/mutualfriends.php:25 |
| 12 | plgCommunityMutualFriends->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 11 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 10 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_community/libraries/apps.php:53 |
| 9 | CAppPlugins->loadApplications() | JROOT/components/com_community/libraries/core.php:1086 |
| 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:50 |
Query Time: 1.14 ms After last query: 113.22 ms Query memory: 0.024 MB Memory before query: 9.759 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 13 | CFactory::getUser() | JROOT/plugins/community/mylatestphotos/mylatestphotos.php:37 |
| 12 | plgCommunityMyLatestPhotos->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 11 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 10 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_community/libraries/apps.php:53 |
| 9 | CAppPlugins->loadApplications() | JROOT/components/com_community/libraries/core.php:1086 |
| 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:50 |
Query Time: 7.87 ms After last query: 0.15 ms Query memory: 0.359 MB Memory before query: 9.768 MB Rows returned: 458
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 `laxmiji_community_users` as a
LEFT JOIN `laxmiji_users` u
ON u.`id`=a.`userid`
LEFT
OUTER JOIN `laxmiji_session` s
ON s.`userid`=a.`userid`
AND s.`client_id` !='1'
WHERE a.`userid`='0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | u | NULL | const | PRIMARY | PRIMARY | 4 | const | 0 | 0.00 | unique row not found |
| 1 | SIMPLE | s | NULL | ref | userid,client_id_guest | userid | 5 | const | 458 | 100.00 | 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:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_community/libraries/user.php:174 |
| 14 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
| 13 | CFactory::getUser() | JROOT/plugins/community/mylatestphotos/mylatestphotos.php:37 |
| 12 | plgCommunityMyLatestPhotos->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 11 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 10 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_community/libraries/apps.php:53 |
| 9 | CAppPlugins->loadApplications() | JROOT/components/com_community/libraries/core.php:1086 |
| 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:50 |
Query Time: 0.59 ms After last query: 0.28 ms Query memory: 0.026 MB Memory before query: 9.790 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/user.php:415 |
| 15 | CUser->updateGroupList() | JROOT/components/com_community/libraries/user.php:271 |
| 14 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
| 13 | CFactory::getUser() | JROOT/plugins/community/mylatestphotos/mylatestphotos.php:37 |
| 12 | plgCommunityMyLatestPhotos->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 11 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 10 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_community/libraries/apps.php:53 |
| 9 | CAppPlugins->loadApplications() | JROOT/components/com_community/libraries/core.php:1086 |
| 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:50 |
Query Time: 0.80 ms After last query: 0.56 ms Query memory: 0.026 MB Memory before query: 9.809 MB Rows returned: 1
SELECT DISTINCT a.`id`
FROM `laxmiji_community_groups` AS a
LEFT JOIN `laxmiji_community_groups_members` AS b
ON a.`id`=b.`groupid`
WHERE b.`approved`='1'
AND b.memberid='0'
AND a.published=1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | b | NULL | ref | groupid,idx_memberid | idx_memberid | 4 | const | 1 | 10.00 | Using where; Using temporary |
| 1 | SIMPLE | a | NULL | eq_ref | PRIMARY | PRIMARY | 4 | globaljournalsorg.b.groupid | 1 | 10.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 17 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/groups.php:248 |
| 16 | CommunityModelGroups->getGroupIds() | JROOT/components/com_community/libraries/user.php:424 |
| 15 | CUser->updateGroupList() | JROOT/components/com_community/libraries/user.php:271 |
| 14 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
| 13 | CFactory::getUser() | JROOT/plugins/community/mylatestphotos/mylatestphotos.php:37 |
| 12 | plgCommunityMyLatestPhotos->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 11 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 10 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_community/libraries/apps.php:53 |
| 9 | CAppPlugins->loadApplications() | JROOT/components/com_community/libraries/core.php:1086 |
| 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:50 |
Query Time: 0.53 ms After last query: 0.12 ms Query memory: 0.026 MB Memory before query: 9.817 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id`='0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/user.php:1209 |
| 16 | CUser->save() | JROOT/components/com_community/libraries/user.php:432 |
| 15 | CUser->updateGroupList() | JROOT/components/com_community/libraries/user.php:271 |
| 14 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
| 13 | CFactory::getUser() | JROOT/plugins/community/mylatestphotos/mylatestphotos.php:37 |
| 12 | plgCommunityMyLatestPhotos->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 11 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 10 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_community/libraries/apps.php:53 |
| 9 | CAppPlugins->loadApplications() | JROOT/components/com_community/libraries/core.php:1086 |
| 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:50 |
Query Time: 0.54 ms After last query: 0.12 ms Query memory: 0.026 MB Memory before query: 9.825 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/user.php:454 |
| 15 | CUser->updateEventList() | JROOT/components/com_community/libraries/user.php:272 |
| 14 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
| 13 | CFactory::getUser() | JROOT/plugins/community/mylatestphotos/mylatestphotos.php:37 |
| 12 | plgCommunityMyLatestPhotos->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 11 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 10 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_community/libraries/apps.php:53 |
| 9 | CAppPlugins->loadApplications() | JROOT/components/com_community/libraries/core.php:1086 |
| 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:50 |
Query Time: 0.85 ms After last query: 0.23 ms Query memory: 0.031 MB Memory before query: 9.910 MB Rows returned: 0
SELECT DISTINCT a.`id`
FROM `laxmiji_community_events` AS a
LEFT JOIN `laxmiji_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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | PRIMARY,idx_creator,idx_period,idx_type,idx_catid,idx_published | idx_published | 5 | const | 1 | 100.00 | Using index; Using temporary |
| 1 | SIMPLE | b | NULL | ref | idx_eventid,idx_status,idx_permission,idx_member_event | idx_eventid | 4 | globaljournalsorg.a.id | 1 | 100.00 | Using where; Distinct |
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:1550 |
| 17 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/events.php:524 |
| 16 | CommunityModelEvents->getEventIds() | JROOT/components/com_community/libraries/user.php:457 |
| 15 | CUser->updateEventList() | JROOT/components/com_community/libraries/user.php:272 |
| 14 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
| 13 | CFactory::getUser() | JROOT/plugins/community/mylatestphotos/mylatestphotos.php:37 |
| 12 | plgCommunityMyLatestPhotos->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 11 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 10 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_community/libraries/apps.php:53 |
| 9 | CAppPlugins->loadApplications() | JROOT/components/com_community/libraries/core.php:1086 |
| 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:50 |
Query Time: 0.55 ms After last query: 0.10 ms Query memory: 0.026 MB Memory before query: 9.924 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id`='0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/user.php:1209 |
| 15 | CUser->save() | JROOT/components/com_community/libraries/user.php:300 |
| 14 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
| 13 | CFactory::getUser() | JROOT/plugins/community/mylatestphotos/mylatestphotos.php:37 |
| 12 | plgCommunityMyLatestPhotos->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 11 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 10 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_community/libraries/apps.php:53 |
| 9 | CAppPlugins->loadApplications() | JROOT/components/com_community/libraries/core.php:1086 |
| 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:50 |
Query Time: 0.57 ms After last query: 0.20 ms Query memory: 0.026 MB Memory before query: 9.920 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_community_fields`
WHERE `fieldcode`='FIELD_GENDER'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_fields | NULL | ref | fieldcode | fieldcode | 1022 | const | 1 | 100.00 | 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:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/profile.php:817 |
| 17 | CommunityModelProfile->_getgenderId() | JROOT/components/com_community/models/profile.php:791 |
| 16 | CommunityModelProfile->getGender() | JROOT/components/com_community/libraries/user.php:671 |
| 15 | CUser->_getGender() | JROOT/components/com_community/libraries/user.php:825 |
| 14 | CUser->getThumbAvatar() | JROOT/components/com_community/libraries/core.php:200 |
| 13 | CFactory::getUser() | JROOT/plugins/community/mylatestphotos/mylatestphotos.php:37 |
| 12 | plgCommunityMyLatestPhotos->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 11 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 10 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_community/libraries/apps.php:53 |
| 9 | CAppPlugins->loadApplications() | JROOT/components/com_community/libraries/core.php:1086 |
| 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:50 |
Query Time: 0.63 ms After last query: 0.08 ms Query memory: 0.026 MB Memory before query: 9.929 MB Rows returned: 0
SELECT `value`
FROM `laxmiji_community_fields_values`
WHERE `field_id` = ''
AND `user_id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_fields_values | NULL | ref | field_id,user_id,idx_user_fieldid | field_id | 4 | const | 1 | 5.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/profile.php:800 |
| 16 | CommunityModelProfile->getGender() | JROOT/components/com_community/libraries/user.php:671 |
| 15 | CUser->_getGender() | JROOT/components/com_community/libraries/user.php:825 |
| 14 | CUser->getThumbAvatar() | JROOT/components/com_community/libraries/core.php:200 |
| 13 | CFactory::getUser() | JROOT/plugins/community/mylatestphotos/mylatestphotos.php:37 |
| 12 | plgCommunityMyLatestPhotos->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
| 11 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 10 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_community/libraries/apps.php:53 |
| 9 | CAppPlugins->loadApplications() | JROOT/components/com_community/libraries/core.php:1086 |
| 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:50 |
Query Time: 1.34 ms After last query: 117.66 ms Query memory: 0.025 MB Memory before query: 9.943 MB Rows returned: 0
SELECT *
FROM `laxmiji_community_mailq`
WHERE `status`='0'
LIMIT 0,100
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_mailq | NULL | ref | status | status | 1 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/mailq.php:139 |
| 9 | CommunityModelMailq->get() | JROOT/components/com_community/libraries/mailq.php:23 |
| 8 | CMailq->send() | JROOT/components/com_community/libraries/cron.php:128 |
| 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:50 |
Query Time: 1.06 ms After last query: 2.04 ms Query memory: 0.022 MB Memory before query: 10.064 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 8 | CFactory::getUser() | JROOT/components/com_community/controllers/controller.php:40 |
| 7 | CommunityBaseController->__construct() | JROOT/components/com_community/community.php:144 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.74 ms After last query: 0.13 ms Query memory: 0.022 MB Memory before query: 10.069 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 8 | CFactory::getUser() | JROOT/components/com_community/controllers/controller.php: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:50 |
Query Time: 1.02 ms After last query: 1.59 ms Query memory: 0.023 MB Memory before query: 10.209 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 10 | CFactory::getUser() | JROOT/components/com_community/controllers/profile.php:1439 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.70 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 10.215 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | 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:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 10 | CFactory::getUser() | JROOT/components/com_community/controllers/profile.php:1457 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.66 ms After last query: 0.14 ms Query memory: 0.024 MB Memory before query: 10.221 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | 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:1740 |
| 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:1466 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.78 ms After last query: 0.08 ms Query memory: 0.037 MB Memory before query: 10.228 MB Rows returned: 25
SELECT field.*, value.`value`,value.`access`, value.`params` as fieldparams
FROM `laxmiji_community_fields` AS field
LEFT JOIN `laxmiji_community_fields_values` AS value
ON field.`id`=value.`field_id`
AND value.`user_id`='6083'
WHERE field.`published`='1'
AND field.`visible`>='1'
ORDER BY field.`ordering`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | field | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 28 | 3.57 | Using where; Using filesort |
| 1 | SIMPLE | value | NULL | ref | field_id,user_id,idx_user_fieldid | user_id | 4 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 11 | JDatabaseDriver->loadAssocList() | JROOT/components/com_community/models/profile.php:295 |
| 10 | CommunityModelProfile->getViewableProfile() | JROOT/components/com_community/controllers/profile.php:1466 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.79 ms After last query: 0.30 ms Query memory: 0.023 MB Memory before query: 10.307 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 11 | CFactory::getUser() | JROOT/components/com_community/models/profile.php:313 |
| 10 | CommunityModelProfile->getViewableProfile() | JROOT/components/com_community/controllers/profile.php:1466 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.70 ms After last query: 0.09 ms Query memory: 0.024 MB Memory before query: 10.314 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 12 | CFactory::getUser() | JROOT/components/com_community/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:1466 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 2.65 ms After last query: 0.37 ms Query memory: 0.037 MB Memory before query: 10.335 MB Rows returned: 66
SELECT `id`,`name`,`rules`,`parent_id`
FROM `laxmiji_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_admintools','com_ajax','com_arrausermigrate','com_associations','com_backissues','com_banners','com_cache','com_categories','com_checkin','com_community','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_dashboard','com_dbreplacer','com_editorialboard','com_fields','com_finder','com_gantry','com_gj','com_ijoomlainstaller','com_installer','com_invitex','com_iquix','com_jmap','com_joomlaupdate','com_jotcache','com_k2','com_k2import','com_languages','com_login','com_loginguard','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_payage','com_plugins','com_postinstall','com_privacy','com_quix','com_redirect','com_redj','com_rereplacer','com_rokcandy','com_rokgallery','com_roksprocket','com_rsform','com_search','com_sfg','com_sfg_installer','com_sh404sef','com_sttestimonials','com_tags','com_templates','com_universal_ajax_live_search','com_userport','com_users','com_weblinks','com_wrapper','com_xmap')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_assets | NULL | range | idx_asset_name | idx_asset_name | 202 | NULL | 68 | 100.00 | 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:1701 |
| 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:1325 |
| 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:1466 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.80 ms After last query: 1.04 ms Query memory: 0.023 MB Memory before query: 10.427 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 10 | CFactory::getUser() | JROOT/components/com_community/controllers/profile.php:1475 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.58 ms After last query: 0.26 ms Query memory: 0.024 MB Memory before query: 10.443 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 13 | CFactory::getUser() | JROOT/components/com_community/views/views.php:33 |
| 12 | CommunityView->__construct() | JROOT/components/com_community/libraries/core.php:454 |
| 11 | CFactory::getView() | JROOT/components/com_community/controllers/controller.php:193 |
| 10 | CommunityBaseController->getView() | JROOT/components/com_community/controllers/profile.php:1478 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.54 ms After last query: 0.44 ms Query memory: 0.026 MB Memory before query: 10.461 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/assets.php: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:1478 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.56 ms After last query: 0.09 ms Query memory: 0.026 MB Memory before query: 10.469 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/assets.php:110 |
| 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:1478 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.99 ms After last query: 2.09 ms Query memory: 0.023 MB Memory before query: 10.494 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | 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:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 10 | CFactory::getUser() | JROOT/components/com_community/controllers/profile.php:1481 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.57 ms After last query: 0.33 ms Query memory: 0.024 MB Memory before query: 10.516 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 12 | CFactory::getUser() | JROOT/components/com_community/views/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.57 ms After last query: 0.10 ms Query memory: 0.024 MB Memory before query: 10.522 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 12 | CFactory::getUser() | JROOT/components/com_community/views/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.35 ms After last query: 116.64 ms Query memory: 0.025 MB Memory before query: 10.611 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_community_fields`
WHERE `fieldcode`='FIELD_GENDER'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_fields | NULL | ref | fieldcode | fieldcode | 1022 | const | 1 | 100.00 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/profile.php:817 |
| 14 | CommunityModelProfile->_getgenderId() | JROOT/components/com_community/models/profile.php:791 |
| 13 | CommunityModelProfile->getGender() | JROOT/components/com_community/libraries/user.php:1362 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.15 ms After last query: 0.09 ms Query memory: 0.024 MB Memory before query: 10.618 MB Rows returned: 0
SELECT `value`
FROM `laxmiji_community_fields_values`
WHERE `field_id` = ''
AND `user_id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_fields_values | NULL | ref | field_id,user_id,idx_user_fieldid | field_id | 4 | const | 1 | 5.00 | 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:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/profile.php:800 |
| 13 | CommunityModelProfile->getGender() | JROOT/components/com_community/libraries/user.php:1362 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.99 ms After last query: 0.62 ms Query memory: 0.024 MB Memory before query: 10.636 MB Rows returned: 0
SELECT `id`,`parent_id`
FROM `laxmiji_menu`
WHERE `menutype`='jomsocial'
AND `published`='1'
AND `link` LIKE '%index.php?option=com_community&view=profile%'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_menu | NULL | ref | idx_menutype | idx_menutype | 98 | const | 1 | 5.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/components/com_community/models/toolbar.php:135 |
| 13 | CommunityModelToolbar->getActiveId() | JROOT/components/com_community/helpers/head.php:96 |
| 12 | CHeadHelper::setType() | JROOT/components/com_community/views/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 6.16 ms After last query: 0.88 ms Query memory: 0.026 MB Memory before query: 10.649 MB Rows returned: 2
SELECT `id`
FROM `laxmiji_menu`
WHERE `link` LIKE '%option=com_community&view=frontpage%'
AND `published`='1'
AND `menutype`!='jomsocial'
AND `type`='component'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_menu | NULL | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 718 | 0.14 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1403 |
| 15 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1313 |
| 14 | CRoute::_() | JROOT/components/com_community/libraries/core.php:1249 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 2.91 ms After last query: 5.35 ms Query memory: 0.026 MB Memory before query: 11.247 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_menu`
WHERE `link` LIKE '%option=com_community&view=groups%'
AND `published`='1'
AND `menutype`!='jomsocial'
AND `type`='component'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_menu | NULL | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 718 | 0.14 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1403 |
| 15 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1313 |
| 14 | CRoute::_() | JROOT/components/com_community/libraries/core.php:1249 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.74 ms After last query: 0.13 ms Query memory: 0.026 MB Memory before query: 11.255 MB Rows returned: 2
SELECT `id`
FROM `laxmiji_menu`
WHERE `link` = 'index.php?option=com_community&view=frontpage'
AND `published`='1'
AND `type`='component'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_menu | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 718 | 0.14 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1443 |
| 15 | CRoute::_getDefaultItemid() | JROOT/components/com_community/libraries/core.php:1328 |
| 14 | CRoute::_() | JROOT/components/com_community/libraries/core.php:1249 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 2.49 ms After last query: 0.79 ms Query memory: 0.026 MB Memory before query: 11.265 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_menu`
WHERE `link` LIKE '%option=com_community&view=photos%'
AND `published`='1'
AND `menutype`!='jomsocial'
AND `type`='component'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_menu | NULL | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 718 | 0.14 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1403 |
| 15 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1313 |
| 14 | CRoute::_() | JROOT/components/com_community/libraries/core.php:1249 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 3.05 ms After last query: 0.75 ms Query memory: 0.026 MB Memory before query: 11.275 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_menu`
WHERE `link` LIKE '%option=com_community&view=videos%'
AND `published`='1'
AND `menutype`!='jomsocial'
AND `type`='component'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_menu | NULL | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 718 | 0.14 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1403 |
| 15 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1313 |
| 14 | CRoute::_() | JROOT/components/com_community/libraries/core.php:1249 |
| 13 | CRoute::getExternalURL() | JROOT/components/com_community/helpers/head.php:175 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 2.64 ms After last query: 0.81 ms Query memory: 0.026 MB Memory before query: 11.285 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_menu`
WHERE `link` LIKE '%option=com_community&view=events%'
AND `published`='1'
AND `menutype`!='jomsocial'
AND `type`='component'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_menu | NULL | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 718 | 0.14 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1403 |
| 15 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1313 |
| 14 | CRoute::_() | JROOT/components/com_community/libraries/core.php:1249 |
| 13 | CRoute::getExternalURL() | JROOT/components/com_community/helpers/head.php:176 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 3.40 ms After last query: 0.96 ms Query memory: 0.024 MB Memory before query: 11.295 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_menu`
WHERE `link` LIKE '%option=com_community&view=search%'
AND `published`='1'
AND `menutype`!='jomsocial'
AND `type`='component'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_menu | NULL | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 718 | 0.14 | 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:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1403 |
| 13 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1313 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.90 ms After last query: 1.12 ms Query memory: 0.024 MB Memory before query: 11.306 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 13 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.81 ms After last query: 0.33 ms Query memory: 0.026 MB Memory before query: 11.318 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/helpers/access/profile.php:45 |
| 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:1320 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.73 ms After last query: 0.12 ms Query memory: 0.026 MB Memory before query: 11.327 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/helpers/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:1320 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.77 ms After last query: 0.59 ms Query memory: 0.026 MB Memory before query: 11.358 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/helpers/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:1320 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.72 ms After last query: 0.52 ms Query memory: 0.025 MB Memory before query: 11.368 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.59 ms After last query: 0.21 ms Query memory: 0.025 MB Memory before query: 11.375 MB Rows returned: 11
SELECT `element`
FROM `laxmiji_extensions`
WHERE `enabled`='1'
AND `folder`='community'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_extensions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 416 | 1.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.45 ms After last query: 0.20 ms Query memory: 0.026 MB Memory before query: 11.384 MB Rows returned: 1
SELECT DISTINCT a.*
FROM `laxmiji_community_apps` AS a
WHERE a.`userid`='6083'
AND a.`apps`!='news_feed'
AND a.`apps`!='profile'
AND a.`apps`!='friends'
AND a.`apps` IN ('walls','mutualfriends','myarticles','mycontacts','myevents','myfriends','mygroups','mylatestphotos','myrssfeeds','wordfilter','papers')
ORDER BY a.`ordering`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_userid,idx_user_apps | idx_userid | 4 | const | 1 | 36.45 | Using index condition; Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.72 ms After last query: 0.30 ms Query memory: 0.026 MB Memory before query: 11.392 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | 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:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 15 | CFactory::getUser() | JROOT/components/com_community/libraries/apps.php:89 |
| 14 | CAppPlugins->renderPlugin() | JROOT/components/com_community/libraries/apps.php:195 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.14 ms After last query: 0.26 ms Query memory: 0.030 MB Memory before query: 11.468 MB Rows returned: 7
SHOW FULL COLUMNS
FROM `laxmiji_community_apps`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `laxmiji_community_apps`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/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/app.php:29 |
| 16 | CTableApp->__construct() | JROOT/libraries/src/Table/Table.php:312 |
| 15 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/libraries/apps.php:91 |
| 14 | CAppPlugins->renderPlugin() | JROOT/components/com_community/libraries/apps.php:195 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.75 ms After last query: 0.15 ms Query memory: 0.027 MB Memory before query: 11.489 MB Rows returned: 1
SELECT *
FROM `laxmiji_community_apps`
WHERE `apps`='papers'
AND `userid`='6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_apps | NULL | ref | idx_userid,idx_user_apps | idx_userid | 4 | const | 1 | 10.00 | 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:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/components/com_community/tables/app.php:45 |
| 15 | CTableApp->loadUserApp() | JROOT/components/com_community/libraries/apps.php:92 |
| 14 | CAppPlugins->renderPlugin() | JROOT/components/com_community/libraries/apps.php:195 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.71 ms After last query: 0.15 ms Query memory: 0.026 MB Memory before query: 11.499 MB Rows returned: 1
SELECT `name`
FROM `laxmiji_extensions`
WHERE `element`='papers'
AND `folder`='community'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_extensions | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | 10.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/apps.php:100 |
| 15 | CommunityModelApps->getAppTitle() | JROOT/components/com_community/libraries/apps.php:98 |
| 14 | CAppPlugins->renderPlugin() | JROOT/components/com_community/libraries/apps.php:195 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.63 ms After last query: 0.11 ms Query memory: 0.026 MB Memory before query: 11.508 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/plugins/community/papers/papers.php:19 |
| 15 | plgCommunityPapers->onProfileDisplay() | JROOT/components/com_community/libraries/apps.php:100 |
| 14 | CAppPlugins->renderPlugin() | JROOT/components/com_community/libraries/apps.php:195 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.05 ms After last query: 1.34 ms Query memory: 0.024 MB Memory before query: 11.514 MB Rows returned: 1
SELECT `privacy`, `apps`
FROM `laxmiji_community_apps`
WHERE `userid`='6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_apps | NULL | ref | idx_userid,idx_user_apps | idx_userid | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/apps.php:291 |
| 12 | CommunityModelApps->getPrivacy() | JROOT/components/com_community/views/profile/view.html.php:654 |
| 11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
| 10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.65 ms After last query: 0.13 ms Query memory: 0.024 MB Memory before query: 11.522 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 13 | CFactory::getUser() | JROOT/components/com_community/views/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.68 ms After last query: 0.22 ms Query memory: 0.025 MB Memory before query: 11.532 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.56 ms After last query: 0.11 ms Query memory: 0.026 MB Memory before query: 11.539 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 15 | CFactory::getUser() | JROOT/components/com_community/helpers/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.55 ms After last query: 0.11 ms Query memory: 0.026 MB Memory before query: 11.547 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 15 | CFactory::getUser() | JROOT/components/com_community/helpers/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.99 ms After last query: 20.93 ms Query memory: 0.026 MB Memory before query: 11.873 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 15 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.69 ms After last query: 0.13 ms Query memory: 0.026 MB Memory before query: 11.882 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | 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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.57 ms After last query: 0.10 ms Query memory: 0.026 MB Memory before query: 11.893 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.77 ms After last query: 0.06 ms Query memory: 0.027 MB Memory before query: 11.902 MB Rows returned: 0
SELECT m.*,n.`name`
FROM `laxmiji_community_blocklist` m
LEFT JOIN `laxmiji_users` n
ON m.`blocked_userid`=n.`id`
WHERE m.`userid`='0'
AND m.`blocked_userid`!=0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ref | userid,blocked_userid | userid | 4 | const | 1 | 100.00 | Using where |
| 1 | SIMPLE | n | NULL | eq_ref | PRIMARY | PRIMARY | 4 | globaljournalsorg.m.blocked_userid | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/block.php:133 |
| 17 | CommunityModelBlock->getBlockedList() | JROOT/components/com_community/libraries/user.php:1436 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.71 ms After last query: 0.09 ms Query memory: 0.026 MB Memory before query: 11.911 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.32 ms After last query: 0.08 ms Query memory: 0.060 MB Memory before query: 11.920 MB Rows returned: 615
SELECT `id`
FROM `laxmiji_users`
WHERE `block`='1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | ref | idx_block | idx_block | 1 | const | 615 | 100.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.56 ms After last query: 0.25 ms Query memory: 0.027 MB Memory before query: 12.019 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 18 | CFactory::getUser() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.76 ms After last query: 0.27 ms Query memory: 0.028 MB Memory before query: 12.035 MB Rows returned: 28
SELECT `id`
FROM `laxmiji_community_groups`
WHERE `approvals` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_groups | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 28 | 10.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.55 ms After last query: 0.07 ms Query memory: 0.027 MB Memory before query: 12.047 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.79 ms After last query: 0.04 ms Query memory: 0.027 MB Memory before query: 12.057 MB Rows returned: 1
SELECT `groupid`
FROM `laxmiji_community_groups_members`
WHERE `approved` = 1
AND `memberid` = 0
GROUP BY `groupid`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_groups_members | NULL | ref | groupid,idx_memberid | idx_memberid | 4 | const | 1 | 10.00 | Using index condition; 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.06 ms After last query: 0.17 ms Query memory: 0.027 MB Memory before query: 12.066 MB Rows returned: 0
SELECT DISTINCT a.`id`
FROM `laxmiji_community_events` AS a
LEFT JOIN `laxmiji_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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | PRIMARY,idx_creator,idx_period,idx_type,idx_catid,idx_published | idx_published | 5 | const | 1 | 100.00 | Using index; Using temporary |
| 1 | SIMPLE | b | NULL | ref | idx_eventid,idx_status,idx_permission,idx_member_event | idx_eventid | 4 | globaljournalsorg.a.id | 1 | 100.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.57 ms After last query: 0.07 ms Query memory: 0.028 MB Memory before query: 12.076 MB Rows returned: 28
SELECT `id`
FROM `laxmiji_community_groups`
WHERE `approvals` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_groups | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 28 | 10.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.46 ms After last query: 0.06 ms Query memory: 0.027 MB Memory before query: 12.087 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.77 ms After last query: 0.04 ms Query memory: 0.027 MB Memory before query: 12.097 MB Rows returned: 1
SELECT `groupid`
FROM `laxmiji_community_groups_members`
WHERE `approved` = 1
AND `memberid` = 0
GROUP BY `groupid`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_groups_members | NULL | ref | groupid,idx_memberid | idx_memberid | 4 | const | 1 | 10.00 | Using index condition; 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.65 ms After last query: 0.08 ms Query memory: 0.027 MB Memory before query: 12.106 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 18 | CFactory::getUser() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.57 ms After last query: 0.45 ms Query memory: 0.027 MB Memory before query: 12.115 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 18 | CFactory::getUser() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.61 ms After last query: 0.29 ms Query memory: 0.030 MB Memory before query: 12.136 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 18 | CFactory::getUser() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.66 ms After last query: 0.43 ms Query memory: 0.027 MB Memory before query: 12.149 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_community_videos`
WHERE `published` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_videos | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.69 ms After last query: 0.17 ms Query memory: 0.026 MB Memory before query: 12.159 MB Rows returned: 1
SELECT GROUP_CONCAT(DISTINCT b.`activity_id`) as activity_id
FROM `laxmiji_community_activities_hide` as b
WHERE b.`user_id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | b | NULL | ref | user_id | user_id | 4 | const | 1 | 100.00 | NULL |
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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.93 ms After last query: 0.21 ms Query memory: 0.027 MB Memory before query: 12.172 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.81 ms After last query: 0.12 ms Query memory: 0.027 MB Memory before query: 12.182 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.89 ms After last query: 11.31 ms Query memory: 0.026 MB Memory before query: 12.192 MB Rows returned: 0
SELECT cid
FROM `laxmiji_community_featured`
WHERE target_id=6083
AND type='stream.profile'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_featured | NULL | ref | type | type | 1022 | const | 1 | 100.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 4.55 ms After last query: 0.59 ms Query memory: 0.033 MB Memory before query: 12.192 MB Rows returned: 0
SELECT a.*
FROM `laxmiji_community_activities` as a
WHERE ( (a.`actor`='6083') OR (
(a.`actor`='0')
AND
(a.`actors` LIKE '%{"id":"6083"}%')
) OR (a.`actor` IN (6083)) OR (a.`target` IN (6083)) OR (a.`target`='6083') )
AND ( 1
AND (( a.`actor` <> '6083'
AND a.target <> a.actor) OR a.target = 6083 OR a.target = 0 OR (a.`actor` IN (6083)) )
AND ( a.actor NOT IN (725,855,1195,1341,1426,1719,1878,1886,1891,1893,1902,1906,1912,1920,1921,1924,1926,1931,1948,1955,1966,1984,1988,2003,2020,2032,2054,2059,2060,2066,2080,2087,2099,2114,2135,2137,2138,2143,2146,2151,2152,2153,2165,2177,2182,2185,2187,2193,2195,2200,2212,2222,2234,2239,2240,2241,2245,2252,2253,2263,2265,2270,2277,2283,2284,2287,2297,2299,2309,2313,2323,2325,2336,2343,2357,2373,2374,2383,2388,2391,2392,2396,2399,2408,2412,2437,2442,2452,2456,2457,2464,2471,2472,2488,2502,2504,2511,2520,2525,2526,2527,2534,2535,2536,2539,2544,2546,2549,2555,2561,2566,2567,2569,2574,2575,2589,2591,2592,2603,2611,2614,2628,2630,2641,2650,2651,2666,2680,2690,2692,2700,2715,2722,2723,2725,2729,2733,2741,2747,2758,2760,2775,2784,2827,2831,2839,2841,2855,2856,2863,2864,2866,2871,2874,2875,2878,2880,2891,2899,2900,2909,2913,2914,2916,2920,2926,2927,2936,2937,2954,2959,2990,2998,2999,3009,3013,3031,3040,3056,3058,3059,3068,3079,3097,3108,3112,3117,3121,3122,3126,3141,3143,3169,3173,3191,3194,3202,3204,3212,3224,3226,3239,3267,3268,3282,3283,3285,3291,3296,3299,3304,3324,3328,3334,3336,3337,3342,3344,3348,3350,3360,3361,3362,3367,3380,3384,3386,3389,3390,3392,3397,3402,3405,3416,3424,3427,3436,3477,3482,3516,3535,3537,3541,3546,3547,3553,3556,3587,3588,3589,3590,3597,3602,3603,3612,3615,3616,3624,3628,3634,3635,3638,3647,3660,3662,3663,3665,3676,3684,3698,3703,3725,3726,3727,3730,3756,3766,3767,3777,3784,3790,3796,3800,3807,3809,3813,3825,3828,3835,3855,3862,3871,3895,3898,3900,3901,3904,3909,3914,3926,3931,3932,3945,3946,3956,3968,3969,3974,3976,3977,3980,3993,3994,3999,4002,4008,4022,4033,4043,4058,4072,4078,4079,4085,4091,4093,4101,4103,4104,4108,4116,4123,4128,4129,4131,4132,4137,4150,4185,4323,4333,7266,7311,7330,7390,7428,7607,7678,7698,7700,7703,7708,7737,7743,7761,7770,7803,7822,7831,7835,7869,7928,7929,7937,7948,7949,7950,7952,7953,7961,7973,7977,7978,8014,8055,8065,8101,8112,8118,8146,8148,8180,8185,8189,8190,8196,8197,8200,8208,8213,8214,8234,8247,8258,8259,8273,8275,8281,8282,8284,8290,8304,8306,8308,8309,8310,8311,8313,8316,8321,8327,8335,8337,8346,8347,8364,8365,8378,8386,8392,8400,8402,8410,8414,8416,8418,8422,8423,8428,8434,8450,8451,8453,8462,8465,8466,8467,8475,8477,8480,8486,8487,8503,8504,8511,8512,8517,8522,8545,8559,8560,8566,8584,8592,8596,8603,8609,8610,8614,8615,8617,8618,8621,8622,8626,8628,8631,8635,8636,8638,8668,8679,8686,8691,8697,8710,8729,8749,8750,8768,8769,8787,8790,8791,8800,8820,8825,8834,8845,8850,8853,8859,8863,8870,8877,8895,8900,8901,8911,8921,8923,8935,8937,8940,8955,8963,8971,9002,9013,9016,9017,9020,9021,9024,9027,9028,9031,9034,9035,9042,9049,9050,9063,9067,9071,9092,9108,9120,9130,9134,9135,9138,9140,9158,9167,9233,9257,9260,9264,9270,9305,9315,9316,9318,9328,9335,9340,9342,9348,9354,9360,9398,9399,9419,9426,9431,9432,9445,9448,9449,9451,9455,9495,9500,9528,9557,9560,9565,9580,9622,9656,9671,9672,9686,9704,9743,9786,9829,9834,9977,9982,9996,10039,10042,10055,10056,10057,10058,10059,10062,10069,10070,10080,10101,10134,10162,10180,10197,10205,10206,10215,10226,10234,10235,10250,10259,10265,10273,10283,10291,10292,10308,10323,10335,10381) )
AND ( (a.`group_access`='0') OR (a.`groupid` IN (28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55 ) ) OR (a.`groupid`='0'))
AND (a.`event_access`='0')
AND (a.`access` <= 10)
AND ( a.`groupid` IN ( 28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55 ) 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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | index | PRIMARY,actor,target,app,created,archived | PRIMARY | 4 | NULL | 15 | 0.56 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.67 ms After last query: 0.07 ms Query memory: 0.028 MB Memory before query: 12.200 MB Rows returned: 28
SELECT `id`
FROM `laxmiji_community_groups`
WHERE `approvals` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_groups | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 28 | 10.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.48 ms After last query: 0.06 ms Query memory: 0.027 MB Memory before query: 12.212 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 18 | CFactory::getUser() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.73 ms After last query: 0.04 ms Query memory: 0.026 MB Memory before query: 12.221 MB Rows returned: 1
SELECT `groupid`
FROM `laxmiji_community_groups_members`
WHERE `approved` = 1
AND `memberid` = 0
GROUP BY `groupid`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_groups_members | NULL | ref | groupid,idx_memberid | idx_memberid | 4 | const | 1 | 10.00 | Using index condition; 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.64 ms After last query: 0.21 ms Query memory: 0.026 MB Memory before query: 12.133 MB Rows returned: 1
SELECT COUNT(1)
FROM `laxmiji_community_activities`
WHERE 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_activities | NULL | index | NULL | archived | 1 | NULL | 179 | 100.00 | 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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.44 ms After last query: 0.06 ms Query memory: 0.026 MB Memory before query: 12.142 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | 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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.39 ms After last query: 0.14 ms Query memory: 0.026 MB Memory before query: 12.150 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.40 ms After last query: 0.15 ms Query memory: 0.027 MB Memory before query: 12.177 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 18 | CFactory::getUser() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.38 ms After last query: 0.04 ms Query memory: 0.027 MB Memory before query: 12.187 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | 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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.34 ms After last query: 0.06 ms Query memory: 0.027 MB Memory before query: 12.196 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.01 ms After last query: 0.08 ms Query memory: 0.061 MB Memory before query: 12.206 MB Rows returned: 615
SELECT `id`
FROM `laxmiji_users`
WHERE `block`='1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | ref | idx_block | idx_block | 1 | const | 615 | 100.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.35 ms After last query: 0.28 ms Query memory: 0.028 MB Memory before query: 12.306 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.41 ms After last query: 0.27 ms Query memory: 0.029 MB Memory before query: 12.323 MB Rows returned: 28
SELECT `id`
FROM `laxmiji_community_groups`
WHERE `approvals` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_groups | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 28 | 10.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.36 ms After last query: 0.07 ms Query memory: 0.028 MB Memory before query: 12.335 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.47 ms After last query: 0.09 ms Query memory: 0.028 MB Memory before query: 12.346 MB Rows returned: 1
SELECT `groupid`
FROM `laxmiji_community_groups_members`
WHERE `approved` = 1
AND `memberid` = 0
GROUP BY `groupid`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_groups_members | NULL | ref | groupid,idx_memberid | idx_memberid | 4 | const | 1 | 10.00 | Using index condition; 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.55 ms After last query: 0.23 ms Query memory: 0.028 MB Memory before query: 12.357 MB Rows returned: 0
SELECT DISTINCT a.`id`
FROM `laxmiji_community_events` AS a
LEFT JOIN `laxmiji_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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | PRIMARY,idx_creator,idx_period,idx_type,idx_catid,idx_published | idx_published | 5 | const | 1 | 100.00 | Using index; Using temporary |
| 1 | SIMPLE | b | NULL | ref | idx_eventid,idx_status,idx_permission,idx_member_event | idx_eventid | 4 | globaljournalsorg.a.id | 1 | 100.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.41 ms After last query: 0.10 ms Query memory: 0.029 MB Memory before query: 12.367 MB Rows returned: 28
SELECT `id`
FROM `laxmiji_community_groups`
WHERE `approvals` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_groups | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 28 | 10.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.39 ms After last query: 0.08 ms Query memory: 0.028 MB Memory before query: 12.379 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.53 ms After last query: 0.06 ms Query memory: 0.028 MB Memory before query: 12.390 MB Rows returned: 1
SELECT `groupid`
FROM `laxmiji_community_groups_members`
WHERE `approved` = 1
AND `memberid` = 0
GROUP BY `groupid`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_groups_members | NULL | ref | groupid,idx_memberid | idx_memberid | 4 | const | 1 | 10.00 | Using index condition; 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.43 ms After last query: 0.07 ms Query memory: 0.028 MB Memory before query: 12.400 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.39 ms After last query: 0.16 ms Query memory: 0.028 MB Memory before query: 12.411 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.39 ms After last query: 0.14 ms Query memory: 0.028 MB Memory before query: 12.421 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.40 ms After last query: 0.13 ms Query memory: 0.028 MB Memory before query: 12.432 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_community_videos`
WHERE `published` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_videos | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.50 ms After last query: 0.07 ms Query memory: 0.027 MB Memory before query: 12.442 MB Rows returned: 1
SELECT GROUP_CONCAT(DISTINCT b.`activity_id`) as activity_id
FROM `laxmiji_community_activities_hide` as b
WHERE b.`user_id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | b | NULL | ref | user_id | user_id | 4 | const | 1 | 100.00 | NULL |
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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.38 ms After last query: 0.08 ms Query memory: 0.028 MB Memory before query: 12.456 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.40 ms After last query: 0.07 ms Query memory: 0.028 MB Memory before query: 12.467 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 2.64 ms After last query: 7.59 ms Query memory: 0.034 MB Memory before query: 12.470 MB Rows returned: 0
SELECT a.*
FROM `laxmiji_community_activities` as a
WHERE ( (a.`actor`='6083') OR (
(a.`actor`='0')
AND
(a.`actors` LIKE '%{"id":"6083"}%')
) OR (a.`target`='6083') )
AND ( 1
AND (( a.`actor` <> '6083'
AND a.target <> a.actor) OR a.target = 6083 OR a.target = 0)
AND ( a.actor NOT IN (725,855,1195,1341,1426,1719,1878,1886,1891,1893,1902,1906,1912,1920,1921,1924,1926,1931,1948,1955,1966,1984,1988,2003,2020,2032,2054,2059,2060,2066,2080,2087,2099,2114,2135,2137,2138,2143,2146,2151,2152,2153,2165,2177,2182,2185,2187,2193,2195,2200,2212,2222,2234,2239,2240,2241,2245,2252,2253,2263,2265,2270,2277,2283,2284,2287,2297,2299,2309,2313,2323,2325,2336,2343,2357,2373,2374,2383,2388,2391,2392,2396,2399,2408,2412,2437,2442,2452,2456,2457,2464,2471,2472,2488,2502,2504,2511,2520,2525,2526,2527,2534,2535,2536,2539,2544,2546,2549,2555,2561,2566,2567,2569,2574,2575,2589,2591,2592,2603,2611,2614,2628,2630,2641,2650,2651,2666,2680,2690,2692,2700,2715,2722,2723,2725,2729,2733,2741,2747,2758,2760,2775,2784,2827,2831,2839,2841,2855,2856,2863,2864,2866,2871,2874,2875,2878,2880,2891,2899,2900,2909,2913,2914,2916,2920,2926,2927,2936,2937,2954,2959,2990,2998,2999,3009,3013,3031,3040,3056,3058,3059,3068,3079,3097,3108,3112,3117,3121,3122,3126,3141,3143,3169,3173,3191,3194,3202,3204,3212,3224,3226,3239,3267,3268,3282,3283,3285,3291,3296,3299,3304,3324,3328,3334,3336,3337,3342,3344,3348,3350,3360,3361,3362,3367,3380,3384,3386,3389,3390,3392,3397,3402,3405,3416,3424,3427,3436,3477,3482,3516,3535,3537,3541,3546,3547,3553,3556,3587,3588,3589,3590,3597,3602,3603,3612,3615,3616,3624,3628,3634,3635,3638,3647,3660,3662,3663,3665,3676,3684,3698,3703,3725,3726,3727,3730,3756,3766,3767,3777,3784,3790,3796,3800,3807,3809,3813,3825,3828,3835,3855,3862,3871,3895,3898,3900,3901,3904,3909,3914,3926,3931,3932,3945,3946,3956,3968,3969,3974,3976,3977,3980,3993,3994,3999,4002,4008,4022,4033,4043,4058,4072,4078,4079,4085,4091,4093,4101,4103,4104,4108,4116,4123,4128,4129,4131,4132,4137,4150,4185,4323,4333,7266,7311,7330,7390,7428,7607,7678,7698,7700,7703,7708,7737,7743,7761,7770,7803,7822,7831,7835,7869,7928,7929,7937,7948,7949,7950,7952,7953,7961,7973,7977,7978,8014,8055,8065,8101,8112,8118,8146,8148,8180,8185,8189,8190,8196,8197,8200,8208,8213,8214,8234,8247,8258,8259,8273,8275,8281,8282,8284,8290,8304,8306,8308,8309,8310,8311,8313,8316,8321,8327,8335,8337,8346,8347,8364,8365,8378,8386,8392,8400,8402,8410,8414,8416,8418,8422,8423,8428,8434,8450,8451,8453,8462,8465,8466,8467,8475,8477,8480,8486,8487,8503,8504,8511,8512,8517,8522,8545,8559,8560,8566,8584,8592,8596,8603,8609,8610,8614,8615,8617,8618,8621,8622,8626,8628,8631,8635,8636,8638,8668,8679,8686,8691,8697,8710,8729,8749,8750,8768,8769,8787,8790,8791,8800,8820,8825,8834,8845,8850,8853,8859,8863,8870,8877,8895,8900,8901,8911,8921,8923,8935,8937,8940,8955,8963,8971,9002,9013,9016,9017,9020,9021,9024,9027,9028,9031,9034,9035,9042,9049,9050,9063,9067,9071,9092,9108,9120,9130,9134,9135,9138,9140,9158,9167,9233,9257,9260,9264,9270,9305,9315,9316,9318,9328,9335,9340,9342,9348,9354,9360,9398,9399,9419,9426,9431,9432,9445,9448,9449,9451,9455,9495,9500,9528,9557,9560,9565,9580,9622,9656,9671,9672,9686,9704,9743,9786,9829,9834,9977,9982,9996,10039,10042,10055,10056,10057,10058,10059,10062,10069,10070,10080,10101,10134,10162,10180,10197,10205,10206,10215,10226,10234,10235,10250,10259,10265,10273,10283,10291,10292,10308,10323,10335,10381) )
AND ( (a.`group_access`='0') OR (a.`groupid` IN (28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55 ) ) OR (a.`groupid`='0'))
AND (a.`event_access`='0')
AND (a.`access` <= 10)
AND ( a.`groupid` IN ( 28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55 ) 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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | index | PRIMARY,actor,target,app,created,archived | PRIMARY | 4 | NULL | 1 | 5.00 | 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:1701 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.50 ms After last query: 0.07 ms Query memory: 0.029 MB Memory before query: 12.480 MB Rows returned: 28
SELECT `id`
FROM `laxmiji_community_groups`
WHERE `approvals` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_groups | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 28 | 10.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.40 ms After last query: 0.08 ms Query memory: 0.028 MB Memory before query: 12.492 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.54 ms After last query: 0.05 ms Query memory: 0.027 MB Memory before query: 12.502 MB Rows returned: 1
SELECT `groupid`
FROM `laxmiji_community_groups_members`
WHERE `approved` = 1
AND `memberid` = 0
GROUP BY `groupid`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_groups_members | NULL | ref | groupid,idx_memberid | idx_memberid | 4 | const | 1 | 10.00 | Using index condition; 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.53 ms After last query: 0.17 ms Query memory: 0.027 MB Memory before query: 12.417 MB Rows returned: 0
SELECT extension_id
FROM laxmiji_extensions
WHERE element ='com_adagency'
AND type='component'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/helpers/system.php:23 |
| 17 | CSystemHelper::isComponentExists() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:367 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.43 ms After last query: 0.28 ms Query memory: 0.024 MB Memory before query: 12.408 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 13 | CFactory::getUser() | JROOT/components/com_community/views/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.49 ms After last query: 0.07 ms Query memory: 0.024 MB Memory before query: 12.415 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | 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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.50 ms After last query: 0.41 ms Query memory: 0.025 MB Memory before query: 12.422 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 14 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
| 13 | CTemplate->fetch() | JROOT/components/com_community/views/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.44 ms After last query: 0.13 ms Query memory: 0.026 MB Memory before query: 12.446 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 15 | CFactory::getUser() | JROOT/components/com_community/templates/jomsocial/layouts/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.59 ms After last query: 0.25 ms Query memory: 0.024 MB Memory before query: 12.437 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 13 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
| 12 | CTemplate->fetch() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.54 ms After last query: 0.11 ms Query memory: 0.024 MB Memory before query: 12.445 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_community_apps`
WHERE `apps`='papers'
AND `userid`='0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_apps | NULL | ref | idx_userid,idx_user_apps | idx_userid | 4 | const | 1 | 10.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/apps.php:739 |
| 12 | CommunityModelApps->getUserApplicationId() | JROOT/components/com_community/views/profile/view.html.php:704 |
| 11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
| 10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.49 ms After last query: 0.08 ms Query memory: 0.024 MB Memory before query: 12.451 MB Rows returned: 1
SELECT `extension_id`
FROM `laxmiji_extensions`
WHERE `element`='papers'
AND `folder`='community'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_extensions | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | 10.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/apps.php:693 |
| 12 | CommunityModelApps->getPluginId() | JROOT/components/com_community/views/profile/view.html.php:708 |
| 11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
| 10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.47 ms After last query: 0.07 ms Query memory: 0.024 MB Memory before query: 12.458 MB Rows returned: 1
SELECT `params`
FROM `laxmiji_extensions`
WHERE `extension_id`='10790'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_extensions | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/apps.php:579 |
| 12 | CommunityModelApps->getPluginParams() | JROOT/components/com_community/views/profile/view.html.php:711 |
| 11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
| 10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.50 ms After last query: 0.25 ms Query memory: 0.024 MB Memory before query: 12.480 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 13 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
| 12 | CTemplate->fetch() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.54 ms After last query: 0.26 ms Query memory: 0.024 MB Memory before query: 12.488 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 13 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.46 ms After last query: 0.09 ms Query memory: 0.024 MB Memory before query: 12.495 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 13 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.39 ms After last query: 0.16 ms Query memory: 0.024 MB Memory before query: 12.502 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 13 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
| 12 | CTemplate->fetch() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.39 ms After last query: 0.58 ms Query memory: 0.024 MB Memory before query: 12.517 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 13 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.41 ms After last query: 0.08 ms Query memory: 0.024 MB Memory before query: 12.524 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 13 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.45 ms After last query: 0.12 ms Query memory: 0.024 MB Memory before query: 12.531 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 13 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
| 12 | CTemplate->fetch() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.40 ms After last query: 0.24 ms Query memory: 0.024 MB Memory before query: 12.523 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 13 | CFactory::getUser() | JROOT/components/com_community/views/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.43 ms After last query: 0.07 ms Query memory: 0.025 MB Memory before query: 12.530 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.39 ms After last query: 0.10 ms Query memory: 0.026 MB Memory before query: 12.537 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 15 | CFactory::getUser() | JROOT/components/com_community/helpers/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.38 ms After last query: 0.06 ms Query memory: 0.026 MB Memory before query: 12.545 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 15 | CFactory::getUser() | JROOT/components/com_community/helpers/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.63 ms After last query: 5.65 ms Query memory: 0.026 MB Memory before query: 12.554 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 15 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.44 ms After last query: 0.12 ms Query memory: 0.026 MB Memory before query: 12.563 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | 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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.46 ms After last query: 0.10 ms Query memory: 0.026 MB Memory before query: 12.574 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.40 ms After last query: 0.09 ms Query memory: 0.026 MB Memory before query: 12.582 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.77 ms After last query: 0.07 ms Query memory: 0.060 MB Memory before query: 12.591 MB Rows returned: 615
SELECT `id`
FROM `laxmiji_users`
WHERE `block`='1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | ref | idx_block | idx_block | 1 | const | 615 | 100.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.44 ms After last query: 0.23 ms Query memory: 0.027 MB Memory before query: 12.691 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 18 | CFactory::getUser() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.49 ms After last query: 0.24 ms Query memory: 0.028 MB Memory before query: 12.707 MB Rows returned: 28
SELECT `id`
FROM `laxmiji_community_groups`
WHERE `approvals` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_groups | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 28 | 10.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.45 ms After last query: 0.08 ms Query memory: 0.027 MB Memory before query: 12.718 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.55 ms After last query: 0.06 ms Query memory: 0.027 MB Memory before query: 12.728 MB Rows returned: 1
SELECT `groupid`
FROM `laxmiji_community_groups_members`
WHERE `approved` = 1
AND `memberid` = 0
GROUP BY `groupid`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_groups_members | NULL | ref | groupid,idx_memberid | idx_memberid | 4 | const | 1 | 10.00 | Using index condition; 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.67 ms After last query: 0.19 ms Query memory: 0.027 MB Memory before query: 12.737 MB Rows returned: 0
SELECT DISTINCT a.`id`
FROM `laxmiji_community_events` AS a
LEFT JOIN `laxmiji_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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | PRIMARY,idx_creator,idx_period,idx_type,idx_catid,idx_published | idx_published | 5 | const | 1 | 100.00 | Using index; Using temporary |
| 1 | SIMPLE | b | NULL | ref | idx_eventid,idx_status,idx_permission,idx_member_event | idx_eventid | 4 | globaljournalsorg.a.id | 1 | 100.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.47 ms After last query: 0.09 ms Query memory: 0.028 MB Memory before query: 12.747 MB Rows returned: 28
SELECT `id`
FROM `laxmiji_community_groups`
WHERE `approvals` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_groups | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 28 | 10.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.43 ms After last query: 0.08 ms Query memory: 0.027 MB Memory before query: 12.758 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.52 ms After last query: 0.05 ms Query memory: 0.027 MB Memory before query: 12.768 MB Rows returned: 1
SELECT `groupid`
FROM `laxmiji_community_groups_members`
WHERE `approved` = 1
AND `memberid` = 0
GROUP BY `groupid`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_groups_members | NULL | ref | groupid,idx_memberid | idx_memberid | 4 | const | 1 | 10.00 | Using index condition; 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.44 ms After last query: 0.07 ms Query memory: 0.027 MB Memory before query: 12.777 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 18 | CFactory::getUser() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.43 ms After last query: 0.13 ms Query memory: 0.027 MB Memory before query: 12.786 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 18 | CFactory::getUser() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.45 ms After last query: 0.13 ms Query memory: 0.027 MB Memory before query: 12.795 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 18 | CFactory::getUser() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.43 ms After last query: 0.12 ms Query memory: 0.027 MB Memory before query: 12.805 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_community_videos`
WHERE `published` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_videos | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.48 ms After last query: 0.09 ms Query memory: 0.026 MB Memory before query: 12.814 MB Rows returned: 1
SELECT GROUP_CONCAT(DISTINCT b.`activity_id`) as activity_id
FROM `laxmiji_community_activities_hide` as b
WHERE b.`user_id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | b | NULL | ref | user_id | user_id | 4 | const | 1 | 100.00 | NULL |
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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.38 ms After last query: 0.07 ms Query memory: 0.027 MB Memory before query: 12.828 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.39 ms After last query: 0.09 ms Query memory: 0.027 MB Memory before query: 12.837 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.62 ms After last query: 5.53 ms Query memory: 0.026 MB Memory before query: 12.847 MB Rows returned: 0
SELECT cid
FROM `laxmiji_community_featured`
WHERE target_id=6083
AND type='stream.profile'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_featured | NULL | ref | type | type | 1022 | const | 1 | 100.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 2.67 ms After last query: 0.64 ms Query memory: 0.033 MB Memory before query: 12.847 MB Rows returned: 0
SELECT a.*
FROM `laxmiji_community_activities` as a
WHERE ( (a.`actor`='6083') OR (
(a.`actor`='0')
AND
(a.`actors` LIKE '%{"id":"6083"}%')
) OR (a.`actor` IN (6083)) OR (a.`target` IN (6083)) OR (a.`target`='6083') )
AND ( 1
AND (( a.`actor` <> '6083'
AND a.target <> a.actor) OR a.target = 6083 OR a.target = 0 OR (a.`actor` IN (6083)) )
AND ( a.actor NOT IN (725,855,1195,1341,1426,1719,1878,1886,1891,1893,1902,1906,1912,1920,1921,1924,1926,1931,1948,1955,1966,1984,1988,2003,2020,2032,2054,2059,2060,2066,2080,2087,2099,2114,2135,2137,2138,2143,2146,2151,2152,2153,2165,2177,2182,2185,2187,2193,2195,2200,2212,2222,2234,2239,2240,2241,2245,2252,2253,2263,2265,2270,2277,2283,2284,2287,2297,2299,2309,2313,2323,2325,2336,2343,2357,2373,2374,2383,2388,2391,2392,2396,2399,2408,2412,2437,2442,2452,2456,2457,2464,2471,2472,2488,2502,2504,2511,2520,2525,2526,2527,2534,2535,2536,2539,2544,2546,2549,2555,2561,2566,2567,2569,2574,2575,2589,2591,2592,2603,2611,2614,2628,2630,2641,2650,2651,2666,2680,2690,2692,2700,2715,2722,2723,2725,2729,2733,2741,2747,2758,2760,2775,2784,2827,2831,2839,2841,2855,2856,2863,2864,2866,2871,2874,2875,2878,2880,2891,2899,2900,2909,2913,2914,2916,2920,2926,2927,2936,2937,2954,2959,2990,2998,2999,3009,3013,3031,3040,3056,3058,3059,3068,3079,3097,3108,3112,3117,3121,3122,3126,3141,3143,3169,3173,3191,3194,3202,3204,3212,3224,3226,3239,3267,3268,3282,3283,3285,3291,3296,3299,3304,3324,3328,3334,3336,3337,3342,3344,3348,3350,3360,3361,3362,3367,3380,3384,3386,3389,3390,3392,3397,3402,3405,3416,3424,3427,3436,3477,3482,3516,3535,3537,3541,3546,3547,3553,3556,3587,3588,3589,3590,3597,3602,3603,3612,3615,3616,3624,3628,3634,3635,3638,3647,3660,3662,3663,3665,3676,3684,3698,3703,3725,3726,3727,3730,3756,3766,3767,3777,3784,3790,3796,3800,3807,3809,3813,3825,3828,3835,3855,3862,3871,3895,3898,3900,3901,3904,3909,3914,3926,3931,3932,3945,3946,3956,3968,3969,3974,3976,3977,3980,3993,3994,3999,4002,4008,4022,4033,4043,4058,4072,4078,4079,4085,4091,4093,4101,4103,4104,4108,4116,4123,4128,4129,4131,4132,4137,4150,4185,4323,4333,7266,7311,7330,7390,7428,7607,7678,7698,7700,7703,7708,7737,7743,7761,7770,7803,7822,7831,7835,7869,7928,7929,7937,7948,7949,7950,7952,7953,7961,7973,7977,7978,8014,8055,8065,8101,8112,8118,8146,8148,8180,8185,8189,8190,8196,8197,8200,8208,8213,8214,8234,8247,8258,8259,8273,8275,8281,8282,8284,8290,8304,8306,8308,8309,8310,8311,8313,8316,8321,8327,8335,8337,8346,8347,8364,8365,8378,8386,8392,8400,8402,8410,8414,8416,8418,8422,8423,8428,8434,8450,8451,8453,8462,8465,8466,8467,8475,8477,8480,8486,8487,8503,8504,8511,8512,8517,8522,8545,8559,8560,8566,8584,8592,8596,8603,8609,8610,8614,8615,8617,8618,8621,8622,8626,8628,8631,8635,8636,8638,8668,8679,8686,8691,8697,8710,8729,8749,8750,8768,8769,8787,8790,8791,8800,8820,8825,8834,8845,8850,8853,8859,8863,8870,8877,8895,8900,8901,8911,8921,8923,8935,8937,8940,8955,8963,8971,9002,9013,9016,9017,9020,9021,9024,9027,9028,9031,9034,9035,9042,9049,9050,9063,9067,9071,9092,9108,9120,9130,9134,9135,9138,9140,9158,9167,9233,9257,9260,9264,9270,9305,9315,9316,9318,9328,9335,9340,9342,9348,9354,9360,9398,9399,9419,9426,9431,9432,9445,9448,9449,9451,9455,9495,9500,9528,9557,9560,9565,9580,9622,9656,9671,9672,9686,9704,9743,9786,9829,9834,9977,9982,9996,10039,10042,10055,10056,10057,10058,10059,10062,10069,10070,10080,10101,10134,10162,10180,10197,10205,10206,10215,10226,10234,10235,10250,10259,10265,10273,10283,10291,10292,10308,10323,10335,10381) )
AND ( (a.`group_access`='0') OR (a.`groupid` IN (28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55 ) ) OR (a.`groupid`='0'))
AND (a.`event_access`='0')
AND (a.`access` <= 10)
AND ( a.`groupid` IN ( 28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55 ) 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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | index | PRIMARY,actor,target,app,created,archived | PRIMARY | 4 | NULL | 15 | 0.56 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.51 ms After last query: 0.07 ms Query memory: 0.028 MB Memory before query: 12.856 MB Rows returned: 28
SELECT `id`
FROM `laxmiji_community_groups`
WHERE `approvals` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_groups | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 28 | 10.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.41 ms After last query: 0.07 ms Query memory: 0.027 MB Memory before query: 12.867 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 18 | CFactory::getUser() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.51 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 12.876 MB Rows returned: 1
SELECT `groupid`
FROM `laxmiji_community_groups_members`
WHERE `approved` = 1
AND `memberid` = 0
GROUP BY `groupid`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_groups_members | NULL | ref | groupid,idx_memberid | idx_memberid | 4 | const | 1 | 10.00 | Using index condition; 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.45 ms After last query: 0.23 ms Query memory: 0.026 MB Memory before query: 12.788 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | 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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.40 ms After last query: 0.13 ms Query memory: 0.026 MB Memory before query: 12.797 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.45 ms After last query: 0.14 ms Query memory: 0.027 MB Memory before query: 12.824 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 18 | CFactory::getUser() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.41 ms After last query: 0.06 ms Query memory: 0.027 MB Memory before query: 12.833 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | 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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.43 ms After last query: 0.07 ms Query memory: 0.027 MB Memory before query: 12.843 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.77 ms After last query: 0.07 ms Query memory: 0.061 MB Memory before query: 12.853 MB Rows returned: 615
SELECT `id`
FROM `laxmiji_users`
WHERE `block`='1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | ref | idx_block | idx_block | 1 | const | 615 | 100.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.40 ms After last query: 0.22 ms Query memory: 0.028 MB Memory before query: 12.953 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.46 ms After last query: 0.28 ms Query memory: 0.029 MB Memory before query: 12.969 MB Rows returned: 28
SELECT `id`
FROM `laxmiji_community_groups`
WHERE `approvals` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_groups | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 28 | 10.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.43 ms After last query: 0.10 ms Query memory: 0.028 MB Memory before query: 12.982 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.49 ms After last query: 0.07 ms Query memory: 0.028 MB Memory before query: 12.992 MB Rows returned: 1
SELECT `groupid`
FROM `laxmiji_community_groups_members`
WHERE `approved` = 1
AND `memberid` = 0
GROUP BY `groupid`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_groups_members | NULL | ref | groupid,idx_memberid | idx_memberid | 4 | const | 1 | 10.00 | Using index condition; 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.57 ms After last query: 0.25 ms Query memory: 0.028 MB Memory before query: 13.003 MB Rows returned: 0
SELECT DISTINCT a.`id`
FROM `laxmiji_community_events` AS a
LEFT JOIN `laxmiji_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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | PRIMARY,idx_creator,idx_period,idx_type,idx_catid,idx_published | idx_published | 5 | const | 1 | 100.00 | Using index; Using temporary |
| 1 | SIMPLE | b | NULL | ref | idx_eventid,idx_status,idx_permission,idx_member_event | idx_eventid | 4 | globaljournalsorg.a.id | 1 | 100.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.47 ms After last query: 0.10 ms Query memory: 0.029 MB Memory before query: 13.013 MB Rows returned: 28
SELECT `id`
FROM `laxmiji_community_groups`
WHERE `approvals` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_groups | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 28 | 10.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.44 ms After last query: 0.11 ms Query memory: 0.028 MB Memory before query: 13.026 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.50 ms After last query: 0.06 ms Query memory: 0.028 MB Memory before query: 13.037 MB Rows returned: 1
SELECT `groupid`
FROM `laxmiji_community_groups_members`
WHERE `approved` = 1
AND `memberid` = 0
GROUP BY `groupid`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_groups_members | NULL | ref | groupid,idx_memberid | idx_memberid | 4 | const | 1 | 10.00 | Using index condition; 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.39 ms After last query: 0.07 ms Query memory: 0.028 MB Memory before query: 13.047 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.41 ms After last query: 0.14 ms Query memory: 0.028 MB Memory before query: 13.057 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.40 ms After last query: 0.13 ms Query memory: 0.028 MB Memory before query: 13.067 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.44 ms After last query: 0.12 ms Query memory: 0.028 MB Memory before query: 13.078 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_community_videos`
WHERE `published` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_videos | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.45 ms After last query: 0.07 ms Query memory: 0.027 MB Memory before query: 13.088 MB Rows returned: 1
SELECT GROUP_CONCAT(DISTINCT b.`activity_id`) as activity_id
FROM `laxmiji_community_activities_hide` as b
WHERE b.`user_id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | b | NULL | ref | user_id | user_id | 4 | const | 1 | 100.00 | NULL |
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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.41 ms After last query: 0.07 ms Query memory: 0.028 MB Memory before query: 13.103 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.42 ms After last query: 0.06 ms Query memory: 0.028 MB Memory before query: 13.114 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 2.70 ms After last query: 5.75 ms Query memory: 0.034 MB Memory before query: 13.117 MB Rows returned: 0
SELECT a.*
FROM `laxmiji_community_activities` as a
WHERE ( (a.`actor`='6083') OR (
(a.`actor`='0')
AND
(a.`actors` LIKE '%{"id":"6083"}%')
) OR (a.`target`='6083') )
AND ( 1
AND (( a.`actor` <> '6083'
AND a.target <> a.actor) OR a.target = 6083 OR a.target = 0)
AND ( a.actor NOT IN (725,855,1195,1341,1426,1719,1878,1886,1891,1893,1902,1906,1912,1920,1921,1924,1926,1931,1948,1955,1966,1984,1988,2003,2020,2032,2054,2059,2060,2066,2080,2087,2099,2114,2135,2137,2138,2143,2146,2151,2152,2153,2165,2177,2182,2185,2187,2193,2195,2200,2212,2222,2234,2239,2240,2241,2245,2252,2253,2263,2265,2270,2277,2283,2284,2287,2297,2299,2309,2313,2323,2325,2336,2343,2357,2373,2374,2383,2388,2391,2392,2396,2399,2408,2412,2437,2442,2452,2456,2457,2464,2471,2472,2488,2502,2504,2511,2520,2525,2526,2527,2534,2535,2536,2539,2544,2546,2549,2555,2561,2566,2567,2569,2574,2575,2589,2591,2592,2603,2611,2614,2628,2630,2641,2650,2651,2666,2680,2690,2692,2700,2715,2722,2723,2725,2729,2733,2741,2747,2758,2760,2775,2784,2827,2831,2839,2841,2855,2856,2863,2864,2866,2871,2874,2875,2878,2880,2891,2899,2900,2909,2913,2914,2916,2920,2926,2927,2936,2937,2954,2959,2990,2998,2999,3009,3013,3031,3040,3056,3058,3059,3068,3079,3097,3108,3112,3117,3121,3122,3126,3141,3143,3169,3173,3191,3194,3202,3204,3212,3224,3226,3239,3267,3268,3282,3283,3285,3291,3296,3299,3304,3324,3328,3334,3336,3337,3342,3344,3348,3350,3360,3361,3362,3367,3380,3384,3386,3389,3390,3392,3397,3402,3405,3416,3424,3427,3436,3477,3482,3516,3535,3537,3541,3546,3547,3553,3556,3587,3588,3589,3590,3597,3602,3603,3612,3615,3616,3624,3628,3634,3635,3638,3647,3660,3662,3663,3665,3676,3684,3698,3703,3725,3726,3727,3730,3756,3766,3767,3777,3784,3790,3796,3800,3807,3809,3813,3825,3828,3835,3855,3862,3871,3895,3898,3900,3901,3904,3909,3914,3926,3931,3932,3945,3946,3956,3968,3969,3974,3976,3977,3980,3993,3994,3999,4002,4008,4022,4033,4043,4058,4072,4078,4079,4085,4091,4093,4101,4103,4104,4108,4116,4123,4128,4129,4131,4132,4137,4150,4185,4323,4333,7266,7311,7330,7390,7428,7607,7678,7698,7700,7703,7708,7737,7743,7761,7770,7803,7822,7831,7835,7869,7928,7929,7937,7948,7949,7950,7952,7953,7961,7973,7977,7978,8014,8055,8065,8101,8112,8118,8146,8148,8180,8185,8189,8190,8196,8197,8200,8208,8213,8214,8234,8247,8258,8259,8273,8275,8281,8282,8284,8290,8304,8306,8308,8309,8310,8311,8313,8316,8321,8327,8335,8337,8346,8347,8364,8365,8378,8386,8392,8400,8402,8410,8414,8416,8418,8422,8423,8428,8434,8450,8451,8453,8462,8465,8466,8467,8475,8477,8480,8486,8487,8503,8504,8511,8512,8517,8522,8545,8559,8560,8566,8584,8592,8596,8603,8609,8610,8614,8615,8617,8618,8621,8622,8626,8628,8631,8635,8636,8638,8668,8679,8686,8691,8697,8710,8729,8749,8750,8768,8769,8787,8790,8791,8800,8820,8825,8834,8845,8850,8853,8859,8863,8870,8877,8895,8900,8901,8911,8921,8923,8935,8937,8940,8955,8963,8971,9002,9013,9016,9017,9020,9021,9024,9027,9028,9031,9034,9035,9042,9049,9050,9063,9067,9071,9092,9108,9120,9130,9134,9135,9138,9140,9158,9167,9233,9257,9260,9264,9270,9305,9315,9316,9318,9328,9335,9340,9342,9348,9354,9360,9398,9399,9419,9426,9431,9432,9445,9448,9449,9451,9455,9495,9500,9528,9557,9560,9565,9580,9622,9656,9671,9672,9686,9704,9743,9786,9829,9834,9977,9982,9996,10039,10042,10055,10056,10057,10058,10059,10062,10069,10070,10080,10101,10134,10162,10180,10197,10205,10206,10215,10226,10234,10235,10250,10259,10265,10273,10283,10291,10292,10308,10323,10335,10381) )
AND ( (a.`group_access`='0') OR (a.`groupid` IN (28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55 ) ) OR (a.`groupid`='0'))
AND (a.`event_access`='0')
AND (a.`access` <= 10)
AND ( a.`groupid` IN ( 28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55 ) 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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | index | PRIMARY,actor,target,app,created,archived | PRIMARY | 4 | NULL | 1 | 5.00 | 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:1701 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.48 ms After last query: 0.07 ms Query memory: 0.029 MB Memory before query: 13.126 MB Rows returned: 28
SELECT `id`
FROM `laxmiji_community_groups`
WHERE `approvals` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_groups | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 28 | 10.00 | 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.47 ms After last query: 0.08 ms Query memory: 0.028 MB Memory before query: 13.138 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.56 ms After last query: 0.06 ms Query memory: 0.027 MB Memory before query: 13.149 MB Rows returned: 1
SELECT `groupid`
FROM `laxmiji_community_groups_members`
WHERE `approved` = 1
AND `memberid` = 0
GROUP BY `groupid`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_groups_members | NULL | ref | groupid,idx_memberid | idx_memberid | 4 | const | 1 | 10.00 | Using index condition; 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:1550 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.50 ms After last query: 0.11 ms Query memory: 0.027 MB Memory before query: 13.063 MB Rows returned: 0
SELECT extension_id
FROM laxmiji_extensions
WHERE element ='com_adagency'
AND type='component'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/helpers/system.php:23 |
| 17 | CSystemHelper::isComponentExists() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:367 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.47 ms After last query: 0.19 ms Query memory: 0.024 MB Memory before query: 13.051 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 13 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
| 12 | CTemplate->fetch() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.41 ms After last query: 0.29 ms Query memory: 0.026 MB Memory before query: 13.076 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.43 ms After last query: 0.27 ms Query memory: 0.026 MB Memory before query: 13.084 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.44 ms After last query: 0.11 ms Query memory: 0.026 MB Memory before query: 13.092 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 15 | CFactory::getUser() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.41 ms After last query: 0.08 ms Query memory: 0.026 MB Memory before query: 13.100 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | 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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.45 ms After last query: 0.09 ms Query memory: 0.026 MB Memory before query: 13.109 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.87 ms After last query: 0.08 ms Query memory: 0.039 MB Memory before query: 13.119 MB Rows returned: 25
SELECT field.*, value.`value`,value.`access`, value.`params` as fieldparams
FROM `laxmiji_community_fields` AS field
LEFT JOIN `laxmiji_community_fields_values` AS value
ON field.`id`=value.`field_id`
AND value.`user_id`='6083'
WHERE field.`published`='1'
AND field.`visible`>='1'
ORDER BY field.`ordering`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | field | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 28 | 3.57 | Using where; Using filesort |
| 1 | SIMPLE | value | NULL | ref | field_id,user_id,idx_user_fieldid | user_id | 4 | const | 1 | 100.00 | 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:1506 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.43 ms After last query: 0.28 ms Query memory: 0.026 MB Memory before query: 13.201 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/models/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.54 ms After last query: 0.39 ms Query memory: 0.026 MB Memory before query: 13.223 MB Rows returned: 1
SELECT count(*)
FROM `laxmiji_community_connection` as a, `laxmiji_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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | connect_from,idx_connect_to,idx_connect_from,idx_connect_tofrom | idx_connect_to | 4 | const | 1 | 10.00 | Using where |
| 1 | SIMPLE | b | NULL | eq_ref | PRIMARY | PRIMARY | 4 | globaljournalsorg.a.connect_from | 1 | 100.00 | 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:1740 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 2.30 ms After last query: 112.36 ms Query memory: 0.032 MB Memory before query: 13.402 MB Rows returned: 17
SHOW FULL COLUMNS
FROM `laxmiji_community_photos_albums`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `laxmiji_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:1701 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.78 ms After last query: 0.31 ms Query memory: 0.027 MB Memory before query: 13.456 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.91 ms After last query: 0.15 ms Query memory: 0.026 MB Memory before query: 13.465 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_community_photos_albums`
WHERE `creator` = '6083'
AND `type` = 'profile.avatar'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_photos_albums | NULL | ref | creator,idx_type,idx_creatortype | creator | 4 | const | 1 | 34.72 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.66 ms After last query: 0.38 ms Query memory: 0.027 MB Memory before query: 13.476 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.80 ms After last query: 0.12 ms Query memory: 0.034 MB Memory before query: 13.486 MB Rows returned: 1
SELECT *
from `laxmiji_community_users`
WHERE `userid`='6083'
AND (`status_access` <= 10)
ORDER BY `posted_on` DESC
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.28 ms After last query: 0.48 ms Query memory: 0.038 MB Memory before query: 13.505 MB Rows returned: 44
SELECT *
FROM `laxmiji_community_moods`
ORDER BY `ordering` ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_moods | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 44 | 100.00 | 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:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/moods.php:29 |
| 18 | CommunityModelMoods->__construct() | JROOT/components/com_community/helpers/string.php:277 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.00 ms After last query: 1.66 ms Query memory: 0.035 MB Memory before query: 13.522 MB Rows returned: 0
SELECT `oldurl`, `dateadd`
FROM laxmiji_sh404sef_urls
WHERE `newurl`='index.php?option=com_community&Itemid=180&filter=hashtag&lang=en&value=%242&view=frontpage';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_sh404sef_urls | NULL | ref | newurl | newurl | 763 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 37 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 36 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 35 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 34 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 33 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:778 |
| 32 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:815 |
| 31 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1537 |
| 30 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1176 |
| 29 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2373 |
| 28 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1030 |
| 27 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
| 26 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 25 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
| 24 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 23 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 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:144 |
| 20 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 19 | Joomla\CMS\Router\Route::_() | JROOT/components/com_community/libraries/core.php:1380 |
| 18 | CRoute::_() | JROOT/components/com_community/helpers/string.php:321 |
| 17 | CStringHelper::converttagtolink() | JROOT/components/com_community/libraries/activities.php:1671 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.93 ms After last query: 3.02 ms Query memory: 0.027 MB Memory before query: 13.554 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_community_fields`
WHERE `fieldcode`='FIELD_GENDER'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_fields | NULL | ref | fieldcode | fieldcode | 1022 | const | 1 | 100.00 | 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:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/profile.php:817 |
| 17 | CommunityModelProfile->_getgenderId() | JROOT/components/com_community/models/profile.php:791 |
| 16 | CommunityModelProfile->getGender() | JROOT/components/com_community/libraries/user.php:1485 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.91 ms After last query: 0.13 ms Query memory: 0.026 MB Memory before query: 13.564 MB Rows returned: 0
SELECT `value`
FROM `laxmiji_community_fields_values`
WHERE `field_id` = ''
AND `user_id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_fields_values | NULL | ref | field_id,user_id,idx_user_fieldid | field_id | 4 | const | 1 | 5.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/profile.php:800 |
| 16 | CommunityModelProfile->getGender() | JROOT/components/com_community/libraries/user.php:1485 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.69 ms After last query: 0.34 ms Query memory: 0.027 MB Memory before query: 13.573 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_community_fields`
WHERE `fieldcode`='FIELD_GENDER'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_fields | NULL | ref | fieldcode | fieldcode | 1022 | const | 1 | 100.00 | 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:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/profile.php:817 |
| 17 | CommunityModelProfile->_getgenderId() | JROOT/components/com_community/models/profile.php:791 |
| 16 | CommunityModelProfile->getGender() | JROOT/components/com_community/libraries/user.php:1362 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.78 ms After last query: 0.15 ms Query memory: 0.026 MB Memory before query: 13.582 MB Rows returned: 0
SELECT `value`
FROM `laxmiji_community_fields_values`
WHERE `field_id` = ''
AND `user_id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_fields_values | NULL | ref | field_id,user_id,idx_user_fieldid | field_id | 4 | const | 1 | 5.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/profile.php:800 |
| 16 | CommunityModelProfile->getGender() | JROOT/components/com_community/libraries/user.php:1362 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.93 ms After last query: 0.14 ms Query memory: 0.027 MB Memory before query: 13.593 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.85 ms After last query: 0.12 ms Query memory: 0.034 MB Memory before query: 13.624 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_community_photos_albums`
WHERE `creator` = '6083'
AND `type` = 'profile.cover'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_photos_albums | NULL | ref | creator,idx_type,idx_creatortype | creator | 4 | const | 1 | 33.85 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.83 ms After last query: 0.22 ms Query memory: 0.026 MB Memory before query: 13.641 MB Rows returned: 1
SELECT COUNT(*)
FROM `laxmiji_community_groups_members` AS a
INNER JOIN `laxmiji_community_groups` AS b
WHERE a.`groupid`= b.`id`
AND `memberid`='6083'
AND `approved`='1'
AND b.`published`='1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | groupid,idx_memberid | idx_memberid | 4 | const | 1 | 10.00 | Using where |
| 1 | SIMPLE | b | NULL | eq_ref | PRIMARY | PRIMARY | 4 | globaljournalsorg.a.groupid | 1 | 10.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.84 ms After last query: 0.15 ms Query memory: 0.026 MB Memory before query: 13.650 MB Rows returned: 1
SELECT COUNT(*)
FROM `laxmiji_community_events_members` AS a
INNER JOIN `laxmiji_community_events` AS b
ON b.`id`=a.`eventid`
AND b.`enddate` > '2026-06-22 12:36:27'
WHERE a.`memberid`='6083'
AND a.`status` IN ('1','0')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | idx_eventid,idx_status,idx_permission,idx_member_event | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| 1 | SIMPLE | b | NULL | eq_ref | PRIMARY | PRIMARY | 4 | globaljournalsorg.a.eventid | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.75 ms After last query: 0.22 ms Query memory: 0.026 MB Memory before query: 13.664 MB Rows returned: 1
SELECT COUNT(1)
FROM `laxmiji_community_videos` AS a
WHERE `creator`='6083'
AND `creator_type`='user'
AND (`status` = 'ready' OR `type` = 'file')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | creator | creator | 4 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.83 ms After last query: 0.22 ms Query memory: 0.026 MB Memory before query: 13.745 MB Rows returned: 1
SELECT COUNT(1)
FROM `laxmiji_community_photos` AS a
INNER JOIN `laxmiji_community_photos_albums` AS b
ON a.albumid=b.id
WHERE 1
AND a.creator='6083'
AND (b.type LIKE 'user%' or b.type LIKE 'profile%')
AND `albumid` <> 0
AND a.`published` = '1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | albumid | NO INDEX KEY COULD BE USED | NULL | NULL | 651 | 0.95 | Using where |
| 1 | SIMPLE | b | NULL | eq_ref | PRIMARY,idx_type,idx_albumtype | PRIMARY | 4 | globaljournalsorg.a.albumid | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/photos.php:1395 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.76 ms After last query: 0.26 ms Query memory: 0.026 MB Memory before query: 13.758 MB Rows returned: 1
SELECT COUNT(*)
FROM `laxmiji_community_polls`
WHERE `creator`='6083'
AND `published`='1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_polls | NULL | ref | creator | creator | 4 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/polls.php:523 |
| 15 | CommunityModelPolls->getPollsCount() | JROOT/components/com_community/views/profile/view.html.php:1729 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.71 ms After last query: 0.19 ms Query memory: 0.026 MB Memory before query: 13.769 MB Rows returned: 1
SELECT COUNT(1)
FROM `laxmiji_community_featured`
WHERE `type`='users'
AND `cid`='6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_featured | NULL | ref | type | type | 1022 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/featured.php:29 |
| 15 | CommunityModelFeatured->isExists() | JROOT/components/com_community/views/profile/view.html.php:1741 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.32 ms After last query: 0.26 ms Query memory: 0.034 MB Memory before query: 13.790 MB Rows returned: 25
SHOW FULL COLUMNS
FROM `laxmiji_community_videos`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `laxmiji_community_videos`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/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:1746 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 2.24 ms After last query: 0.49 ms Query memory: 0.008 MB Memory before query: 13.843 MB
UPDATE `laxmiji_community_users`
SET `view` = ( `view` + 1 )
WHERE `userid`='6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | laxmiji_community_users | NULL | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/components/com_community/libraries/user.php:1155 |
| 15 | CUser->viewHit() | JROOT/components/com_community/views/profile/view.html.php:1765 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1749.80 ms After last query: 0.20 ms Query memory: 0.027 MB Memory before query: 13.855 MB Rows returned: 0
SELECT id, count
FROM `laxmiji_community_profile_stats`
WHERE `date` = '2026-06-22'
AND `type` LIKE 'view'
AND `uid` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_profile_stats | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4850266 | 0.11 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_community/models/stats.php:35 |
| 16 | CommunityModelStats->addProfileStats() | JROOT/components/com_community/libraries/user.php:1160 |
| 15 | CUser->viewHit() | JROOT/components/com_community/views/profile/view.html.php:1765 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.12 ms After last query: 1.51 ms Query memory: 0.031 MB Memory before query: 13.869 MB Rows returned: 7
SHOW FULL COLUMNS
FROM `laxmiji_community_profile_stats`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `laxmiji_community_profile_stats`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php: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:1160 |
| 15 | CUser->viewHit() | JROOT/components/com_community/views/profile/view.html.php:1765 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 2.15 ms After last query: 0.38 ms Query memory: 0.010 MB Memory before query: 13.895 MB
INSERT INTO `laxmiji_community_profile_stats`
(`uid`,`type`,`count`,`date`)
VALUES
('6083','view','1','2026-06-22')
EXPLAIN not possible on query: INSERT INTO `laxmiji_community_profile_stats`
(`uid`,`type`,`count`,`date`) VALUES
('6083','view','1','2026-06-22')
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:1421 |
| 19 | JDatabaseDriver->insertObject() | JROOT/libraries/src/Table/Table.php:805 |
| 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:1160 |
| 15 | CUser->viewHit() | JROOT/components/com_community/views/profile/view.html.php:1765 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.00 ms After last query: 1.23 ms Query memory: 0.031 MB Memory before query: 13.923 MB Rows returned: 5
SHOW FULL COLUMNS
FROM `laxmiji_community_likes`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `laxmiji_community_likes`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php: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:1794 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.88 ms After last query: 0.27 ms Query memory: 0.027 MB Memory before query: 13.941 MB Rows returned: 0
SELECT *
FROM `laxmiji_community_likes`
WHERE `element`='profile'
AND `uid`='6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_likes | NULL | ref | element | element | 806 | const,const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/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:1794 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.74 ms After last query: 0.26 ms Query memory: 0.027 MB Memory before query: 13.950 MB Rows returned: 0
SELECT *
FROM `laxmiji_community_likes`
WHERE `element`='profile'
AND `uid`='6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_likes | NULL | ref | element | element | 806 | const,const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/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:1797 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.60 ms After last query: 0.18 ms Query memory: 0.026 MB Memory before query: 13.958 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/userstatus.php:27 |
| 15 | CUserStatus->__construct() | JROOT/components/com_community/views/profile/view.html.php:1800 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.54 ms After last query: 0.20 ms Query memory: 0.026 MB Memory before query: 13.967 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/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: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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.78 ms After last query: 0.28 ms Query memory: 0.027 MB Memory before query: 13.980 MB Rows returned: 3
SELECT b.id
FROM laxmiji_user_usergroup_map AS map
LEFT JOIN laxmiji_usergroups AS a
ON a.id = map.group_id
LEFT JOIN laxmiji_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE map.user_id = 6083
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | map | NULL | ref | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
| 1 | SIMPLE | a | NULL | eq_ref | PRIMARY | PRIMARY | 4 | globaljournalsorg.map.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | b | NULL | ALL | idx_usergroup_nested_set_lookup | NO INDEX KEY COULD BE USED | NULL | NULL | 17 | 100.00 | Range checked for each record (index map: 0x10) |
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:1550 |
| 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:1325 |
| 16 | CUser->authorise() | JROOT/components/com_community/helpers/owner.php:51 |
| 15 | COwnerHelper::isCommunityAdmin() | 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.56 ms After last query: 0.52 ms Query memory: 0.026 MB Memory before query: 13.989 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/block.php:194 |
| 15 | blockUser->isUserBlocked() | JROOT/components/com_community/views/profile/view.html.php:1816 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.60 ms After last query: 0.37 ms Query memory: 0.026 MB Memory before query: 13.999 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/reporting.php:181 |
| 15 | CReporting->getReportingHTML() | JROOT/components/com_community/views/profile/view.html.php:1826 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.61 ms After last query: 0.82 ms Query memory: 0.027 MB Memory before query: 14.009 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 17 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
| 16 | CTemplate->fetch() | JROOT/components/com_community/libraries/reporting.php:213 |
| 15 | CReporting->getReportingHTML() | JROOT/components/com_community/views/profile/view.html.php:1826 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.61 ms After last query: 0.81 ms Query memory: 0.026 MB Memory before query: 14.019 MB Rows returned: 0
SELECT connection_id
FROM `laxmiji_community_connection`
WHERE `connect_from`='0'
AND `connect_to`='6083'
AND `status` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_connection | NULL | ref | connect_from,idx_connect_to,idx_connect_from,idx_connect_tofrom | connect_from | 9 | const,const,const | 1 | 100.00 | 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:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/helpers/friends.php:68 |
| 15 | CFriendsHelper::isWaitingApproval() | JROOT/components/com_community/views/profile/view.html.php:1840 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.46 ms After last query: 0.12 ms Query memory: 0.026 MB Memory before query: 14.028 MB Rows returned: 0
SELECT connection_id
FROM `laxmiji_community_connection`
WHERE `connect_from`='6083'
AND `connect_to`='0'
AND `status` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_connection | NULL | ref | connect_from,idx_connect_to,idx_connect_from,idx_connect_tofrom | connect_from | 9 | const,const,const | 1 | 100.00 | 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:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/helpers/friends.php:68 |
| 15 | CFriendsHelper::isWaitingApproval() | JROOT/components/com_community/views/profile/view.html.php:1841 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.43 ms After last query: 0.31 ms Query memory: 0.026 MB Memory before query: 14.037 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/views/profile/view.html.php:230 |
| 15 | CommunityViewProfile->_getProfileHTML() | JROOT/components/com_community/views/profile/view.html.php:1859 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.42 ms After last query: 0.10 ms Query memory: 0.026 MB Memory before query: 14.046 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 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 | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/views/profile/view.html.php:233 |
| 15 | CommunityViewProfile->_getProfileHTML() | JROOT/components/com_community/views/profile/view.html.php:1859 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.43 ms After last query: 0.75 ms Query memory: 0.027 MB Memory before query: 14.056 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/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:1859 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.47 ms After last query: 0.18 ms Query memory: 0.027 MB Memory before query: 14.082 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 18 | CFactory::getUser() | JROOT/components/com_community/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:1859 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.42 ms After last query: 0.41 ms Query memory: 0.026 MB Memory before query: 14.074 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
| 15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.47 ms After last query: 0.18 ms Query memory: 0.028 MB Memory before query: 14.108 MB Rows returned: 1
SELECT *
FROM `laxmiji_community_theme`
WHERE `key`='settings'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_theme | NULL | const | key | key | 130 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 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:18 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.41 ms After last query: 0.15 ms Query memory: 0.027 MB Memory before query: 14.125 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 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 | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 17 | CFactory::getUser() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:22 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.54 ms After last query: 0.24 ms Query memory: 0.029 MB Memory before query: 14.136 MB Rows returned: 0
SELECT *
FROM `laxmiji_community_featured`
WHERE `type`='users'
ORDER BY `id` DESC
LIMIT 0,10
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_featured | NULL | ref | type | type | 1022 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 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:25 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.25 ms After last query: 116.63 ms Query memory: 0.027 MB Memory before query: 14.149 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| init | 0.04 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.17 ms |
| executing | 0.03 ms |
| end | 0.01 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.11 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 17 | CFactory::getUser() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:114 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.57 ms After last query: 0.94 ms Query memory: 0.035 MB Memory before query: 14.229 MB Rows returned: 16
SHOW FULL COLUMNS
FROM `laxmiji_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `laxmiji_users`
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.28 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.02 ms |
| Opening tables | 0.02 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| Sending data | 0.11 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| removing tmp table | 0.05 ms |
| closing tables | 0.01 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.03 ms |
| # | Caller | File and line number |
|---|
| 28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 27 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
| 26 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
| 25 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
| 24 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/User.php:40 |
| 23 | Joomla\CMS\Table\User->__construct() | JROOT/libraries/src/Table/Table.php:312 |
| 22 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/src/User/User.php:603 |
| 21 | Joomla\CMS\User\User::getTable() | JROOT/libraries/src/User/User.php:880 |
| 20 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
| 19 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
| 18 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/User/UserHelper.php:97 |
| 17 | Joomla\CMS\User\UserHelper::getUserGroups() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:122 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.74 ms After last query: 0.27 ms Query memory: 0.033 MB Memory before query: 14.270 MB Rows returned: 1
SELECT *
FROM `laxmiji_users`
WHERE `id` = 6083
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.04 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.03 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 22 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:86 |
| 21 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:883 |
| 20 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
| 19 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
| 18 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/User/UserHelper.php:97 |
| 17 | Joomla\CMS\User\UserHelper::getUserGroups() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:122 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.82 ms After last query: 0.26 ms Query memory: 0.029 MB Memory before query: 14.285 MB Rows returned: 1
SELECT `g`.`id`,`g`.`title`
FROM `laxmiji_usergroups` AS g
INNER JOIN `laxmiji_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 6083
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ref | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | globaljournalsorg.m.group_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.09 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.05 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 22 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:111 |
| 21 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:883 |
| 20 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
| 19 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
| 18 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/User/UserHelper.php:97 |
| 17 | Joomla\CMS\User\UserHelper::getUserGroups() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:122 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.63 ms After last query: 0.66 ms Query memory: 0.027 MB Memory before query: 14.292 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 17 | CFactory::getUser() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:218 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.57 ms After last query: 0.23 ms Query memory: 0.028 MB Memory before query: 14.304 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 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:1320 |
| 17 | CUser->authorise() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:218 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.48 ms After last query: 0.12 ms Query memory: 0.027 MB Memory before query: 14.313 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 17 | CFactory::getUser() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:226 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.52 ms After last query: 0.18 ms Query memory: 0.028 MB Memory before query: 14.325 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 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:1320 |
| 17 | CUser->authorise() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:226 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.53 ms After last query: 0.23 ms Query memory: 0.027 MB Memory before query: 14.334 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| executing | 0.01 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 17 | CFactory::getUser() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:345 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.51 ms After last query: 0.14 ms Query memory: 0.028 MB Memory before query: 14.345 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 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:1320 |
| 17 | CUser->authorise() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:345 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.50 ms After last query: 0.13 ms Query memory: 0.027 MB Memory before query: 14.355 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 17 | CFactory::getUser() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:353 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.54 ms After last query: 0.12 ms Query memory: 0.028 MB Memory before query: 14.366 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 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:1320 |
| 17 | CUser->authorise() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:353 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.49 ms After last query: 0.13 ms Query memory: 0.027 MB Memory before query: 14.375 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 17 | CFactory::getUser() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:367 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.49 ms After last query: 0.26 ms Query memory: 0.027 MB Memory before query: 14.385 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 17 | CFactory::getUser() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:416 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.71 ms After last query: 0.25 ms Query memory: 0.028 MB Memory before query: 14.396 MB Rows returned: 1
SELECT *
FROM laxmiji_community_badges
WHERE `points` <= 0
AND `published`= 1
ORDER by `points` DESC, `id` DESC
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_badges | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | 16.67 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.12 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/libraries/badge.php:57 |
| 17 | CBadge->getBadge() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:430 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.63 ms After last query: 0.12 ms Query memory: 0.028 MB Memory before query: 14.408 MB Rows returned: 1
SELECT *
FROM laxmiji_community_badges
WHERE `points` > 0
AND `published`= 1
ORDER by `points` ASC, `id` DESC
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_community_badges | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | 16.67 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.04 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/libraries/badge.php:71 |
| 17 | CBadge->getBadge() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:430 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.83 ms After last query: 0.20 ms Query memory: 0.027 MB Memory before query: 14.418 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_menu`
WHERE `link` LIKE '%option=com_community&view=friends%'
AND `published`='1'
AND `menutype`!='jomsocial'
AND `type`='component'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_menu | NULL | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 718 | 0.14 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 1.13 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1403 |
| 18 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1313 |
| 17 | CRoute::_() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:444 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.61 ms After last query: 0.43 ms Query memory: 0.035 MB Memory before query: 14.436 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM laxmiji_sh404sef_urls
WHERE `newurl`='index.php?option=com_community&Itemid=1253&lang=en&userid=6083&view=friends';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_sh404sef_urls | NULL | ref | newurl | newurl | 763 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 35 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 34 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 33 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 32 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:778 |
| 31 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:815 |
| 30 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1537 |
| 29 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1176 |
| 28 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2373 |
| 27 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1030 |
| 26 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
| 25 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 24 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
| 23 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 22 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 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:144 |
| 19 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 18 | Joomla\CMS\Router\Route::_() | JROOT/components/com_community/libraries/core.php:1380 |
| 17 | CRoute::_() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:444 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.58 ms After last query: 0.39 ms Query memory: 0.035 MB Memory before query: 14.455 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM laxmiji_sh404sef_urls
WHERE `newurl`='index.php?option=com_community&Itemid=180&lang=en&task=myphotos&userid=6083&view=photos';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_sh404sef_urls | NULL | ref | newurl | newurl | 763 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.08 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 35 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 34 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 33 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 32 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:778 |
| 31 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:815 |
| 30 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1537 |
| 29 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1176 |
| 28 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2373 |
| 27 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1030 |
| 26 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
| 25 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 24 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
| 23 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 22 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 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:144 |
| 19 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 18 | Joomla\CMS\Router\Route::_() | JROOT/components/com_community/libraries/core.php:1380 |
| 17 | CRoute::_() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:448 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.53 ms After last query: 0.34 ms Query memory: 0.035 MB Memory before query: 14.474 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM laxmiji_sh404sef_urls
WHERE `newurl`='index.php?option=com_community&Itemid=180&lang=en&task=mygroups&userid=6083&view=groups';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_sh404sef_urls | NULL | ref | newurl | newurl | 763 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 35 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 34 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 33 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 32 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:778 |
| 31 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:815 |
| 30 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1537 |
| 29 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1176 |
| 28 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2373 |
| 27 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1030 |
| 26 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
| 25 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 24 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
| 23 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 22 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 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:144 |
| 19 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 18 | Joomla\CMS\Router\Route::_() | JROOT/components/com_community/libraries/core.php:1380 |
| 17 | CRoute::_() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:456 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.51 ms After last query: 0.33 ms Query memory: 0.035 MB Memory before query: 14.493 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM laxmiji_sh404sef_urls
WHERE `newurl`='index.php?option=com_community&Itemid=180&lang=en&task=myevents&userid=6083&view=events';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_sh404sef_urls | NULL | ref | newurl | newurl | 763 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 35 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 34 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 33 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 32 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:778 |
| 31 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:815 |
| 30 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1537 |
| 29 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1176 |
| 28 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2373 |
| 27 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1030 |
| 26 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
| 25 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 24 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
| 23 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 22 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 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:144 |
| 19 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 18 | Joomla\CMS\Router\Route::_() | JROOT/components/com_community/libraries/core.php:1380 |
| 17 | CRoute::_() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:460 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 1.23 ms After last query: 0.17 ms Query memory: 0.027 MB Memory before query: 14.505 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_menu`
WHERE `link` LIKE '%option=com_community&view=polls%'
AND `published`='1'
AND `menutype`!='jomsocial'
AND `type`='component'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_menu | NULL | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 718 | 0.14 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.77 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1403 |
| 18 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1313 |
| 17 | CRoute::_() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:464 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.66 ms After last query: 0.31 ms Query memory: 0.035 MB Memory before query: 14.521 MB Rows returned: 1
SELECT `oldurl`, `dateadd`
FROM laxmiji_sh404sef_urls
WHERE `newurl`='index.php?option=com_community&Itemid=180&lang=en&task=mypolls&userid=6083&view=polls';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_sh404sef_urls | NULL | ref | newurl | newurl | 763 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.10 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 35 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 34 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 33 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 32 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:778 |
| 31 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:815 |
| 30 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1537 |
| 29 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1176 |
| 28 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2373 |
| 27 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1030 |
| 26 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
| 25 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 24 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
| 23 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 22 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 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:144 |
| 19 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 18 | Joomla\CMS\Router\Route::_() | JROOT/components/com_community/libraries/core.php:1380 |
| 17 | CRoute::_() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:464 |
| 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:1862 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.49 ms After last query: 0.53 ms Query memory: 0.026 MB Memory before query: 14.324 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.48 ms After last query: 0.27 ms Query memory: 0.026 MB Memory before query: 14.333 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| executing | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.40 ms After last query: 0.18 ms Query memory: 0.026 MB Memory before query: 14.342 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.42 ms After last query: 0.18 ms Query memory: 0.026 MB Memory before query: 14.351 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.40 ms After last query: 0.08 ms Query memory: 0.026 MB Memory before query: 14.358 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 15 | CFactory::getUser() | JROOT/components/com_community/views/profile/view.html.php:1892 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.45 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 14.367 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 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 | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 15 | CFactory::getUser() | JROOT/components/com_community/views/profile/view.html.php:1895 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.38 ms After last query: 0.19 ms Query memory: 0.026 MB Memory before query: 14.376 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.40 ms After last query: 0.22 ms Query memory: 0.026 MB Memory before query: 14.385 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.42 ms After last query: 0.21 ms Query memory: 0.026 MB Memory before query: 14.394 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.39 ms After last query: 0.18 ms Query memory: 0.026 MB Memory before query: 14.403 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.43 ms After last query: 0.17 ms Query memory: 0.026 MB Memory before query: 14.412 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.39 ms After last query: 0.17 ms Query memory: 0.026 MB Memory before query: 14.421 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.40 ms After last query: 0.21 ms Query memory: 0.026 MB Memory before query: 14.430 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.39 ms After last query: 0.16 ms Query memory: 0.026 MB Memory before query: 14.439 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.03 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.38 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 14.446 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.45 ms After last query: 0.06 ms Query memory: 0.026 MB Memory before query: 14.455 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 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 | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 15 | CFactory::getUser() | JROOT/components/com_community/views/profile/view.html.php:1872 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.46 ms After last query: 0.08 ms Query memory: 0.026 MB Memory before query: 14.463 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/userstatus.php:27 |
| 15 | CUserStatus->__construct() | JROOT/components/com_community/views/profile/view.html.php:1876 |
| 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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.56 ms After last query: 0.25 ms Query memory: 0.026 MB Memory before query: 14.473 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.53 ms After last query: 0.25 ms Query memory: 0.026 MB Memory before query: 14.482 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.51 ms After last query: 0.28 ms Query memory: 0.026 MB Memory before query: 14.491 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.45 ms After last query: 0.31 ms Query memory: 0.026 MB Memory before query: 14.500 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 16 | CFactory::getUser() | JROOT/components/com_community/libraries/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:1497 |
| 9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1248 |
| 8 | CommunityProfileController->display() | JROOT/components/com_community/controllers/controller.php:330 |
| 7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
| 6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.55 ms After last query: 3.88 ms Query memory: 0.023 MB Memory before query: 14.400 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 9 | CFactory::getUser() | JROOT/components/com_community/views/views.php:617 |
| 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:50 |
Query Time: 0.38 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 14.405 MB Rows returned: 1
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '6083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 9 | CFactory::getUser() | JROOT/components/com_community/views/views.php:619 |
| 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:50 |
Query Time: 0.39 ms After last query: 1.43 ms Query memory: 0.024 MB Memory before query: 14.434 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/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:50 |
Query Time: 0.55 ms After last query: 0.11 ms Query memory: 0.025 MB Memory before query: 14.441 MB Rows returned: 0
SELECT a.`params`, a.`id`, a.`link`, a.title as name, a.`parent_id`, false as script, a.`browserNav`
FROM `laxmiji_menu` AS a
LEFT JOIN `laxmiji_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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_menutype | idx_menutype | 98 | const | 1 | 5.00 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | b | NULL | eq_ref | PRIMARY | PRIMARY | 4 | globaljournalsorg.a.parent_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/toolbar.php:69 |
| 11 | CommunityModelToolbar->getItems() | JROOT/components/com_community/libraries/toolbar.php:443 |
| 10 | CToolbarLibrary->__construct() | JROOT/components/com_community/libraries/toolbar.php:453 |
| 9 | CToolbarLibrary::getInstance() | JROOT/components/com_community/views/views.php:140 |
| 8 | CommunityView->showToolbar() | JROOT/components/com_community/controllers/controller.php: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:50 |
Query Time: 0.38 ms After last query: 0.12 ms Query memory: 0.023 MB Memory before query: 14.448 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 10 | CFactory::getUser() | JROOT/components/com_community/libraries/toolbar.php:571 |
| 9 | CToolbarLibrary->getHTML() | JROOT/components/com_community/views/views.php:141 |
| 8 | CommunityView->showToolbar() | JROOT/components/com_community/controllers/controller.php: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:50 |
Query Time: 0.39 ms After last query: 0.20 ms Query memory: 0.023 MB Memory before query: 14.516 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 11 | CFactory::getUser() | JROOT/components/com_community/libraries/miniheader.php:38 |
| 10 | CMiniHeader::showMiniHeader() | JROOT/components/com_community/libraries/toolbar.php:594 |
| 9 | CToolbarLibrary->getHTML() | JROOT/components/com_community/views/views.php:141 |
| 8 | CommunityView->showToolbar() | JROOT/components/com_community/controllers/controller.php: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:50 |
Query Time: 0.35 ms After last query: 0.18 ms Query memory: 0.023 MB Memory before query: 14.523 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 10 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
| 9 | CTemplate->fetch() | JROOT/components/com_community/views/views.php:227 |
| 8 | CommunityView->showHeader() | JROOT/components/com_community/controllers/controller.php: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:50 |
Query Time: 0.38 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 14.512 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 9 | CFactory::getUser() | JROOT/components/com_community/libraries/block.php:194 |
| 8 | blockUser->isUserBlocked() | JROOT/components/com_community/controllers/controller.php: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:50 |
Query Time: 1.28 ms After last query: 15.67 ms Query memory: 0.037 MB Memory before query: 14.809 MB Rows returned: 36
SHOW FULL COLUMNS
FROM `laxmiji_sh404sef_metas`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `laxmiji_sh404sef_metas`
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.14 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Opening tables | 0.05 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Sending data | 0.08 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.03 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
| 17 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
| 16 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
| 15 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_sh404sef/tables/metas.php:127 |
| 14 | Sh404sefTableMetas->__construct() | JROOT/libraries/src/Table/Table.php:312 |
| 13 | Joomla\CMS\Table\Table::getInstance() | JROOT/administrator/components/com_sh404sef/models/metas.php:33 |
| 12 | Sh404sefModelMetas->getCustomMetaData() | JROOT/administrator/components/com_sh404sef/helpers/metadata.php:92 |
| 11 | Sh404sefHelperMetadata::getCustomMetaDataFromDb() | JROOT/administrator/components/com_sh404sef/helpers/metadata.php:118 |
| 10 | Sh404sefHelperMetadata::getCustomMetaData() | JROOT/administrator/components/com_sh404sef/helpers/metadata.php:190 |
| 9 | Sh404sefHelperMetadata::getFinalizedCustomMetaData() | JROOT/administrator/components/com_sh404sef/helpers/metadata.php:389 |
| 8 | Sh404sefHelperMetadata::insertMetaData() | JROOT/plugins/system/sh404sef/sh404sef.php:238 |
| 7 | plgSystemSh404sef->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.53 ms After last query: 0.15 ms Query memory: 0.039 MB Memory before query: 14.875 MB Rows returned: 0
SELECT *
FROM laxmiji_sh404sef_metas
WHERE `newurl`='index.php?option=com_community&lang=en&userid=6083&view=profile';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_sh404sef_metas | NULL | ref | newurl | newurl | 763 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 15 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 14 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 13 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/models/metas.php:34 |
| 12 | Sh404sefModelMetas->getCustomMetaData() | JROOT/administrator/components/com_sh404sef/helpers/metadata.php:92 |
| 11 | Sh404sefHelperMetadata::getCustomMetaDataFromDb() | JROOT/administrator/components/com_sh404sef/helpers/metadata.php:118 |
| 10 | Sh404sefHelperMetadata::getCustomMetaData() | JROOT/administrator/components/com_sh404sef/helpers/metadata.php:190 |
| 9 | Sh404sefHelperMetadata::getFinalizedCustomMetaData() | JROOT/administrator/components/com_sh404sef/helpers/metadata.php:389 |
| 8 | Sh404sefHelperMetadata::insertMetaData() | JROOT/plugins/system/sh404sef/sh404sef.php:238 |
| 7 | plgSystemSh404sef->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:50 |
Query Time: 0.70 ms After last query: 13.47 ms Query memory: 0.026 MB Memory before query: 16.077 MB Rows returned: 1
SELECT template
FROM laxmiji_template_styles
WHERE home = 1
AND client_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_template_styles | NULL | ALL | idx_client_id,idx_client_id_home | NO INDEX KEY COULD BE USED | NULL | NULL | 25 | 8.80 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 17 | JDatabaseDriver->loadColumn() | JROOT/modules/mod_roknavmenu/lib/RokNavMenu.php:116 |
| 16 | RokNavMenu::getTemplates() | JROOT/modules/mod_roknavmenu/lib/RokNavMenu.php:74 |
| 15 | RokNavMenu::loadCatalogs() | JROOT/modules/mod_roknavmenu/lib/RokNavMenu.php:25 |
| 14 | RokNavMenu->__construct() | JROOT/modules/mod_roknavmenu/mod_roknavmenu.php:21 |
| 13 | include JROOT/modules/mod_roknavmenu/mod_roknavmenu.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 12 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 11 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/rt_spectral/features/dropdownmenu.php:56 |
| 10 | GantryFeatureDropdownMenu->render() | JROOT/libraries/gantry/core/renderers/gantrymodulesrenderer.class.php:70 |
| 9 | GantryModulesRenderer::display() | JROOT/libraries/gantry/core/gantry.class.php:867 |
| 8 | Gantry->displayModules() | JROOT/templates/rt_spectral/index.php:85 |
| 7 | require JROOT/templates/rt_spectral/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:50 |
Query Time: 0.63 ms After last query: 9.29 ms Query memory: 0.023 MB Memory before query: 17.892 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_users`
WHERE `id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
| 11 | CFactory::getUser() | JROOT/modules/mod_community_hellome/mod_community_hellome.php:32 |
| 10 | include JROOT/modules/mod_community_hellome/mod_community_hellome.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 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:50 |
Query Time: 0.55 ms After last query: 0.69 ms Query memory: 0.031 MB Memory before query: 17.918 MB Rows returned: 0
SELECT `oldurl`, `dateadd`
FROM laxmiji_sh404sef_urls
WHERE `newurl`='index.php?option=com_users&Itemid=101&lang=en&task=user.login';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_sh404sef_urls | NULL | ref | newurl | newurl | 763 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 30 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 29 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 28 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 27 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:778 |
| 26 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:815 |
| 25 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1537 |
| 24 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1176 |
| 23 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2373 |
| 22 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1030 |
| 21 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
| 20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
| 18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
| 15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 13 | Joomla\CMS\Router\Route::_() | JROOT/components/com_community/libraries/core.php:1380 |
| 12 | CRoute::_() | JROOT/modules/mod_community_hellome/tmpl/default.php:215 |
| 11 | require JROOT/modules/mod_community_hellome/tmpl/default.php | JROOT/modules/mod_community_hellome/mod_community_hellome.php:150 |
| 10 | include JROOT/modules/mod_community_hellome/mod_community_hellome.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 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:50 |
Query Time: 1.31 ms After last query: 0.43 ms Query memory: 0.025 MB Memory before query: 17.933 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_menu`
WHERE `link` LIKE '%option=com_community&view=register%'
AND `published`='1'
AND `menutype`!='jomsocial'
AND `type`='component'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_menu | NULL | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 718 | 0.14 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.83 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1403 |
| 13 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1313 |
| 12 | CRoute::_() | JROOT/modules/mod_community_hellome/tmpl/default.php:240 |
| 11 | require JROOT/modules/mod_community_hellome/tmpl/default.php | JROOT/modules/mod_community_hellome/mod_community_hellome.php:150 |
| 10 | include JROOT/modules/mod_community_hellome/mod_community_hellome.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 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:50 |
Query Time: 1.16 ms After last query: 0.39 ms Query memory: 0.025 MB Memory before query: 17.944 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_menu`
WHERE `link` LIKE '%option=com_community&view=remind%'
AND `published`='1'
AND `menutype`!='jomsocial'
AND `type`='component'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_menu | NULL | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 718 | 0.14 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.71 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1403 |
| 13 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1313 |
| 12 | CRoute::_() | JROOT/modules/mod_community_hellome/tmpl/default.php:268 |
| 11 | require JROOT/modules/mod_community_hellome/tmpl/default.php | JROOT/modules/mod_community_hellome/mod_community_hellome.php:150 |
| 10 | include JROOT/modules/mod_community_hellome/mod_community_hellome.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 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:50 |
Query Time: 1.10 ms After last query: 0.30 ms Query memory: 0.025 MB Memory before query: 17.953 MB Rows returned: 0
SELECT `id`
FROM `laxmiji_menu`
WHERE `link` LIKE '%option=com_community&view=reset%'
AND `published`='1'
AND `menutype`!='jomsocial'
AND `type`='component'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_menu | NULL | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 718 | 0.14 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.65 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1403 |
| 13 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1313 |
| 12 | CRoute::_() | JROOT/modules/mod_community_hellome/tmpl/default.php:272 |
| 11 | require JROOT/modules/mod_community_hellome/tmpl/default.php | JROOT/modules/mod_community_hellome/mod_community_hellome.php:150 |
| 10 | include JROOT/modules/mod_community_hellome/mod_community_hellome.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 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:50 |
Query Time: 0.65 ms After last query: 2.28 ms Query memory: 0.026 MB Memory before query: 18.028 MB Rows returned: 0
SELECT *
FROM laxmiji_jmap_metainfo
WHERE `linkurl` = 'https://old.globaljournals.org/gunjan-kalyani/'
AND `published` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_jmap_metainfo | NULL | ref | published | published | 1 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:413 |
| 12 | plgSystemJMap->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 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:50 |
Query Time: 0.45 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 18.034 MB Rows returned: 0
SELECT *
FROM laxmiji_jmap_canonicals
WHERE `linkurl` = 'https://old.globaljournals.org/gunjan-kalyani/'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_jmap_canonicals | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:491 |
| 12 | plgSystemJMap->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 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:50 |
Query Time: 0.82 ms After last query: 0.39 ms Query memory: 0.030 MB Memory before query: 18.050 MB Rows returned: 6
SHOW FULL COLUMNS
FROM `laxmiji_template_styles`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `laxmiji_template_styles`
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.14 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Opening tables | 0.01 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.03 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php: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/administrator/components/com_templates/tables/style.php:30 |
| 16 | TemplatesTableStyle->__construct() | JROOT/libraries/src/Table/Table.php:312 |
| 15 | Joomla\CMS\Table\Table::getInstance() | JROOT/plugins/system/gantry/gantry.php:194 |
| 14 | plgSystemGantry->getTable() | JROOT/plugins/system/gantry/gantry.php:165 |
| 13 | plgSystemGantry->isGantryTemplate() | JROOT/plugins/system/gantry/gantry.php:234 |
| 12 | plgSystemGantry->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 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:50 |
Query Time: 0.46 ms After last query: 0.12 ms Query memory: 0.026 MB Memory before query: 18.072 MB Rows returned: 1
SELECT *
FROM laxmiji_template_styles
WHERE `id` = '11'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_template_styles | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 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 | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 15 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
| 14 | Joomla\CMS\Table\Table->load() | JROOT/plugins/system/gantry/gantry.php:168 |
| 13 | plgSystemGantry->isGantryTemplate() | JROOT/plugins/system/gantry/gantry.php:234 |
| 12 | plgSystemGantry->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 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:50 |
Query Time: 0.64 ms After last query: 2.45 ms Query memory: 0.023 MB Memory before query: 18.595 MB Rows returned: 1
SELECT `value`
FROM `laxmiji_admintools_storage`
WHERE `key` = 'criticalfiles'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_admintools_storage | NULL | const | PRIMARY | PRIMARY | 402 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 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 | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/plugins/system/admintools/feature/criticalfiles.php:206 |
| 10 | AtsystemFeatureCriticalfiles->load() | JROOT/plugins/system/admintools/feature/criticalfiles.php:31 |
| 9 | AtsystemFeatureCriticalfiles->onAfterRender() | JROOT/plugins/system/admintools/admintools/main.php:710 |
| 8 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:171 |
| 7 | plgSystemAdmintools->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 0.70 ms After last query: 12.65 ms Query memory: 0.024 MB Memory before query: 18.598 MB Rows returned: 14
SELECT namekey,value
FROM `laxmiji_invitex_config`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_invitex_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_invitex/helper.php:261 |
| 9 | CominvitexHelper->getconfigData() | JROOT/components/com_invitex/helper.php:29 |
| 8 | CominvitexHelper->__construct() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:68 |
| 7 | PlgSystemplug_Sys_Invitex->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 0.52 ms After last query: 0.21 ms Query memory: 0.023 MB Memory before query: 18.627 MB Rows returned: 14
SELECT namekey,value
FROM `laxmiji_invitex_config`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_invitex_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_invitex/helper.php:261 |
| 8 | CominvitexHelper->getconfigData() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:69 |
| 7 | PlgSystemplug_Sys_Invitex->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 1.10 ms After last query: 0.31 ms Query memory: 0.022 MB Memory before query: 18.633 MB Rows returned: 1
SELECT id
FROM laxmiji_menu
WHERE link LIKE '%index.php?option=com_invitex&view=invites%'
AND published =1
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_menu | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 718 | 1.11 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.70 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/components/com_invitex/helper.php:1376 |
| 8 | CominvitexHelper->getitemid() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:81 |
| 7 | PlgSystemplug_Sys_Invitex->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 0.39 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 18.638 MB Rows returned: 1
SELECT max(sent_at) AS last_email_date
FROM laxmiji_invitex_imports_emails
WHERE sent=1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_invitex_imports_emails | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:253 |
| 8 | PlgSystemplug_Sys_Invitex->process_email_queue() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:230 |
| 7 | PlgSystemplug_Sys_Invitex->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 0.39 ms After last query: 0.10 ms Query memory: 0.024 MB Memory before query: 18.651 MB Rows returned: 14
SELECT namekey,value
FROM `laxmiji_invitex_config`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_invitex_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_invitex/helper.php:261 |
| 11 | CominvitexHelper->getconfigData() | JROOT/components/com_invitex/helper.php:29 |
| 10 | CominvitexHelper->__construct() | JROOT/components/com_invitex/models/invites.php:33 |
| 9 | InvitexModelInvites->__construct() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:276 |
| 8 | PlgSystemplug_Sys_Invitex->process_email_queue() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:230 |
| 7 | PlgSystemplug_Sys_Invitex->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 0.42 ms After last query: 0.16 ms Query memory: 0.024 MB Memory before query: 18.658 MB Rows returned: 14
SELECT namekey,value
FROM `laxmiji_invitex_config`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_invitex_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_invitex/helper.php:261 |
| 10 | CominvitexHelper->getconfigData() | JROOT/components/com_invitex/models/invites.php:34 |
| 9 | InvitexModelInvites->__construct() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:276 |
| 8 | PlgSystemplug_Sys_Invitex->process_email_queue() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:230 |
| 7 | PlgSystemplug_Sys_Invitex->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 0.51 ms After last query: 0.16 ms Query memory: 0.026 MB Memory before query: 18.665 MB Rows returned: 0
SELECT e.id as
refid,e.guest,e.invitee_email,e.invitee_name,e.resend_count,e.inviter_id as id,
u.email as inviter_email, i.message,
e.expires,i.invite_type,i.invite_url,i.invite_type_tag
FROM laxmiji_invitex_imports_emails AS e
LEFT JOIN laxmiji_invitex_imports AS i
ON e.import_id = i.id
LEFT JOIN laxmiji_users AS u
ON i.inviter_id = u.id
WHERE i.message_type='email'
AND e.unsubscribe=0
AND e.sent=0 OR e.resend=1
LIMIT 30
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | e | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| 1 | SIMPLE | i | NULL | eq_ref | PRIMARY | PRIMARY | 4 | globaljournalsorg.e.import_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | u | NULL | eq_ref | PRIMARY | PRIMARY | 4 | globaljournalsorg.i.inviter_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 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 | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_invitex/models/invites.php:1499 |
| 9 | InvitexModelInvites->mailto() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:279 |
| 8 | PlgSystemplug_Sys_Invitex->process_email_queue() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:230 |
| 7 | PlgSystemplug_Sys_Invitex->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 5.33 ms After last query: 0.05 ms Query memory: 0.652 MB Memory before query: 18.670 MB Rows returned: 8849
select LOWER(email)
from laxmiji_users
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | index | NULL | email | 402 | NULL | 8772 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 4.70 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 11 | JDatabaseDriver->loadColumn() | JROOT/components/com_invitex/models/invites.php:2927 |
| 10 | InvitexModelInvites->getRegistered() | JROOT/components/com_invitex/models/invites.php:1502 |
| 9 | InvitexModelInvites->mailto() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:279 |
| 8 | PlgSystemplug_Sys_Invitex->process_email_queue() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:230 |
| 7 | PlgSystemplug_Sys_Invitex->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 0.78 ms After last query: 5.89 ms Query memory: 0.025 MB Memory before query: 19.674 MB Rows returned: 14
SELECT namekey,value
FROM `laxmiji_invitex_config`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_invitex_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_invitex/helper.php:261 |
| 12 | CominvitexHelper->getconfigData() | JROOT/components/com_invitex/helper.php:29 |
| 11 | CominvitexHelper->__construct() | JROOT/components/com_invitex/models/invites.php:1784 |
| 10 | InvitexModelInvites->send_message_cron() | JROOT/components/com_invitex/models/invites.php:1763 |
| 9 | InvitexModelInvites->mailto() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:279 |
| 8 | PlgSystemplug_Sys_Invitex->process_email_queue() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:230 |
| 7 | PlgSystemplug_Sys_Invitex->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 0.87 ms After last query: 1.72 ms Query memory: 0.023 MB Memory before query: 19.748 MB Rows returned: 0
SELECT i.id,i.provider_email
FROM laxmiji_invitex_imports_emails as ie ,
laxmiji_invitex_imports as i
WHERE i.provider_email IN ('plug_techjoomlaAPI_twitter','plug_techjoomlaAPI_linkedin','plug_techjoomlaAPI_sms')
AND
ie.sent<>1
AND ie.import_id=i.id
group by i.id,i.provider_email
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | ie | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | i | NULL | eq_ref | PRIMARY | PRIMARY | 4 | globaljournalsorg.ie.import_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| removing tmp table | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_invitex/models/invites.php:1811 |
| 10 | InvitexModelInvites->send_message_cron() | JROOT/components/com_invitex/models/invites.php:1763 |
| 9 | InvitexModelInvites->mailto() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:279 |
| 8 | PlgSystemplug_Sys_Invitex->process_email_queue() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:230 |
| 7 | PlgSystemplug_Sys_Invitex->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 0.59 ms After last query: 0.09 ms Query memory: 0.034 MB Memory before query: 19.752 MB Rows returned: 0
SELECT e.id as refid,e.invitee_email,e.invitee_name,e.* , u.id as
inviter_id, u.name as inviter_name, u.email as inviter_email,
i.message,i.invite_type,i.invite_url,i.invite_type_tag
FROM laxmiji_invitex_imports_emails AS e
LEFT JOIN laxmiji_invitex_imports AS i
ON e.import_id = i.id
LEFT JOIN laxmiji_users AS u
ON i.inviter_id = u.id
WHERE i.message_type='email'
AND e.unsubscribe=0
AND e.sent=1
AND e.invitee_id=0
AND e.remind=1
ORDER BY e.id DESC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | e | NULL | index | NULL | PRIMARY | 4 | NULL | 1 | 100.00 | Using where |
| 1 | SIMPLE | i | NULL | eq_ref | PRIMARY | PRIMARY | 4 | globaljournalsorg.e.import_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | u | NULL | eq_ref | PRIMARY | PRIMARY | 4 | globaljournalsorg.i.inviter_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_invitex/models/invites.php:2043 |
| 10 | InvitexModelInvites->send_reminder() | JROOT/components/com_invitex/models/invites.php:1764 |
| 9 | InvitexModelInvites->mailto() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:279 |
| 8 | PlgSystemplug_Sys_Invitex->process_email_queue() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:230 |
| 7 | PlgSystemplug_Sys_Invitex->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 5.58 ms After last query: 0.80 ms Query memory: 0.652 MB Memory before query: 20.395 MB Rows returned: 8849
select LOWER(email)
from laxmiji_users
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | index | NULL | email | 402 | NULL | 8772 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 5.08 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 12 | JDatabaseDriver->loadColumn() | JROOT/components/com_invitex/models/invites.php:2927 |
| 11 | InvitexModelInvites->getRegistered() | JROOT/components/com_invitex/models/invites.php:2074 |
| 10 | InvitexModelInvites->send_reminder() | JROOT/components/com_invitex/models/invites.php:1764 |
| 9 | InvitexModelInvites->mailto() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:279 |
| 8 | PlgSystemplug_Sys_Invitex->process_email_queue() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:230 |
| 7 | PlgSystemplug_Sys_Invitex->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 0.79 ms After last query: 3.99 ms Query memory: 0.034 MB Memory before query: 19.766 MB Rows returned: 0
SELECT e.id as refid,e.invitee_email,e.invitee_name,e.* , u.id as
inviter_id, u.name as inviter_name, u.email as inviter_email,
i.message,i.invite_type,i.invite_url,i.invite_type_tag
FROM laxmiji_invitex_imports_emails AS e
LEFT JOIN laxmiji_invitex_imports AS i
ON e.import_id = i.id
LEFT JOIN laxmiji_users AS u
ON i.inviter_id = u.id
WHERE i.message_type='email'
AND e.unsubscribe=0
AND e.sent=1
AND e.invitee_id=0
ORDER BY e.id DESC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | e | NULL | index | NULL | PRIMARY | 4 | NULL | 1 | 100.00 | Using where |
| 1 | SIMPLE | i | NULL | eq_ref | PRIMARY | PRIMARY | 4 | globaljournalsorg.e.import_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | u | NULL | eq_ref | PRIMARY | PRIMARY | 4 | globaljournalsorg.i.inviter_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.05 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_invitex/models/invites.php:2043 |
| 10 | InvitexModelInvites->send_reminder() | JROOT/components/com_invitex/models/invites.php:1765 |
| 9 | InvitexModelInvites->mailto() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:279 |
| 8 | PlgSystemplug_Sys_Invitex->process_email_queue() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:230 |
| 7 | PlgSystemplug_Sys_Invitex->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 5.31 ms After last query: 0.38 ms Query memory: 0.652 MB Memory before query: 20.409 MB Rows returned: 8849
select LOWER(email)
from laxmiji_users
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_users | NULL | index | NULL | email | 402 | NULL | 8772 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 4.85 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 12 | JDatabaseDriver->loadColumn() | JROOT/components/com_invitex/models/invites.php:2927 |
| 11 | InvitexModelInvites->getRegistered() | JROOT/components/com_invitex/models/invites.php:2074 |
| 10 | InvitexModelInvites->send_reminder() | JROOT/components/com_invitex/models/invites.php:1765 |
| 9 | InvitexModelInvites->mailto() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:279 |
| 8 | PlgSystemplug_Sys_Invitex->process_email_queue() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:230 |
| 7 | PlgSystemplug_Sys_Invitex->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 0.64 ms After last query: 3.34 ms Query memory: 0.024 MB Memory before query: 19.777 MB Rows returned: 14
SELECT namekey,value
FROM `laxmiji_invitex_config`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_invitex_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_invitex/helper.php:261 |
| 11 | CominvitexHelper->getconfigData() | JROOT/components/com_invitex/models/invites.php:2290 |
| 10 | InvitexModelInvites->send_friendsEmail() | JROOT/components/com_invitex/models/invites.php:1766 |
| 9 | InvitexModelInvites->mailto() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:279 |
| 8 | PlgSystemplug_Sys_Invitex->process_email_queue() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:230 |
| 7 | PlgSystemplug_Sys_Invitex->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 0.47 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 19.783 MB Rows returned: 0
select distinct LOWER(invitee_email)
from laxmiji_invitex_imports_emails
where unsubscribe=1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_invitex_imports_emails | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using temporary |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| removing tmp table | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 12 | JDatabaseDriver->loadColumn() | JROOT/components/com_invitex/models/invites.php:2946 |
| 11 | InvitexModelInvites->getBlocked() | JROOT/components/com_invitex/models/invites.php:2293 |
| 10 | InvitexModelInvites->send_friendsEmail() | JROOT/components/com_invitex/models/invites.php:1766 |
| 9 | InvitexModelInvites->mailto() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:279 |
| 8 | PlgSystemplug_Sys_Invitex->process_email_queue() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:230 |
| 7 | PlgSystemplug_Sys_Invitex->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 0.61 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 19.789 MB Rows returned: 0
select distinct LOWER(email)
from laxmiji_invitex_stored_emails
where unsubscribe=1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_invitex_stored_emails | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using temporary |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.13 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| removing tmp table | 0.04 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 12 | JDatabaseDriver->loadColumn() | JROOT/components/com_invitex/models/invites.php:2951 |
| 11 | InvitexModelInvites->getBlocked() | JROOT/components/com_invitex/models/invites.php:2293 |
| 10 | InvitexModelInvites->send_friendsEmail() | JROOT/components/com_invitex/models/invites.php:1766 |
| 9 | InvitexModelInvites->mailto() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:279 |
| 8 | PlgSystemplug_Sys_Invitex->process_email_queue() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:230 |
| 7 | PlgSystemplug_Sys_Invitex->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 0.45 ms After last query: 0.04 ms Query memory: 0.025 MB Memory before query: 19.795 MB Rows returned: 0
select *
from laxmiji_invitex_stored_emails
where importedcount >=3
and
sent_count=0
AND email NOT IN ('')
AND email NOT IN(SELECT email
from laxmiji_users)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | laxmiji_invitex_stored_emails | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| 2 | DEPENDENT SUBQUERY | laxmiji_users | NULL | ref | email | email | 402 | func | 1 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_invitex/models/invites.php:2301 |
| 10 | InvitexModelInvites->send_friendsEmail() | JROOT/components/com_invitex/models/invites.php:1766 |
| 9 | InvitexModelInvites->mailto() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:279 |
| 8 | PlgSystemplug_Sys_Invitex->process_email_queue() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:230 |
| 7 | PlgSystemplug_Sys_Invitex->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 0.43 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 19.801 MB Rows returned: 14
SELECT namekey,value
FROM `laxmiji_invitex_config`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_invitex_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_invitex/helper.php:261 |
| 12 | CominvitexHelper->getconfigData() | JROOT/components/com_invitex/helper.php:29 |
| 11 | CominvitexHelper->__construct() | JROOT/components/com_invitex/models/invites.php:2303 |
| 10 | InvitexModelInvites->send_friendsEmail() | JROOT/components/com_invitex/models/invites.php:1766 |
| 9 | InvitexModelInvites->mailto() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:279 |
| 8 | PlgSystemplug_Sys_Invitex->process_email_queue() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:230 |
| 7 | PlgSystemplug_Sys_Invitex->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 1.07 ms After last query: 0.26 ms Query memory: 0.023 MB Memory before query: 19.808 MB Rows returned: 1
SELECT id
FROM laxmiji_menu
WHERE link LIKE '%index.php?option=com_invitex&view=invites%'
AND published =1
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_menu | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 718 | 1.11 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.69 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_invitex/helper.php:1376 |
| 11 | CominvitexHelper->getitemid() | JROOT/components/com_invitex/models/invites.php:2306 |
| 10 | InvitexModelInvites->send_friendsEmail() | JROOT/components/com_invitex/models/invites.php:1766 |
| 9 | InvitexModelInvites->mailto() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:279 |
| 8 | PlgSystemplug_Sys_Invitex->process_email_queue() | JROOT/plugins/system/plug_sys_invitex/plug_sys_invitex.php:230 |
| 7 | PlgSystemplug_Sys_Invitex->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 0.38 ms After last query: 0.16 ms Query memory: 0.023 MB Memory before query: 18.871 MB Rows returned: 0
SELECT *
FROM laxmiji_jmap_headings
WHERE `linkurl` = 'https://old.globaljournals.org/gunjan-kalyani/'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_jmap_headings | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 8 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:800 |
| 7 | plgSystemJMap->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 0.70 ms After last query: 5.60 ms Query memory: 0.027 MB Memory before query: 18.839 MB Rows returned: 0
SELECT r.*
FROM laxmiji_rereplacer AS r
WHERE r.published = 1
AND (r.area = 'component')
ORDER BY r.ordering, r.id
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | r | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 11.11 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rereplacer/src/Items.php:45 |
| 13 | RegularLabs\Plugin\System\ReReplacer\Items::getItemList() | JROOT/plugins/system/rereplacer/src/Replace.php:50 |
| 12 | RegularLabs\Plugin\System\ReReplacer\Replace::replaceInArea() | JROOT/plugins/system/rereplacer/src/Replace.php:36 |
| 11 | RegularLabs\Plugin\System\ReReplacer\Replace::replaceInAreas() | JROOT/plugins/system/rereplacer/src/Helper.php:100 |
| 10 | RegularLabs\Plugin\System\ReReplacer\Helper->onAfterRender() | Same as call in the line below. |
| 9 | call_user_func_array() | JROOT/plugins/system/rereplacer/src/Plugin.php:106 |
| 8 | RegularLabs\Plugin\System\ReReplacer\Plugin->run() | JROOT/plugins/system/rereplacer/rereplacer.php:77 |
| 7 | PlgSystemReReplacer->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 0.51 ms After last query: 0.06 ms Query memory: 0.028 MB Memory before query: 18.845 MB Rows returned: 6
SELECT r.*
FROM laxmiji_rereplacer AS r
WHERE r.published = 1
AND (r.area = 'head')
ORDER BY r.ordering, r.id
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | r | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 11.11 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.07 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rereplacer/src/Items.php:45 |
| 13 | RegularLabs\Plugin\System\ReReplacer\Items::getItemList() | JROOT/plugins/system/rereplacer/src/Replace.php:50 |
| 12 | RegularLabs\Plugin\System\ReReplacer\Replace::replaceInArea() | JROOT/plugins/system/rereplacer/src/Replace.php:37 |
| 11 | RegularLabs\Plugin\System\ReReplacer\Replace::replaceInAreas() | JROOT/plugins/system/rereplacer/src/Helper.php:100 |
| 10 | RegularLabs\Plugin\System\ReReplacer\Helper->onAfterRender() | Same as call in the line below. |
| 9 | call_user_func_array() | JROOT/plugins/system/rereplacer/src/Plugin.php:106 |
| 8 | RegularLabs\Plugin\System\ReReplacer\Plugin->run() | JROOT/plugins/system/rereplacer/rereplacer.php:77 |
| 7 | PlgSystemReReplacer->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 0.85 ms After last query: 5.81 ms Query memory: 0.027 MB Memory before query: 19.096 MB Rows returned: 0
SELECT r.*
FROM laxmiji_rereplacer AS r
WHERE r.published = 1
AND (r.area = 'body')
ORDER BY r.ordering, r.id
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | r | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 11.11 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rereplacer/src/Items.php:45 |
| 13 | RegularLabs\Plugin\System\ReReplacer\Items::getItemList() | JROOT/plugins/system/rereplacer/src/Replace.php:50 |
| 12 | RegularLabs\Plugin\System\ReReplacer\Replace::replaceInArea() | JROOT/plugins/system/rereplacer/src/Replace.php:38 |
| 11 | RegularLabs\Plugin\System\ReReplacer\Replace::replaceInAreas() | JROOT/plugins/system/rereplacer/src/Helper.php:100 |
| 10 | RegularLabs\Plugin\System\ReReplacer\Helper->onAfterRender() | Same as call in the line below. |
| 9 | call_user_func_array() | JROOT/plugins/system/rereplacer/src/Plugin.php:106 |
| 8 | RegularLabs\Plugin\System\ReReplacer\Plugin->run() | JROOT/plugins/system/rereplacer/rereplacer.php:77 |
| 7 | PlgSystemReReplacer->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 0.65 ms After last query: 0.05 ms Query memory: 0.028 MB Memory before query: 19.103 MB Rows returned: 3
SELECT r.*
FROM laxmiji_rereplacer AS r
WHERE r.published = 1
AND (r.area = 'everywhere')
ORDER BY r.ordering, r.id
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | r | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 11.11 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.07 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rereplacer/src/Items.php:45 |
| 13 | RegularLabs\Plugin\System\ReReplacer\Items::getItemList() | JROOT/plugins/system/rereplacer/src/Replace.php:75 |
| 12 | RegularLabs\Plugin\System\ReReplacer\Replace::replaceEverywhere() | JROOT/plugins/system/rereplacer/src/Replace.php:40 |
| 11 | RegularLabs\Plugin\System\ReReplacer\Replace::replaceInAreas() | JROOT/plugins/system/rereplacer/src/Helper.php:100 |
| 10 | RegularLabs\Plugin\System\ReReplacer\Helper->onAfterRender() | Same as call in the line below. |
| 9 | call_user_func_array() | JROOT/plugins/system/rereplacer/src/Plugin.php:106 |
| 8 | RegularLabs\Plugin\System\ReReplacer\Plugin->run() | JROOT/plugins/system/rereplacer/rereplacer.php:77 |
| 7 | PlgSystemReReplacer->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 1.60 ms After last query: 175.65 ms Query memory: 0.022 MB Memory before query: 18.951 MB Rows returned: 1
SELECT `value`
FROM `laxmiji_admintools_storage`
WHERE `key` = 'atoolsjupdatecheck_lastrun'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_admintools_storage | NULL | const | PRIMARY | PRIMARY | 402 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.05 ms |
| init | 0.05 ms |
| System lock | 0.03 ms |
| optimizing | 0.04 ms |
| statistics | 0.11 ms |
| preparing | 0.04 ms |
| executing | 0.02 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.03 ms |
| closing tables | 0.11 ms |
| freeing items | 0.16 ms |
| cleaning up | 0.05 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 8 | JDatabaseDriver->loadResult() | JROOT/plugins/system/atoolsjupdatecheck/atoolsjupdatecheck.php:58 |
| 7 | plgSystemAtoolsjupdatecheck->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |
Query Time: 1.46 ms After last query: 21.93 ms Query memory: 0.031 MB Memory before query: 19.130 MB Rows returned: 0
SELECT `oldurl`, `dateadd`
FROM laxmiji_sh404sef_urls
WHERE `newurl`='index.php?option=com_search&lang=en&searchword=';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | laxmiji_sh404sef_urls | NULL | ref | newurl | newurl | 763 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.07 ms |
| Opening tables | 0.04 ms |
| init | 0.07 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.20 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.07 ms |
| end | 0.01 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.11 ms |
| cleaning up | 0.05 ms |
| # | Caller | File and line number |
|---|
| 31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 30 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 29 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 28 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 27 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:778 |
| 26 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:815 |
| 25 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1537 |
| 24 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1176 |
| 23 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2373 |
| 22 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1030 |
| 21 | Sh404sefClassRouterInternal->buildRule() | Same as call in the line below. |
| 20 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 19 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:657 |
| 18 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 17 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 16 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
| 15 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 14 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 13 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_sh404sef/helpers/structureddata.php:200 |
| 12 | Sh404sefHelperStructureddata::buildSitelinksSearch() | JROOT/administrator/components/com_sh404sef/helpers/structureddata.php:38 |
| 11 | Sh404sefHelperStructureddata::buildStructuredData() | JROOT/components/com_sh404sef/shPageRewrite.full.php:618 |
| 10 | insertStructuredData() | JROOT/components/com_sh404sef/shPageRewrite.full.php:778 |
| 9 | include_once JROOT/components/com_sh404sef/shPageRewrite.full.php | JROOT/components/com_sh404sef/shPageRewrite.php:15 |
| 8 | include_once JROOT/components/com_sh404sef/shPageRewrite.php | JROOT/plugins/system/sh404sef/sh404sef.php:383 |
| 7 | plgSystemSh404sef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:50 |