Query Time: 0.56 ms Query memory: 0.020 MB Memory before query: 1.043 MB Rows returned: 1
SELECT `session_id`
FROM `kd8eh_session`
WHERE `session_id` = X'6273646d6a71333430673573743771646a613933687436396767'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 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:1740 |
| 8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:49 |
Query Time: 0.91 ms After last query: 0.29 ms Query memory: 0.040 MB Memory before query: 1.076 MB Rows returned: 45
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `kd8eh_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_extensions | NULL | ref | extension | extension | 82 | const | 48 | 1.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 0.21 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 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:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
| 10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. |
| 9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
| 7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
| 6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
| 5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
| 4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.39 ms After last query: 0.41 ms Query memory: 0.021 MB Memory before query: 1.118 MB Rows returned: 9
SELECT id, rules
FROM `kd8eh_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 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.04 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.42 ms After last query: 0.08 ms Query memory: 0.021 MB Memory before query: 1.131 MB Rows returned: 2
SELECT b.id
FROM kd8eh_usergroups AS a
LEFT JOIN kd8eh_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| 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 | 2 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.02 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
| 9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 1.49 ms After last query: 0.10 ms Query memory: 0.051 MB Memory before query: 1.153 MB Rows returned: 129
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM kd8eh_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_extensions | NULL | ref | extension | extension | 82 | const | 219 | 0.60 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.03 ms |
| executing | 1.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 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:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:351 |
| 9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:356 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.80 ms After last query: 2.62 ms Query memory: 0.022 MB Memory before query: 1.577 MB Rows returned: 0
SELECT `manifest_cache`
FROM `kd8eh_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 | kd8eh_extensions | NULL | ref | extension | extension | 82 | const | 48 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.09 ms |
| preparing | 0.03 ms |
| executing | 0.19 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 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/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:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.67 ms After last query: 1.05 ms Query memory: 0.022 MB Memory before query: 1.603 MB Rows returned: 0
SELECT `manifest_cache`
FROM `kd8eh_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 | kd8eh_extensions | NULL | ref | extension | extension | 82 | const | 48 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.16 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 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/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:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.36 ms After last query: 0.08 ms Query memory: 0.022 MB Memory before query: 1.609 MB Rows returned: 1
SELECT `value`
FROM `kd8eh_admintools_storage`
WHERE `key` = 'cparams'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_admintools_storage | NULL | const | PRIMARY | PRIMARY | 402 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 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.03 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 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/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:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.51 ms After last query: 0.15 ms Query memory: 0.021 MB Memory before query: 1.617 MB Rows returned: 0
SELECT *
FROM `kd8eh_admintools_wafexceptions`
WHERE NOT(`option` LIKE 'com_%')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_admintools_wafexceptions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.02 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | 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:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 4.21 ms After last query: 1.83 ms Query memory: 0.004 MB Memory before query: 1.894 MB
UPDATE kd8eh_extensions
SET enabled=1
WHERE `type`='plugin'
AND `element`='jacontenttype'
AND `folder`='ajax'
EXPLAIN not possible on query: UPDATE kd8eh_extensions
SET enabled=1
WHERE `type`='plugin' AND `element`='jacontenttype' AND `folder`='ajax'
| Status | Duration |
|---|
| starting | 0.14 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.10 ms |
| updating | 0.10 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.05 ms |
| closing tables | 0.02 ms |
| freeing items | 0.01 ms |
| async commit | 3.43 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/jacontenttype/jacontenttype.php:61 |
| 8 | PlgSystemJacontenttype->_check() | JROOT/plugins/system/jacontenttype/jacontenttype.php:43 |
| 7 | PlgSystemJacontenttype->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.80 ms After last query: 3.33 ms Query memory: 0.022 MB Memory before query: 2.649 MB Rows returned: 1
SELECT *
FROM `kd8eh_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'settings'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_nextend2_section_storage | NULL | ref | application,application_2 | application | 214 | const,const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.06 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.11 ms |
| preparing | 0.03 ms |
| executing | 0.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 13 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182 |
| 12 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->setQuery() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:56 |
| 11 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 10 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/SmartSlider3/Settings.php:17 |
| 9 | Nextend\SmartSlider3\Settings::getAll() | JROOT/libraries/smartslider3/src/SmartSlider3/Settings.php:25 |
| 8 | Nextend\SmartSlider3\Settings::get() | JROOT/plugins/system/smartslider3/smartslider3.php:16 |
| 7 | require_once JROOT/plugins/system/smartslider3/smartslider3.php | JROOT/libraries/src/Plugin/PluginHelper.php:251 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 1.42 ms After last query: 0.83 ms Query memory: 0.081 MB Memory before query: 2.740 MB Rows returned: 71
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM kd8eh_menu AS m
LEFT JOIN kd8eh_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_client_id_parent_id_alias_language | NO INDEX KEY COULD BE USED | NULL | NULL | 160 | 5.00 | Using where; Using filesort |
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | auroraedtech.m.component_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.06 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.05 ms |
| executing | 0.76 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 20 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
| 19 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 18 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 17 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 16 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 15 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
| 14 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
| 13 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
| 12 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
| 11 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
| 10 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
| 9 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
| 8 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/plugins/system/jmap/jmap.php:762 |
| 7 | plgSystemJMap->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 2.29 ms After last query: 2.65 ms Query memory: 0.022 MB Memory before query: 3.075 MB Rows returned: 1
SHOW VARIABLES LIKE "collation_database"
EXPLAIN not possible on query: SHOW VARIABLES LIKE "collation_database"
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.08 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 1.73 ms |
| end | 0.02 ms |
| query end | 0.02 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:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/libraries/joomla/database/driver/mysqli.php:345 |
| 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:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.59 ms After last query: 0.26 ms Query memory: 0.021 MB Memory before query: 3.083 MB Rows returned: 0
SELECT *
FROM `kd8eh_admintools_ipautoban`
WHERE `ip` = '216.73.216.151'
| 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.09 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| executing | 0.07 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 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: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:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.60 ms After last query: 0.26 ms Query memory: 0.021 MB Memory before query: 3.093 MB Rows returned: 0
SELECT `source`,`keepurlparams`
FROM `kd8eh_admintools_redirects`
WHERE ((`dest` = 'grade-verification/sign-up') OR (`dest` = 'grade-verification/sign-up') OR ('grade-verification/sign-up' 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 | kd8eh_admintools_redirects | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.03 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.03 ms |
| preparing | 0.04 ms |
| executing | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 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: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:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 3.58 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 3.097 MB Rows returned: 1
select email
from kd8eh_users
where id=51
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| executing | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 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/plugins/system/bfstop/helpers/db.php:311 |
| 12 | BFStopDBHelper->getUserEmailWhere() | JROOT/plugins/system/bfstop/helpers/db.php:324 |
| 11 | BFStopDBHelper->getUserEmailByID() | JROOT/plugins/system/bfstop/helpers/notify.php:28 |
| 10 | BFStopNotifier->__construct() | JROOT/plugins/system/bfstop/bfstop.php:182 |
| 9 | plgSystembfstop->init() | JROOT/plugins/system/bfstop/bfstop.php:354 |
| 8 | plgSystembfstop->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 3.53 ms After last query: 0.13 ms Query memory: 0.022 MB Memory before query: 3.107 MB Rows returned: 0
SELECT id, ipaddress
from kd8eh_bfstop_allowlist
WHERE (ipaddress='216.73.216.151'
AND LOCATE('/', ipaddress) = 0)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_bfstop_allowlist | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.07 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.03 ms |
| preparing | 0.04 ms |
| executing | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 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/plugins/system/bfstop/helpers/db.php:192 |
| 10 | BFStopDBHelper->checkForEntries() | JROOT/plugins/system/bfstop/helpers/db.php:228 |
| 9 | BFStopDBHelper->isIPOnAllowList() | JROOT/plugins/system/bfstop/bfstop.php:373 |
| 8 | plgSystembfstop->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.70 ms After last query: 0.09 ms Query memory: 0.021 MB Memory before query: 3.113 MB Rows returned: 0
SELECT id, ipaddress
from kd8eh_bfstop_allowlist
WHERE ((LOCATE('/', ipaddress) != 0
AND LOCATE('.', ipaddress) != 0
AND (INET_ATON('216.73.216.151') & ~((1 << (32 - SUBSTR(ipaddress, LOCATE("/", ipaddress)+1, LENGTH(ipaddress)-LOCATE("/", ipaddress))))-1)) = (INET_ATON(SUBSTR(ipaddress, 1, LOCATE("/", ipaddress)-1)) & ~((1 << (32 - SUBSTR(ipaddress, LOCATE("/", ipaddress)+1, LENGTH(ipaddress)-LOCATE("/", ipaddress))))-1))))
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_bfstop_allowlist | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.15 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.06 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.04 ms |
| statistics | 0.03 ms |
| preparing | 0.04 ms |
| executing | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 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:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/bfstop/helpers/db.php:192 |
| 10 | BFStopDBHelper->checkForEntries() | JROOT/plugins/system/bfstop/helpers/db.php:229 |
| 9 | BFStopDBHelper->isIPOnAllowList() | JROOT/plugins/system/bfstop/bfstop.php:373 |
| 8 | plgSystembfstop->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.77 ms After last query: 0.10 ms Query memory: 0.021 MB Memory before query: 3.120 MB Rows returned: 0
SELECT id, ipaddress, crdate, duration
FROM kd8eh_bfstop_bannedip b
WHERE (ipaddress='216.73.216.151'
AND LOCATE('/', ipaddress) = 0)
AND (b.duration=0 OR DATE_ADD(b.crdate, INTERVAL b.duration MINUTE) >= '2026-09-08 18:07:42')
AND NOT EXISTS (SELECT 1
FROM kd8eh_bfstop_unblock u
WHERE b.id = u.block_id)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | b | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 52 | 10.00 | Using where |
| 1 | SIMPLE | <subquery2> | NULL | eq_ref | <auto_distinct_key> | <auto_distinct_key> | 5 | auroraedtech.b.id | 1 | 100.00 | Using where; Not exists |
| 2 | MATERIALIZED | u | NULL | index | PRIMARY | PRIMARY | 4 | NULL | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.12 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.07 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.10 ms |
| preparing | 0.05 ms |
| executing | 0.09 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.02 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:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/bfstop/helpers/db.php:192 |
| 10 | BFStopDBHelper->checkForEntries() | JROOT/plugins/system/bfstop/helpers/db.php:218 |
| 9 | BFStopDBHelper->isIPBlocked() | JROOT/plugins/system/bfstop/bfstop.php:377 |
| 8 | plgSystembfstop->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.91 ms After last query: 0.06 ms Query memory: 0.021 MB Memory before query: 3.126 MB Rows returned: 0
SELECT id, ipaddress, crdate, duration
FROM kd8eh_bfstop_bannedip b
WHERE ((LOCATE('/', ipaddress) != 0
AND LOCATE('.', ipaddress) != 0
AND (INET_ATON('216.73.216.151') & ~((1 << (32 - SUBSTR(ipaddress, LOCATE("/", ipaddress)+1, LENGTH(ipaddress)-LOCATE("/", ipaddress))))-1)) = (INET_ATON(SUBSTR(ipaddress, 1, LOCATE("/", ipaddress)-1)) & ~((1 << (32 - SUBSTR(ipaddress, LOCATE("/", ipaddress)+1, LENGTH(ipaddress)-LOCATE("/", ipaddress))))-1))))
AND (b.duration=0 OR DATE_ADD(b.crdate, INTERVAL b.duration MINUTE) >= '2026-09-08 18:07:42')
AND NOT EXISTS (SELECT 1
FROM kd8eh_bfstop_unblock u
WHERE b.id = u.block_id)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | b | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 52 | 100.00 | Using where |
| 1 | SIMPLE | <subquery2> | NULL | eq_ref | <auto_distinct_key> | <auto_distinct_key> | 5 | auroraedtech.b.id | 1 | 100.00 | Using where; Not exists |
| 2 | MATERIALIZED | u | NULL | index | PRIMARY | PRIMARY | 4 | NULL | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.18 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.09 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.04 ms |
| statistics | 0.10 ms |
| preparing | 0.05 ms |
| executing | 0.10 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.03 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:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/bfstop/helpers/db.php:192 |
| 10 | BFStopDBHelper->checkForEntries() | JROOT/plugins/system/bfstop/helpers/db.php:219 |
| 9 | BFStopDBHelper->isIPBlocked() | JROOT/plugins/system/bfstop/bfstop.php:377 |
| 8 | plgSystembfstop->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.57 ms After last query: 0.20 ms Query memory: 0.024 MB Memory before query: 3.133 MB Rows returned: 57
SELECT *
FROM kd8eh_rsform_config
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_rsform_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 57 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.16 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 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/administrator/components/com_rsform/helpers/config.php:52 |
| 11 | RSFormProConfig->load() | JROOT/administrator/components/com_rsform/helpers/config.php:19 |
| 10 | RSFormProConfig->__construct() | JROOT/administrator/components/com_rsform/helpers/config.php:104 |
| 9 | RSFormProConfig::getInstance() | JROOT/plugins/system/rsformdeletesubmissions/rsformdeletesubmissions.php:34 |
| 8 | plgSystemRsformdeletesubmissions->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.59 ms After last query: 2.05 ms Query memory: 0.021 MB Memory before query: 3.350 MB Rows returned: 1
SELECT `query`
FROM kd8eh_osmembership_sefurls
WHERE md5_key="3232cb6b61415092122d840c1f61664b"
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_osmembership_sefurls | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 36 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.10 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 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_osmembership/router.php:249 |
| 9 | OSMembershipRouter->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.67 ms After last query: 0.16 ms Query memory: 0.021 MB Memory before query: 3.358 MB Rows returned: 1
SELECT *
FROM `kd8eh_admintools_wafblacklists`
WHERE `verb` IN('','GET')
AND `option` IN('','com_osmembership')
AND `view` IN('','register')
AND `task` IN('','register.')
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 | kd8eh_admintools_wafblacklists | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where; Using temporary; Using filesort |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.06 ms |
| executing | 0.10 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.02 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: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:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.82 ms After last query: 0.44 ms Query memory: 0.022 MB Memory before query: 3.365 MB Rows returned: 7
SELECT id, home, template, s.params
FROM kd8eh_template_styles as s
LEFT JOIN kd8eh_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 8 | 1.00 | Using index condition; Using where |
| 1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | auroraedtech.e.element | 1 | 80.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.11 ms |
| preparing | 0.03 ms |
| executing | 0.11 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 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/libraries/src/Application/SiteApplication.php:486 |
| 10 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/plugins/system/t3/includes/core/t3.php:353 |
| 9 | T3::detect() | JROOT/plugins/system/t3/t3.php:87 |
| 8 | plgSystemT3->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.65 ms After last query: 2.04 ms Query memory: 0.022 MB Memory before query: 3.645 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `kd8eh_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.11 ms |
| preparing | 0.02 ms |
| executing | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 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:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
| 13 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
| 12 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 11 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
| 10 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 9 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 8 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1137 |
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 4.69 ms After last query: 0.13 ms Query memory: 0.005 MB Memory before query: 3.636 MB
UPDATE `kd8eh_extensions`
SET `params` = '{\"mediaversion\":\"534ac7091f2754b1461241f70b4f5526\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `kd8eh_extensions`
SET `params` = '{\"mediaversion\":\"534ac7091f2754b1461241f70b4f5526\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.09 ms |
| updating | 0.12 ms |
| end | 0.03 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.06 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| async commit | 2.48 ms |
| cleaning up | 1.49 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 9 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 8 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1137 |
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 1.01 ms After last query: 0.35 ms Query memory: 0.019 MB Memory before query: 3.656 MB Rows returned: 1
SELECT *
FROM kd8eh_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.03 ms |
| executing | 0.09 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
| 5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
| 4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 1.31 ms After last query: 2.81 ms Query memory: 0.032 MB Memory before query: 3.785 MB Rows returned: 150
SELECT `config_key`,`config_value`
FROM kd8eh_osmembership_configs
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_osmembership_configs | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 150 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.39 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 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/administrator/components/com_osmembership/libraries/mpf/config/config.php:42 |
| 10 | MPFConfig->__construct() | JROOT/components/com_osmembership/helper/helper.php:66 |
| 9 | OSMembershipHelper::getConfig() | JROOT/components/com_osmembership/controller/display.php:78 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.94 ms After last query: 1.78 ms Query memory: 0.040 MB Memory before query: 3.910 MB Rows returned: 1
SELECT *
FROM kd8eh_osmembership_plans
WHERE id=5
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_osmembership_plans | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.07 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.11 ms |
| preparing | 0.02 ms |
| executing | 0.13 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 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:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_osmembership/helper/database.php:70 |
| 11 | OSMembershipHelperDatabase::getPlan() | JROOT/components/com_osmembership/view/register/html.php:245 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.57 ms After last query: 0.83 ms Query memory: 0.022 MB Memory before query: 3.940 MB Rows returned: 1
SELECT name
FROM kd8eh_osmembership_plugins
WHERE published = 1
AND `access` IN (1,1,5)
AND id IN (4)
AND (support_recurring_subscription = 1 OR name = "os_offline")
ORDER BY ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_osmembership_plugins | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.10 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 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_osmembership/helper/payments.php:174 |
| 11 | OSMembershipHelperPayments::getDefautPaymentMethod() | JROOT/components/com_osmembership/view/register/html.php:348 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.47 ms After last query: 0.11 ms Query memory: 0.022 MB Memory before query: 3.947 MB Rows returned: 1
SELECT *
FROM kd8eh_osmembership_plugins
WHERE published = 1
AND `access` IN (1,1,5)
AND (support_recurring_subscription = 1 OR name LIKE "os_offline%")
AND id IN (4)
ORDER BY `ordering`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_osmembership_plugins | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.04 ms |
| preparing | 0.02 ms |
| executing | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 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_osmembership/helper/payments.php:53 |
| 11 | OSMembershipHelperPayments::getPaymentMethods() | JROOT/components/com_osmembership/view/register/html.php:356 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 1.27 ms After last query: 0.35 ms Query memory: 0.028 MB Memory before query: 3.967 MB Rows returned: 45
SELECT `id`,`name`,`rules`,`parent_id`
FROM `kd8eh_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_admintools','com_ajax','com_akeeba','com_associations','com_banners','com_bfstop','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_fields','com_finder','com_guru','com_ijoomla_seo','com_installer','com_jaextmanager','com_jce','com_jmap','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_osmembership','com_plugins','com_postinstall','com_privacy','com_redirect','com_rsform','com_search','com_smartslider3','com_tags','com_templates','com_users','com_wrapper')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_assets | NULL | range | idx_asset_name | idx_asset_name | 202 | NULL | 46 | 100.00 | Using index condition |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.17 ms |
| preparing | 0.03 ms |
| executing | 0.63 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 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/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_osmembership/helper/helper.php:1321 |
| 12 | OSMembershipHelper::getProfileFields() | JROOT/components/com_osmembership/helper/helper.php:159 |
| 11 | OSMembershipHelper::callOverridableHelperMethod() | JROOT/components/com_osmembership/view/register/html.php:364 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 1.16 ms After last query: 0.31 ms Query memory: 0.064 MB Memory before query: 4.036 MB Rows returned: 20
SELECT *
FROM kd8eh_osmembership_fields
WHERE published = 1
AND (plan_id = 0 OR id IN (SELECT field_id
FROM kd8eh_osmembership_field_plan
WHERE plan_id = 5 OR plan_id < 0))
AND id NOT IN (SELECT field_id
FROM kd8eh_osmembership_field_plan
WHERE plan_id = -5)
AND `access` IN (1,1,5)
AND show_on_subscription_form = 1
ORDER BY ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | kd8eh_osmembership_fields | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 26 | 3.85 | Using where; Using filesort |
| 3 | SUBQUERY | kd8eh_osmembership_field_plan | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 11 | 10.00 | Using where |
| 2 | SUBQUERY | kd8eh_osmembership_field_plan | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 11 | 40.00 | Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.09 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.03 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.36 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 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:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osmembership/helper/helper.php:1370 |
| 12 | OSMembershipHelper::getProfileFields() | JROOT/components/com_osmembership/helper/helper.php:159 |
| 11 | OSMembershipHelper::callOverridableHelperMethod() | JROOT/components/com_osmembership/view/register/html.php:364 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.57 ms After last query: 0.97 ms Query memory: 0.025 MB Memory before query: 4.272 MB Rows returned: 1
SELECT country_2_code
FROM kd8eh_osmembership_countries
WHERE LOWER(name) = 'united states'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_osmembership_countries | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 245 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.14 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 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_osmembership/helper/helper.php:2110 |
| 17 | OSMembershipHelper::getCountryCode() | JROOT/components/com_osmembership/helper/subscription.php:631 |
| 16 | OSMembershipHelperSubscription::calculateSubscriptionTaxRate() | JROOT/components/com_osmembership/helper/helper.php:159 |
| 15 | OSMembershipHelper::callOverridableHelperMethod() | JROOT/components/com_osmembership/helper/subscription.php:48 |
| 14 | OSMembershipHelperSubscription::calculateRecurringSubscriptionFee() | JROOT/components/com_osmembership/helper/helper.php:159 |
| 13 | OSMembershipHelper::callOverridableHelperMethod() | JROOT/components/com_osmembership/helper/helper.php:1053 |
| 12 | OSMembershipHelper::calculateSubscriptionFee() | JROOT/components/com_osmembership/helper/helper.php:159 |
| 11 | OSMembershipHelper::callOverridableHelperMethod() | JROOT/components/com_osmembership/view/register/html.php:424 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.48 ms After last query: 0.09 ms Query memory: 0.025 MB Memory before query: 4.283 MB Rows returned: 0
SELECT rate
FROM kd8eh_osmembership_taxes
WHERE published = 1
AND plan_id = 5
AND (country = "" OR country = 'United States')
AND state = ""
AND vies = 0
ORDER BY country DESC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_osmembership_taxes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.03 ms |
| executing | 0.03 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 19 | JDatabaseDriver->loadObject() | JROOT/components/com_osmembership/helper/helper.php:1148 |
| 18 | OSMembershipHelper::calculateTaxRate() | JROOT/components/com_osmembership/helper/helper.php:159 |
| 17 | OSMembershipHelper::callOverridableHelperMethod() | JROOT/components/com_osmembership/helper/subscription.php:676 |
| 16 | OSMembershipHelperSubscription::calculateSubscriptionTaxRate() | JROOT/components/com_osmembership/helper/helper.php:159 |
| 15 | OSMembershipHelper::callOverridableHelperMethod() | JROOT/components/com_osmembership/helper/subscription.php:48 |
| 14 | OSMembershipHelperSubscription::calculateRecurringSubscriptionFee() | JROOT/components/com_osmembership/helper/helper.php:159 |
| 13 | OSMembershipHelper::callOverridableHelperMethod() | JROOT/components/com_osmembership/helper/helper.php:1053 |
| 12 | OSMembershipHelper::calculateSubscriptionFee() | JROOT/components/com_osmembership/helper/helper.php:159 |
| 11 | OSMembershipHelper::callOverridableHelperMethod() | JROOT/components/com_osmembership/view/register/html.php:424 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.46 ms After last query: 0.05 ms Query memory: 0.025 MB Memory before query: 4.292 MB Rows returned: 0
SELECT rate
FROM kd8eh_osmembership_taxes
WHERE published = 1
AND plan_id = 0
AND (country = "" OR country = 'United States')
AND state = ""
AND vies = 0
ORDER BY country DESC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_osmembership_taxes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.02 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 19 | JDatabaseDriver->loadObject() | JROOT/components/com_osmembership/helper/helper.php:1181 |
| 18 | OSMembershipHelper::calculateTaxRate() | JROOT/components/com_osmembership/helper/helper.php:159 |
| 17 | OSMembershipHelper::callOverridableHelperMethod() | JROOT/components/com_osmembership/helper/subscription.php:676 |
| 16 | OSMembershipHelperSubscription::calculateSubscriptionTaxRate() | JROOT/components/com_osmembership/helper/helper.php:159 |
| 15 | OSMembershipHelper::callOverridableHelperMethod() | JROOT/components/com_osmembership/helper/subscription.php:48 |
| 14 | OSMembershipHelperSubscription::calculateRecurringSubscriptionFee() | JROOT/components/com_osmembership/helper/helper.php:159 |
| 13 | OSMembershipHelper::callOverridableHelperMethod() | JROOT/components/com_osmembership/helper/helper.php:1053 |
| 12 | OSMembershipHelper::calculateSubscriptionFee() | JROOT/components/com_osmembership/helper/helper.php:159 |
| 11 | OSMembershipHelper::callOverridableHelperMethod() | JROOT/components/com_osmembership/view/register/html.php:424 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.44 ms After last query: 0.11 ms Query memory: 0.025 MB Memory before query: 4.300 MB Rows returned: 1
SELECT *
FROM kd8eh_osmembership_plugins
WHERE name = 'os_offline'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_osmembership_plugins | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 25.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.05 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT/components/com_osmembership/helper/payments.php:139 |
| 17 | OSMembershipHelperPayments::loadPaymentMethod() | JROOT/components/com_osmembership/helper/subscription.php:736 |
| 16 | OSMembershipHelperSubscription::calculatePaymentProcessingFee() | JROOT/components/com_osmembership/helper/helper.php:159 |
| 15 | OSMembershipHelper::callOverridableHelperMethod() | JROOT/components/com_osmembership/helper/subscription.php:230 |
| 14 | OSMembershipHelperSubscription::calculateRecurringSubscriptionFee() | JROOT/components/com_osmembership/helper/helper.php:159 |
| 13 | OSMembershipHelper::callOverridableHelperMethod() | JROOT/components/com_osmembership/helper/helper.php:1053 |
| 12 | OSMembershipHelper::calculateSubscriptionFee() | JROOT/components/com_osmembership/helper/helper.php:159 |
| 11 | OSMembershipHelper::callOverridableHelperMethod() | JROOT/components/com_osmembership/view/register/html.php:424 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.46 ms After last query: 0.20 ms Query memory: 0.042 MB Memory before query: 4.306 MB Rows returned: 78
SELECT `message_key`,`message`
FROM kd8eh_osmembership_messages
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_osmembership_messages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 74 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.13 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_osmembership/libraries/mpf/config/config.php:42 |
| 13 | MPFConfig->__construct() | JROOT/components/com_osmembership/helper/helper.php:1712 |
| 12 | OSMembershipHelper::getMessages() | JROOT/components/com_osmembership/view/register/html.php:899 |
| 11 | OSMembershipViewRegisterHtml->getFormMessage() | JROOT/components/com_osmembership/view/register/html.php:436 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.54 ms After last query: 0.12 ms Query memory: 0.023 MB Memory before query: 4.349 MB Rows returned: 1
SELECT *
FROM kd8eh_osmembership_categories
WHERE id=2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_osmembership_categories | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.11 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 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/components/com_osmembership/helper/database.php:38 |
| 12 | OSMembershipHelperDatabase::getCategory() | JROOT/components/com_osmembership/view/register/html.php:903 |
| 11 | OSMembershipViewRegisterHtml->getFormMessage() | JROOT/components/com_osmembership/view/register/html.php:436 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.45 ms After last query: 0.09 ms Query memory: 0.023 MB Memory before query: 4.358 MB Rows returned: 1
SELECT *
FROM kd8eh_osmembership_categories
WHERE id=2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_osmembership_categories | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.06 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 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/components/com_osmembership/helper/database.php:38 |
| 12 | OSMembershipHelperDatabase::getCategory() | JROOT/components/com_osmembership/view/register/html.php:1040 |
| 11 | OSMembershipViewRegisterHtml->getFormMessage() | JROOT/components/com_osmembership/view/register/html.php:436 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 1.13 ms After last query: 0.83 ms Query memory: 0.022 MB Memory before query: 4.381 MB Rows returned: 1
SELECT COUNT(*)
FROM kd8eh_osmembership_coupons
WHERE published = 1
AND `access` IN (1,1,5)
AND (valid_from = '0000-00-00 00:00:00' OR valid_from <= '2026-09-08 13:07:42')
AND (valid_to = '0000-00-00 00:00:00' OR valid_to >= '2026-09-08 13:07:42')
AND (times = 0 OR times > used)
AND (user_id = 0 OR user_id =0)
AND (plan_id = 0 OR id IN (SELECT coupon_id
FROM kd8eh_osmembership_coupon_plans
WHERE plan_id = 5 OR plan_id < 0))
AND id NOT IN (SELECT coupon_id
FROM kd8eh_osmembership_coupon_plans
WHERE plan_id = -5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | kd8eh_osmembership_coupons | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 8 | 12.50 | Using where |
| 3 | SUBQUERY | kd8eh_osmembership_coupon_plans | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | 16.67 | Using where |
| 2 | SUBQUERY | kd8eh_osmembership_coupon_plans | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | 44.44 | Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.06 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.05 ms |
| preparing | 0.04 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.03 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.02 ms |
| executing | 0.13 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 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_osmembership/helper/subscription.php:895 |
| 11 | OSMembershipHelperSubscription::isCouponAvailableForPlan() | JROOT/components/com_osmembership/view/register/html.php:460 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.41 ms After last query: 0.22 ms Query memory: 0.022 MB Memory before query: 4.389 MB Rows returned: 0
SELECT DISTINCT(country)
FROM kd8eh_osmembership_taxes
WHERE published = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_osmembership_taxes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using temporary |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 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.03 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 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_osmembership/helper/helper.php:1071 |
| 11 | OSMembershipHelper::isCountryBaseTax() | JROOT/components/com_osmembership/view/register/html.php:624 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.41 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 4.396 MB Rows returned: 0
SELECT rate
FROM kd8eh_osmembership_taxes
WHERE published = 1
AND plan_id = 5
ORDER BY `rate` DESC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_osmembership_taxes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 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.02 ms |
| executing | 0.02 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_osmembership/helper/helper.php:1236 |
| 11 | OSMembershipHelper::calculateMaxTaxRate() | JROOT/components/com_osmembership/view/register/html.php:625 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.36 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 4.402 MB Rows returned: 0
SELECT rate
FROM kd8eh_osmembership_taxes
WHERE published = 1
AND plan_id = 0
ORDER BY `rate` DESC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_osmembership_taxes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 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.02 ms |
| executing | 0.02 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_osmembership/helper/helper.php:1268 |
| 11 | OSMembershipHelper::calculateMaxTaxRate() | JROOT/components/com_osmembership/view/register/html.php:625 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.48 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 4.407 MB Rows returned: 0
SELECT DISTINCT(country)
FROM kd8eh_osmembership_taxes
WHERE `state` != ""
AND published = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_osmembership_taxes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using temporary |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.02 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 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_osmembership/helper/helper.php:1101 |
| 11 | OSMembershipHelper::getTaxStateCountries() | JROOT/components/com_osmembership/view/register/html.php:626 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.53 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 4.414 MB Rows returned: 1
SELECT country_2_code
FROM kd8eh_osmembership_countries
WHERE LOWER(name) = 'united states'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_osmembership_countries | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 245 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 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.02 ms |
| executing | 0.14 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 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_osmembership/helper/helper.php:2110 |
| 11 | OSMembershipHelper::getCountryCode() | JROOT/components/com_osmembership/view/register/html.php:627 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.45 ms After last query: 1.68 ms Query memory: 0.026 MB Memory before query: 4.558 MB Rows returned: 1
select `params`
from kd8eh_ijseo_config
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_ijseo_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.03 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 22 | JDatabase->query() | JROOT/plugins/system/ijseo/ijseo.php:757 |
| 21 | plgSystemIjseo->getComponentParams() | JROOT/plugins/system/ijseo/ijseo.php:766 |
| 20 | plgSystemIjseo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 17 | JHtmlContent::prepare() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 15 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
| 14 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/components/com_osmembership/view/register/tmpl/default.php:142 |
| 13 | include JROOT/components/com_osmembership/view/register/tmpl/default.php | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:250 |
| 12 | MPFViewHtml->render() | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:148 |
| 11 | MPFViewHtml->display() | JROOT/components/com_osmembership/view/register/html.php:636 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.31 ms After last query: 0.04 ms Query memory: 0.026 MB Memory before query: 4.569 MB Rows returned: 1
select `params`
from kd8eh_ijseo_config
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_ijseo_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 22 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/ijseo/ijseo.php:758 |
| 21 | plgSystemIjseo->getComponentParams() | JROOT/plugins/system/ijseo/ijseo.php:766 |
| 20 | plgSystemIjseo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 17 | JHtmlContent::prepare() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 15 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
| 14 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/components/com_osmembership/view/register/tmpl/default.php:142 |
| 13 | include JROOT/components/com_osmembership/view/register/tmpl/default.php | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:250 |
| 12 | MPFViewHtml->render() | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:148 |
| 11 | MPFViewHtml->display() | JROOT/components/com_osmembership/view/register/html.php:636 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.45 ms After last query: 0.09 ms Query memory: 0.026 MB Memory before query: 4.584 MB Rows returned: 1
select max(`checkdate`)
from kd8eh_ijseo_keys
limit 0,1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_ijseo_keys | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 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.02 ms |
| executing | 0.02 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 21 | JDatabase->query() | JROOT/plugins/system/ijseo/ijseo.php:777 |
| 20 | plgSystemIjseo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 17 | JHtmlContent::prepare() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 15 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
| 14 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/components/com_osmembership/view/register/tmpl/default.php:142 |
| 13 | include JROOT/components/com_osmembership/view/register/tmpl/default.php | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:250 |
| 12 | MPFViewHtml->render() | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:148 |
| 11 | MPFViewHtml->display() | JROOT/components/com_osmembership/view/register/html.php:636 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.36 ms After last query: 0.05 ms Query memory: 0.026 MB Memory before query: 4.594 MB Rows returned: 1
select max(`checkdate`)
from kd8eh_ijseo_keys
limit 0,1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_ijseo_keys | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 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.02 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 21 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/ijseo/ijseo.php:778 |
| 20 | plgSystemIjseo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 17 | JHtmlContent::prepare() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 15 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
| 14 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/components/com_osmembership/view/register/tmpl/default.php:142 |
| 13 | include JROOT/components/com_osmembership/view/register/tmpl/default.php | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:250 |
| 12 | MPFViewHtml->render() | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:148 |
| 11 | MPFViewHtml->display() | JROOT/components/com_osmembership/view/register/html.php:636 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.41 ms After last query: 0.05 ms Query memory: 0.026 MB Memory before query: 4.605 MB Rows returned: 0
select *
from kd8eh_ijseo_keys as a
where 1<=(SELECT DATEDIFF('2026-09-08 18:07:42',a.checkdate)) OR a.checkdate='0000-00-00 00:00:00'
order by checkdate asc
limit 0,10
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.02 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 21 | JDatabase->query() | JROOT/plugins/system/ijseo/ijseo.php:787 |
| 20 | plgSystemIjseo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 17 | JHtmlContent::prepare() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 15 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
| 14 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/components/com_osmembership/view/register/tmpl/default.php:142 |
| 13 | include JROOT/components/com_osmembership/view/register/tmpl/default.php | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:250 |
| 12 | MPFViewHtml->render() | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:148 |
| 11 | MPFViewHtml->display() | JROOT/components/com_osmembership/view/register/html.php:636 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.37 ms After last query: 0.04 ms Query memory: 0.026 MB Memory before query: 4.615 MB Rows returned: 0
select *
from kd8eh_ijseo_keys as a
where 1<=(SELECT DATEDIFF('2026-09-08 18:07:42',a.checkdate)) OR a.checkdate='0000-00-00 00:00:00'
order by checkdate asc
limit 0,10
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 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.02 ms |
| executing | 0.02 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 21 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/ijseo/ijseo.php:790 |
| 20 | plgSystemIjseo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 17 | JHtmlContent::prepare() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 15 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
| 14 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/components/com_osmembership/view/register/tmpl/default.php:142 |
| 13 | include JROOT/components/com_osmembership/view/register/tmpl/default.php | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:250 |
| 12 | MPFViewHtml->render() | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:148 |
| 11 | MPFViewHtml->display() | JROOT/components/com_osmembership/view/register/html.php:636 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.85 ms After last query: 3.41 ms Query memory: 0.037 MB Memory before query: 4.716 MB Rows returned: 245
SELECT name AS value, IF(CHAR_LENGTH(`name`) > 0, `name`, `name`) AS text
FROM kd8eh_osmembership_countries
WHERE published = 1
ORDER BY ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_osmembership_countries | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 245 | 10.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.03 ms |
| executing | 0.25 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.02 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:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_osmembership/libraries/mpf/form/field/countries.php:71 |
| 18 | MPFFormFieldCountries->getOptions() | JROOT/administrator/components/com_osmembership/libraries/mpf/form/field/list.php:99 |
| 17 | MPFFormFieldList->getInput() | JROOT/administrator/components/com_osmembership/libraries/mpf/form/field.php:431 |
| 16 | MPFFormField->getControlGroup() | JROOT/components/com_osmembership/view/register/tmpl/default_form.php:171 |
| 15 | include JROOT/components/com_osmembership/view/register/tmpl/default_form.php | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:281 |
| 14 | MPFViewHtml->loadTemplate() | JROOT/components/com_osmembership/view/register/tmpl/default.php:154 |
| 13 | include JROOT/components/com_osmembership/view/register/tmpl/default.php | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:250 |
| 12 | MPFViewHtml->render() | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:148 |
| 11 | MPFViewHtml->display() | JROOT/components/com_osmembership/view/register/html.php:636 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.78 ms After last query: 0.56 ms Query memory: 0.028 MB Memory before query: 4.752 MB Rows returned: 51
SELECT state_2_code AS value, state_name AS text
FROM kd8eh_osmembership_states AS a
INNER JOIN kd8eh_osmembership_countries AS b
ON a.country_id = b.country_id
WHERE b.name = 'United States'
AND a.published = 1
ORDER BY a.state_name
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | b | NULL | ref | idx_country_name | idx_country_name | 195 | const | 1 | 100.00 | Using temporary; Using filesort |
| 1 | SIMPLE | a | NULL | ref | state_3_code,state_2_code,idx_country_id | state_3_code | 4 | auroraedtech.b.country_id | 29 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.03 ms |
| executing | 0.20 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 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:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_osmembership/libraries/mpf/form/field/state.php:59 |
| 18 | MPFFormFieldState->getOptions() | JROOT/administrator/components/com_osmembership/libraries/mpf/form/field/list.php:99 |
| 17 | MPFFormFieldList->getInput() | JROOT/administrator/components/com_osmembership/libraries/mpf/form/field.php:431 |
| 16 | MPFFormField->getControlGroup() | JROOT/components/com_osmembership/view/register/tmpl/default_form.php:171 |
| 15 | include JROOT/components/com_osmembership/view/register/tmpl/default_form.php | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:281 |
| 14 | MPFViewHtml->loadTemplate() | JROOT/components/com_osmembership/view/register/tmpl/default.php:154 |
| 13 | include JROOT/components/com_osmembership/view/register/tmpl/default.php | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:250 |
| 12 | MPFViewHtml->render() | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:148 |
| 11 | MPFViewHtml->display() | JROOT/components/com_osmembership/view/register/html.php:636 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.41 ms After last query: 0.10 ms Query memory: 0.026 MB Memory before query: 4.793 MB Rows returned: 0
SELECT DISTINCT(country)
FROM kd8eh_osmembership_taxes
WHERE `state` != ""
AND published = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_osmembership_taxes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using temporary |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 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.03 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 20 | JDatabaseDriver->loadColumn() | JROOT/components/com_osmembership/helper/helper.php:1101 |
| 19 | OSMembershipHelper::getTaxStateCountries() | JROOT/administrator/components/com_osmembership/libraries/mpf/form/field/state.php:94 |
| 18 | MPFFormFieldState->getOptions() | JROOT/administrator/components/com_osmembership/libraries/mpf/form/field/list.php:99 |
| 17 | MPFFormFieldList->getInput() | JROOT/administrator/components/com_osmembership/libraries/mpf/form/field.php:431 |
| 16 | MPFFormField->getControlGroup() | JROOT/components/com_osmembership/view/register/tmpl/default_form.php:171 |
| 15 | include JROOT/components/com_osmembership/view/register/tmpl/default_form.php | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:281 |
| 14 | MPFViewHtml->loadTemplate() | JROOT/components/com_osmembership/view/register/tmpl/default.php:154 |
| 13 | include JROOT/components/com_osmembership/view/register/tmpl/default.php | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:250 |
| 12 | MPFViewHtml->render() | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:148 |
| 11 | MPFViewHtml->display() | JROOT/components/com_osmembership/view/register/html.php:636 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.42 ms After last query: 0.72 ms Query memory: 0.025 MB Memory before query: 4.847 MB Rows returned: 1
SELECT id, catid
FROM kd8eh_content
WHERE id = 120
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_osmembership/helper/html.php:1141 |
| 16 | OSMembershipHelperHtml::getArticleUrl() | JROOT/components/com_osmembership/view/register/tmpl/default_terms_conditions.php:25 |
| 15 | include JROOT/components/com_osmembership/view/register/tmpl/default_terms_conditions.php | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:281 |
| 14 | MPFViewHtml->loadTemplate() | JROOT/components/com_osmembership/view/register/tmpl/default.php:208 |
| 13 | include JROOT/components/com_osmembership/view/register/tmpl/default.php | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:250 |
| 12 | MPFViewHtml->render() | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:148 |
| 11 | MPFViewHtml->display() | JROOT/components/com_osmembership/view/register/html.php:636 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.43 ms After last query: 0.18 ms Query memory: 0.028 MB Memory before query: 4.861 MB Rows returned: 1
SELECT `alias`
FROM `kd8eh_content`
WHERE id = '120'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 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.03 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 26 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 25 | ContentRouter->getArticleSegment() | Same as call in the line below. |
| 24 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 23 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 22 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 21 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 20 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 19 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 18 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 17 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 16 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osmembership/view/register/tmpl/default_terms_conditions.php:34 |
| 15 | include JROOT/components/com_osmembership/view/register/tmpl/default_terms_conditions.php | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:281 |
| 14 | MPFViewHtml->loadTemplate() | JROOT/components/com_osmembership/view/register/tmpl/default.php:208 |
| 13 | include JROOT/components/com_osmembership/view/register/tmpl/default.php | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:250 |
| 12 | MPFViewHtml->render() | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:148 |
| 11 | MPFViewHtml->display() | JROOT/components/com_osmembership/view/register/html.php:636 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.88 ms After last query: 0.26 ms Query memory: 0.030 MB Memory before query: 4.881 MB Rows returned: 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `kd8eh_categories` AS `s`
INNER JOIN `kd8eh_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 2
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
| 1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 28 | 23.21 | Using where |
| Status | Duration |
|---|
| starting | 0.11 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.05 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.15 ms |
| preparing | 0.05 ms |
| executing | 0.14 ms |
| end | 0.06 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 28 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 27 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 26 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
| 25 | ContentRouter->getCategorySegment() | Same as call in the line below. |
| 24 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 23 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 22 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 21 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 20 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 19 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 18 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 17 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 16 | Joomla\CMS\Router\Route::_() | JROOT/components/com_osmembership/view/register/tmpl/default_terms_conditions.php:34 |
| 15 | include JROOT/components/com_osmembership/view/register/tmpl/default_terms_conditions.php | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:281 |
| 14 | MPFViewHtml->loadTemplate() | JROOT/components/com_osmembership/view/register/tmpl/default.php:208 |
| 13 | include JROOT/components/com_osmembership/view/register/tmpl/default.php | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:250 |
| 12 | MPFViewHtml->render() | JROOT/administrator/components/com_osmembership/libraries/mpf/view/html.php:148 |
| 11 | MPFViewHtml->display() | JROOT/components/com_osmembership/view/register/html.php:636 |
| 10 | OSMembershipViewRegisterHtml->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:351 |
| 9 | MPFController->display() | JROOT/components/com_osmembership/controller/display.php:118 |
| 8 | OSMembershipController->display() | JROOT/administrator/components/com_osmembership/libraries/mpf/controller/controller.php:270 |
| 7 | MPFController->execute() | JROOT/components/com_osmembership/osmembership.php:45 |
| 6 | require_once JROOT/components/com_osmembership/osmembership.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.77 ms After last query: 0.53 ms Query memory: 0.022 MB Memory before query: 4.822 MB Rows returned: 28
select `menutype`
from kd8eh_menu
where 1=1
and link like '%option=%'
and link like '%view=%'
and link like '%id=%'
and `published`=1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_menu | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 160 | 0.62 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.30 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 10 | JDatabase->query() | JROOT/plugins/system/ijseo/ijseo.php:174 |
| 9 | plgSystemIjseo->isMenu() | JROOT/plugins/system/ijseo/ijseo.php:112 |
| 8 | plgSystemIjseo->getMetaValues() | JROOT/plugins/system/ijseo/ijseo.php:60 |
| 7 | plgSystemIjseo->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.71 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 4.828 MB Rows returned: 28
select `menutype`
from kd8eh_menu
where 1=1
and link like '%option=%'
and link like '%view=%'
and link like '%id=%'
and `published`=1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_menu | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 160 | 0.62 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.26 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/ijseo/ijseo.php:175 |
| 9 | plgSystemIjseo->isMenu() | JROOT/plugins/system/ijseo/ijseo.php:112 |
| 8 | plgSystemIjseo->getMetaValues() | JROOT/plugins/system/ijseo/ijseo.php:60 |
| 7 | plgSystemIjseo->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.34 ms After last query: 0.09 ms Query memory: 0.021 MB Memory before query: 4.832 MB Rows returned: 1
select `params`
from kd8eh_ijseo_config
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_ijseo_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 11 | JDatabase->query() | JROOT/plugins/system/ijseo/ijseo.php:757 |
| 10 | plgSystemIjseo->getComponentParams() | JROOT/plugins/system/ijseo/ijseo.php:567 |
| 9 | plgSystemIjseo->getMenusMeta() | JROOT/plugins/system/ijseo/ijseo.php:121 |
| 8 | plgSystemIjseo->getMetaValues() | JROOT/plugins/system/ijseo/ijseo.php:60 |
| 7 | plgSystemIjseo->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.32 ms After last query: 0.02 ms Query memory: 0.021 MB Memory before query: 4.838 MB Rows returned: 1
select `params`
from kd8eh_ijseo_config
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_ijseo_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 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.02 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 11 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/ijseo/ijseo.php:758 |
| 10 | plgSystemIjseo->getComponentParams() | JROOT/plugins/system/ijseo/ijseo.php:567 |
| 9 | plgSystemIjseo->getMenusMeta() | JROOT/plugins/system/ijseo/ijseo.php:121 |
| 8 | plgSystemIjseo->getMetaValues() | JROOT/plugins/system/ijseo/ijseo.php:60 |
| 7 | plgSystemIjseo->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.32 ms After last query: 0.07 ms Query memory: 0.021 MB Memory before query: 4.847 MB Rows returned: 1
select `params`
from kd8eh_menu
where id=398
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_menu | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 10 | JDatabase->query() | JROOT/plugins/system/ijseo/ijseo.php:576 |
| 9 | plgSystemIjseo->getMenusMeta() | JROOT/plugins/system/ijseo/ijseo.php:121 |
| 8 | plgSystemIjseo->getMetaValues() | JROOT/plugins/system/ijseo/ijseo.php:60 |
| 7 | plgSystemIjseo->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.29 ms After last query: 0.02 ms Query memory: 0.021 MB Memory before query: 4.852 MB Rows returned: 1
select `params`
from kd8eh_menu
where id=398
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_menu | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/ijseo/ijseo.php:577 |
| 9 | plgSystemIjseo->getMenusMeta() | JROOT/plugins/system/ijseo/ijseo.php:121 |
| 8 | plgSystemIjseo->getMetaValues() | JROOT/plugins/system/ijseo/ijseo.php:60 |
| 7 | plgSystemIjseo->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 1.02 ms After last query: 2.41 ms Query memory: 0.032 MB Memory before query: 5.056 MB Rows returned: 8
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM kd8eh_modules AS m
LEFT JOIN kd8eh_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN kd8eh_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-09-08 18:07:42')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-08 18:07:42')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 398 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | range | PRIMARY,published,newsfeeds | published | 5 | NULL | 17 | 1.67 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | auroraedtech.m.module,const | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | auroraedtech.m.id | 1 | 40.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.12 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.07 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.09 ms |
| preparing | 0.05 ms |
| executing | 0.28 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
| 18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:441 |
| 16 | Joomla\CMS\Helper\_ModuleHelper::getModuleList() | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:371 |
| 15 | Joomla\CMS\Helper\_ModuleHelper::load() | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:87 |
| 14 | Joomla\CMS\Helper\_ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
| 13 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/plugins/system/t3/includes/core/template.php:643 |
| 12 | T3Template->countModules() | JROOT/templates/aurora/tpls/blocks/header.php:27 |
| 11 | include JROOT/templates/aurora/tpls/blocks/header.php | JROOT/plugins/system/t3/includes/core/template.php:202 |
| 10 | T3Template->loadBlock() | JROOT/templates/aurora/tpls/default.php:33 |
| 9 | include JROOT/templates/aurora/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:228 |
| 8 | T3Template->loadLayout() | JROOT/templates/aurora/index.php:33 |
| 7 | require JROOT/templates/aurora/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 1.74 ms After last query: 0.78 ms Query memory: 0.026 MB Memory before query: 5.073 MB Rows returned: 8
SHOW FULL COLUMNS
FROM `kd8eh_assets`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `kd8eh_assets`
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.59 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.06 ms |
| executing | 0.09 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.07 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.02 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/libraries/joomla/database/driver/mysqli.php:448 |
| 18 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 17 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 16 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Asset.php:61 |
| 15 | Joomla\CMS\Table\Asset->__construct() | JROOT/libraries/src/Access/Access.php:783 |
| 14 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
| 13 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 12 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 11 | Joomla\CMS\User\User->authorise() | JROOT/plugins/system/jabuilder/helper.php:63 |
| 10 | JUBHelper->hasPermission() | JROOT/plugins/system/jabuilder/helper.php:67 |
| 9 | JUBHelper->isEditable() | JROOT/plugins/system/jabuilder/helper.php:71 |
| 8 | JUBHelper->inEditMode() | JROOT/plugins/system/jabuilder/jabuilder.php:174 |
| 7 | plgSystemJabuilder->onBeforeRender() | 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:1102 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.43 ms After last query: 0.20 ms Query memory: 0.024 MB Memory before query: 5.095 MB Rows returned: 1
SELECT *
FROM kd8eh_assets
WHERE `name` = 'com_jabuilder'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_assets | NULL | const | idx_asset_name | idx_asset_name | 202 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 16 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
| 15 | Joomla\CMS\Table\Table->load() | JROOT/libraries/src/Access/Access.php:784 |
| 14 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
| 13 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 12 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 11 | Joomla\CMS\User\User->authorise() | JROOT/plugins/system/jabuilder/helper.php:63 |
| 10 | JUBHelper->hasPermission() | JROOT/plugins/system/jabuilder/helper.php:67 |
| 9 | JUBHelper->isEditable() | JROOT/plugins/system/jabuilder/helper.php:71 |
| 8 | JUBHelper->inEditMode() | JROOT/plugins/system/jabuilder/jabuilder.php:174 |
| 7 | plgSystemJabuilder->onBeforeRender() | 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:1102 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 1.04 ms After last query: 0.13 ms Query memory: 0.022 MB Memory before query: 5.100 MB Rows returned: 3
SELECT `b`.`rules` AS `rules`,`b`.`id`,`b`.`name`,`b`.`parent_id`
FROM `kd8eh_assets` AS `a`
LEFT JOIN `kd8eh_assets` AS `b`
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (`a`.`name` = 'com_jabuilder' OR `a`.`parent_id` = 0)
ORDER BY `b`.`lft`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | index_merge | idx_asset_name,idx_parent_id | idx_asset_name,idx_parent_id | 202,4 | NULL | 2 | 100.00 | Using union(idx_asset_name,idx_parent_id); Using where; Using temporary; Using filesort |
| 1 | SIMPLE | b | NULL | ALL | idx_lft_rgt | NO INDEX KEY COULD BE USED | NULL | NULL | 273 | 100.00 | Range checked for each record (index map: 0x4) |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.09 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.05 ms |
| executing | 0.42 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 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/libraries/src/Access/Access.php:685 |
| 13 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 12 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 11 | Joomla\CMS\User\User->authorise() | JROOT/plugins/system/jabuilder/helper.php:63 |
| 10 | JUBHelper->hasPermission() | JROOT/plugins/system/jabuilder/helper.php:67 |
| 9 | JUBHelper->isEditable() | JROOT/plugins/system/jabuilder/helper.php:71 |
| 8 | JUBHelper->inEditMode() | JROOT/plugins/system/jabuilder/jabuilder.php:174 |
| 7 | plgSystemJabuilder->onBeforeRender() | 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:1102 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.77 ms After last query: 10.70 ms Query memory: 0.022 MB Memory before query: 5.480 MB Rows returned: 0
SELECT *
FROM kd8eh_jmap_metainfo
WHERE `linkurl` = 'https://joomla4.auroraedtech.com/grade-verification/sign-up'
AND `published` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_jmap_metainfo | NULL | ref | published | published | 1 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.06 ms |
| preparing | 0.05 ms |
| executing | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 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:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:350 |
| 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:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.44 ms After last query: 0.43 ms Query memory: 0.021 MB Memory before query: 5.559 MB Rows returned: 1
select `params`
from kd8eh_ijseo_config
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_ijseo_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 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.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 10 | JDatabase->query() | JROOT/plugins/system/ijseo/ijseo.php:33 |
| 9 | plgSystemIjseo->getParams() | JROOT/plugins/system/ijseo/ijseo.php:1217 |
| 8 | plgSystemIjseo->titleplg() | JROOT/plugins/system/ijseo/ijseo.php:1213 |
| 7 | plgSystemIjseo->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:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.41 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 5.564 MB Rows returned: 1
select `params`
from kd8eh_ijseo_config
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_ijseo_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.05 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/ijseo/ijseo.php:34 |
| 9 | plgSystemIjseo->getParams() | JROOT/plugins/system/ijseo/ijseo.php:1217 |
| 8 | plgSystemIjseo->titleplg() | JROOT/plugins/system/ijseo/ijseo.php:1213 |
| 7 | plgSystemIjseo->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:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.41 ms After last query: 0.09 ms Query memory: 0.020 MB Memory before query: 5.569 MB Rows returned: 1
select last_check_date
from kd8eh_guru_config
where id=1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_guru_config | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.02 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.04 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 9 | JDatabase->query() | JROOT/components/com_guru/helpers/cronjobs.php:347 |
| 8 | guru_cronjobs() | JROOT/plugins/system/gurucron/gurucron.php:27 |
| 7 | plgSystemGuruCron->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:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.40 ms After last query: 0.02 ms Query memory: 0.020 MB Memory before query: 5.574 MB Rows returned: 1
select last_check_date
from kd8eh_guru_config
where id=1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_guru_config | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 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.06 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 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/components/com_guru/helpers/cronjobs.php:348 |
| 8 | guru_cronjobs() | JROOT/plugins/system/gurucron/gurucron.php:27 |
| 7 | plgSystemGuruCron->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:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.30 ms After last query: 0.04 ms Query memory: 0.020 MB Memory before query: 5.579 MB Rows returned: 0
select *
from kd8eh_guru_buy_courses
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_guru_buy_courses | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 9 | JDatabase->query() | JROOT/components/com_guru/helpers/cronjobs.php:356 |
| 8 | guru_cronjobs() | JROOT/plugins/system/gurucron/gurucron.php:27 |
| 7 | plgSystemGuruCron->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:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.28 ms After last query: 0.01 ms Query memory: 0.020 MB Memory before query: 5.584 MB Rows returned: 0
select *
from kd8eh_guru_buy_courses
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_guru_buy_courses | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/components/com_guru/helpers/cronjobs.php:357 |
| 8 | guru_cronjobs() | JROOT/plugins/system/gurucron/gurucron.php:27 |
| 7 | plgSystemGuruCron->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:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.38 ms After last query: 0.02 ms Query memory: 0.021 MB Memory before query: 5.589 MB Rows returned: 6
select *
from kd8eh_guru_subplan
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_guru_subplan | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.04 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 10 | JDatabase->query() | JROOT/components/com_guru/helpers/cronjobs.php:53 |
| 9 | getPlanExpiration() | JROOT/components/com_guru/helpers/cronjobs.php:358 |
| 8 | guru_cronjobs() | JROOT/plugins/system/gurucron/gurucron.php:27 |
| 7 | plgSystemGuruCron->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:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.33 ms After last query: 0.02 ms Query memory: 0.021 MB Memory before query: 5.594 MB Rows returned: 6
select *
from kd8eh_guru_subplan
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_guru_subplan | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 10 | JDatabaseDriver->loadAssocList() | JROOT/components/com_guru/helpers/cronjobs.php:54 |
| 9 | getPlanExpiration() | JROOT/components/com_guru/helpers/cronjobs.php:358 |
| 8 | guru_cronjobs() | JROOT/plugins/system/gurucron/gurucron.php:27 |
| 7 | plgSystemGuruCron->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:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.53 ms After last query: 4.15 ms Query memory: 0.020 MB Memory before query: 5.667 MB Rows returned: 1
SELECT params
FROM `kd8eh_ijseo_config`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_ijseo_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.05 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 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:1550 |
| 8 | JDatabaseDriver->loadColumn() | JROOT/plugins/content/ijseo_plugin/ijseo_plugin.php:1198 |
| 7 | plgContentIjseo_plugin->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:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.58 ms After last query: 0.38 ms Query memory: 0.020 MB Memory before query: 5.788 MB Rows returned: 0
SELECT i.*
FROM kd8eh_ijseo_ilinks AS i
LEFT JOIN kd8eh_ijseo_ilinks_articles AS ia
ON i.id = ia.ilink_id
WHERE ( i.published =1
AND ia.article_id = ''
AND i.include_in = 1 )
OR ( i.published =1
AND i.include_in = 0 )| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | i | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| 1 | SIMPLE | ia | NULL | ref | PRIMARY | PRIMARY | 4 | auroraedtech.i.id | 1 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.03 ms |
| preparing | 0.03 ms |
| executing | 0.09 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 8 | JDatabase->query() | JROOT/plugins/content/ijseo_plugin/ijseo_plugin.php:1238 |
| 7 | plgContentIjseo_plugin->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:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.51 ms After last query: 0.02 ms Query memory: 0.020 MB Memory before query: 5.792 MB Rows returned: 0
SELECT i.*
FROM kd8eh_ijseo_ilinks AS i
LEFT JOIN kd8eh_ijseo_ilinks_articles AS ia
ON i.id = ia.ilink_id
WHERE ( i.published =1
AND ia.article_id = ''
AND i.include_in = 1 )
OR ( i.published =1
AND i.include_in = 0 )| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | i | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| 1 | SIMPLE | ia | NULL | ref | PRIMARY | PRIMARY | 4 | auroraedtech.i.id | 1 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.03 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 8 | JDatabaseDriver->loadAssocList() | JROOT/plugins/content/ijseo_plugin/ijseo_plugin.php:1239 |
| 7 | plgContentIjseo_plugin->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:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.38 ms After last query: 0.08 ms Query memory: 0.021 MB Memory before query: 5.797 MB Rows returned: 1
select `params`
from kd8eh_ijseo_config
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_ijseo_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 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.03 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 10 | JDatabase->query() | JROOT/plugins/content/ijseo_plugin/ijseo_plugin.php:32 |
| 9 | plgContentIjseo_plugin->getParams() | JROOT/plugins/content/ijseo_plugin/ijseo_plugin.php:1399 |
| 8 | plgContentIjseo_plugin->titleplg() | JROOT/plugins/content/ijseo_plugin/ijseo_plugin.php:1395 |
| 7 | plgContentIjseo_plugin->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:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
Query Time: 0.31 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 5.802 MB Rows returned: 1
select `params`
from kd8eh_ijseo_config
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | kd8eh_ijseo_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 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.02 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/plugins/content/ijseo_plugin/ijseo_plugin.php:33 |
| 9 | plgContentIjseo_plugin->getParams() | JROOT/plugins/content/ijseo_plugin/ijseo_plugin.php:1399 |
| 8 | plgContentIjseo_plugin->titleplg() | JROOT/plugins/content/ijseo_plugin/ijseo_plugin.php:1395 |
| 7 | plgContentIjseo_plugin->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:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:52 |
8 × select `params`
from kd8eh_ijseo_confi
4 × SELECT rate
FROM kd8eh_osmembership_taxes
3 × SELECT DISTINCT(country)
FROM kd8eh_osmembership_taxes
2 × SELECT i.*
FROM kd8eh_ijseo_ilinks AS i
LEFT JOIN kd8eh_ijseo_ilinks_articles AS ia
ON i.id = ia.ilink_id
2 × SELECT id, ipaddress
from kd8eh_bfstop_allowlist
2 × SELECT country_2_code
FROM kd8eh_osmembership_countries
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `kd8eh_extensions`
2 × SELECT *
FROM kd8eh_osmembership_plugins
2 × select max(`checkdate`)
from kd8eh_ijseo_keys
limit 0,
2 × select *
from kd8eh_ijseo_keys as a
2 × SELECT *
FROM kd8eh_osmembership_categories
2 × SELECT id, ipaddress, crdate, duration
FROM kd8eh_bfstop_bannedip b
2 × select `menutype`
from kd8eh_menu
2 × select `params`
from kd8eh_menu
2 × select *
from kd8eh_guru_subpla
2 × select *
from kd8eh_guru_buy_course
2 × SELECT `manifest_cache`
FROM `kd8eh_extensions`
2 × select last_check_date
from kd8eh_guru_config
1 × SELECT params
FROM `kd8eh_ijseo_config
1 × SELECT *
FROM kd8eh_jmap_metainfo
1 × SELECT *
FROM kd8eh_assets
1 × SELECT `b`.`rules` AS `rules`,`b`.`id`,`b`.`name`,`b`.`parent_id`
FROM `kd8eh_assets` AS `a`
LEFT JOIN `kd8eh_assets` AS `b`
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT name AS value, IF(CHAR_LENGTH(`name`) > 0, `name`, `name`) AS text
FROM kd8eh_osmembership_countries
1 × SELECT state_2_code AS value, state_name AS text
FROM kd8eh_osmembership_states AS a
INNER JOIN kd8eh_osmembership_countries AS b
ON a.country_id = b.country_id
1 × SELECT id, catid
FROM kd8eh_content
1 × SELECT `alias`
FROM `kd8eh_content`
1 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `kd8eh_categories` AS `s`
INNER JOIN `kd8eh_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM kd8eh_modules AS m
LEFT JOIN kd8eh_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN kd8eh_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT COUNT(*)
FROM kd8eh_osmembership_coupons
1 × SELECT `session_id`
FROM `kd8eh_session`
1 × SELECT `message_key`,`message`
FROM kd8eh_osmembership_message
1 × SELECT `source`,`keepurlparams`
FROM `kd8eh_admintools_redirects`
1 × SELECT id, rules
FROM `kd8eh_viewlevels
1 × SELECT b.id
FROM kd8eh_usergroups AS a
LEFT JOIN kd8eh_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM kd8eh_extensions
1 × SELECT `value`
FROM `kd8eh_admintools_storage`
1 × SELECT *
FROM `kd8eh_admintools_wafexceptions`
1 × SELECT *
FROM `kd8eh_nextend2_section_storage`
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM kd8eh_menu AS m
LEFT JOIN kd8eh_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT *
FROM `kd8eh_admintools_ipautoban`
1 × select email
from kd8eh_users
1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `kd8eh_assets`
1 × SELECT *
FROM kd8eh_rsform_confi
1 × SELECT `query`
FROM kd8eh_osmembership_sefurls
1 × SELECT *
FROM `kd8eh_admintools_wafblacklists`
1 × SELECT id, home, template, s.params
FROM kd8eh_template_styles as s
LEFT JOIN kd8eh_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT *
FROM kd8eh_languages
1 × SELECT `config_key`,`config_value`
FROM kd8eh_osmembership_config
1 × SELECT *
FROM kd8eh_osmembership_plans
1 × SELECT name
FROM kd8eh_osmembership_plugins
1 × SELECT *
FROM kd8eh_osmembership_fields