Query Time: 1.68 ms Query memory: 0.023 MB Memory before query: 4.186 MB Rows returned: 0
SELECT `data`
FROM `josrn_session`
WHERE `session_id` = X'6a3736313167307169346a70373574386430696a676465393071'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | josrn_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.14 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.65 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.28 ms |
| executing | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.21 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1741 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
| 14 | JSessionStorageDatabase->read() | Same as call in the line below. |
| 13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
| 12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
| 11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
| 10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:661 |
| 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
| 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
| 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:52 |
Query Time: 0.78 ms After last query: 3.36 ms Query memory: 0.020 MB Memory before query: 4.281 MB Rows returned: 0
SELECT `session_id`
FROM `josrn_session`
WHERE `session_id` = X'6a3736313167307169346a70373574386430696a676465393071'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | josrn_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.14 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.06 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.16 ms |
| executing | 0.04 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1741 |
| 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:52 |
Query Time: 2.61 ms After last query: 0.25 ms Query memory: 0.004 MB Memory before query: 4.286 MB
INSERT INTO `josrn_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6a3736313167307169346a70373574386430696a676465393071', 1, 1788419641, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `josrn_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6a3736313167307169346a70373574386430696a676465393071', 1, 1788419641, 0, '', 0)
| Status | Duration |
|---|
| starting | 0.13 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.06 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| update | 0.31 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 1.79 ms |
| closing tables | 0.03 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:52 |
Query Time: 1.04 ms After last query: 17.33 ms Query memory: 0.021 MB Memory before query: 4.852 MB Rows returned: 5
SELECT id, rules
FROM `josrn_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | josrn_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.15 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.34 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.04 ms |
| executing | 0.10 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1507 |
| 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:55 |
Query Time: 1.17 ms After last query: 0.30 ms Query memory: 0.021 MB Memory before query: 4.865 MB Rows returned: 2
SELECT b.id
FROM josrn_usergroups AS a
LEFT JOIN josrn_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.15 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.40 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.16 ms |
| preparing | 0.06 ms |
| executing | 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.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1551 |
| 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:55 |
Query Time: 1.15 ms After last query: 55.25 ms Query memory: 0.022 MB Memory before query: 7.177 MB Rows returned: 0
SELECT `value`
FROM `josrn_admintools_storage`
WHERE `key` = 'cparams'
| 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.21 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.46 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.10 ms |
| executing | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1741 |
| 13 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_admintools/Helper/Storage.php:122 |
| 12 | Akeeba\AdminTools\Admin\Helper\Storage->load() | JROOT/administrator/components/com_admintools/Helper/Storage.php:37 |
| 11 | Akeeba\AdminTools\Admin\Helper\Storage->__construct() | JROOT/administrator/components/com_admintools/Helper/Storage.php:49 |
| 10 | Akeeba\AdminTools\Admin\Helper\Storage::getInstance() | JROOT/plugins/system/admintools/admintools/main.php:409 |
| 9 | plgSystemAdmintools->loadComponentParameters() | JROOT/plugins/system/admintools/admintools/main.php:892 |
| 8 | plgSystemAdmintools->initialize() | JROOT/plugins/system/admintools/admintools/main.php:84 |
| 7 | plgSystemAdmintools->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:55 |
Query Time: 0.70 ms After last query: 3.44 ms Query memory: 0.021 MB Memory before query: 7.292 MB Rows returned: 0
SELECT *
FROM `josrn_admintools_wafexceptions`
WHERE NOT(`option` LIKE 'com_%')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | josrn_admintools_wafexceptions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| 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.20 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 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.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1507 |
| 11 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/admintools/main.php:729 |
| 10 | plgSystemAdmintools->loadWAFExceptionsSEF() | JROOT/plugins/system/admintools/admintools/main.php:640 |
| 9 | plgSystemAdmintools->loadWAFExceptions() | JROOT/plugins/system/admintools/admintools/main.php:901 |
| 8 | plgSystemAdmintools->initialize() | JROOT/plugins/system/admintools/admintools/main.php:84 |
| 7 | plgSystemAdmintools->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:55 |
Query Time: 0.89 ms After last query: 104.08 ms Query memory: 0.021 MB Memory before query: 11.353 MB Rows returned: 0
SELECT `source`,`keepurlparams`
FROM `josrn_admintools_redirects`
WHERE ((`dest` = 'events/manufacturing-leadership-in-the-digital-era') OR (`dest` = 'events/manufacturing-leadership-in-the-digital-era') OR ('events/manufacturing-leadership-in-the-digital-era' 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 | josrn_admintools_redirects | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.23 ms |
| Executing hook on transaction | 0.04 ms |
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.22 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 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.03 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1774 |
| 11 | JDatabaseDriver->loadRow() | JROOT/plugins/system/admintools/feature/urlredir.php:91 |
| 10 | AtsystemFeatureUrlredir->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:308 |
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:144 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:55 |
Query Time: 0.70 ms After last query: 0.17 ms Query memory: 0.021 MB Memory before query: 11.359 MB Rows returned: 1
SELECT `template`
FROM `josrn_template_styles`
WHERE `client_id` = 0
AND `home` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | josrn_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 4 | 16.67 | 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.21 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.02 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.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1663 |
| 10 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helix3/helix3.php:247 |
| 9 | plgSystemHelix3->getTemplateName() | JROOT/plugins/system/helix3/helix3.php:41 |
| 8 | plgSystemHelix3->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:55 |
Query Time: 1.46 ms After last query: 49.62 ms Query memory: 0.021 MB Memory before query: 13.688 MB Rows returned: 1
SELECT `query`
FROM josrn_eb_urls
WHERE md5_key = 'bd2873646d140c01b9d78000a47635ef'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | josrn_eb_urls | NULL | ref | idx_md5_key | idx_md5_key | 99 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.27 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.42 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.06 ms |
| statistics | 0.17 ms |
| preparing | 0.06 ms |
| executing | 0.08 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1741 |
| 10 | JDatabaseDriver->loadResult() | JROOT/components/com_eventbooking/router.php:528 |
| 9 | EventbookingRouter->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:55 |
Query Time: 2.68 ms After last query: 3.96 ms Query memory: 0.028 MB Memory before query: 14.435 MB Rows returned: 49
SELECT `id`,`name`,`rules`,`parent_id`
FROM `josrn_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_admintools','com_adsmanager','com_advancedmodules','com_ajax','com_associations','com_attachments','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_convertforms','com_cpanel','com_djimageslider','com_eventbooking','com_fields','com_finder','com_hikashop','com_htprotect','com_installer','com_jce','com_joomlaupdate','com_joomroster','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_minitekwall','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_privacy','com_redirect','com_rokcandy','com_search','com_slideshowck','com_tags','com_templates','com_users','com_wrapper','com_yendifvideoshare')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | josrn_assets | NULL | range | idx_asset_name | idx_asset_name | 202 | NULL | 50 | 100.00 | Using index condition |
| Status | Duration |
|---|
| starting | 0.21 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.42 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.28 ms |
| preparing | 0.05 ms |
| executing | 1.20 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
| 15 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
| 14 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
| 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/advancedmodules/src/Document.php:30 |
| 10 | RegularLabs\Plugin\System\AdvancedModules\Document::loadFrontEditScript() | JROOT/plugins/system/advancedmodules/advancedmodules.php:95 |
| 9 | PlgSystemAdvancedModules->handleOnAfterRoute() | JROOT/libraries/regularlabs/src/SystemPlugin.php:192 |
| 8 | RegularLabs\Library\SystemPlugin->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:55 |
Query Time: 5.23 ms After last query: 2.02 ms Query memory: 0.005 MB Memory before query: 14.537 MB
UPDATE `josrn_extensions`
SET `params` = '{\"mediaversion\":\"68842addd9709dfeac31676af0b7cc01\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `josrn_extensions`
SET `params` = '{\"mediaversion\":\"68842addd9709dfeac31676af0b7cc01\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
| 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.23 ms |
| init | 0.02 ms |
| System lock | 0.17 ms |
| updating | 0.31 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 4.15 ms |
| closing tables | 0.03 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 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:374 |
| 8 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:333 |
| 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:55 |
Query Time: 3.40 ms After last query: 30.23 ms Query memory: 0.057 MB Memory before query: 16.638 MB Rows returned: 376
SELECT `config_key`,`config_value`
FROM josrn_eb_configs
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | josrn_eb_configs | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 376 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.12 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 1.21 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 1.65 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_eventbooking/libraries/rad/config/config.php:42 |
| 11 | RADConfig->__construct() | JROOT/components/com_eventbooking/helper/helper.php:888 |
| 10 | EventbookingHelper::getConfig() | JROOT/components/com_eventbooking/controller/display.php:21 |
| 9 | EventbookingController->loadAssets() | JROOT/components/com_eventbooking/controller/controller.php:31 |
| 8 | EventbookingController->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:278 |
| 7 | RADController->execute() | JROOT/components/com_eventbooking/eventbooking.php:40 |
| 6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | 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:55 |
Query Time: 1.66 ms After last query: 0.92 ms Query memory: 0.022 MB Memory before query: 16.722 MB Rows returned: 1
SELECT *
FROM josrn_eb_themes
WHERE published = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | josrn_eb_themes | NULL | system | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 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.77 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.39 ms |
| preparing | 0.03 ms |
| executing | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1663 |
| 11 | JDatabaseDriver->loadObject() | JROOT/components/com_eventbooking/helper/helper.php:1131 |
| 10 | EventbookingHelper::getDefaultTheme() | JROOT/components/com_eventbooking/controller/display.php:58 |
| 9 | EventbookingController->loadAssets() | JROOT/components/com_eventbooking/controller/controller.php:31 |
| 8 | EventbookingController->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:278 |
| 7 | RADController->execute() | JROOT/components/com_eventbooking/eventbooking.php:40 |
| 6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | 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:55 |
Query Time: 10.50 ms After last query: 17.41 ms Query memory: 0.074 MB Memory before query: 17.648 MB Rows returned: 1
SELECT a.*,DATEDIFF(event_date, '2026-09-03 07:14:01') AS number_event_dates,TIMESTAMPDIFF(MINUTE, a.late_fee_date, '2026-09-03 07:14:01') AS late_fee_date_diff,TIMESTAMPDIFF(MINUTE, a.event_date, '2026-09-03 07:14:01') AS event_start_minutes,TIMESTAMPDIFF(SECOND, registration_start_date, '2026-09-03 07:14:01') AS registration_start_minutes,TIMESTAMPDIFF(MINUTE, cut_off_date, '2026-09-03 07:14:01') AS cut_off_minutes,TIMESTAMPDIFF(MINUTE, '2026-09-03 07:14:01', early_bird_discount_date) AS date_diff,(IFNULL(SUM(b.number_registrants), 0) + a.private_booking_count) AS total_registrants,`c`.`name` AS `location_name`,`c`.`alias` AS `location_alias`,c.address AS location_address, c.lat, c.long,cat.tax_rate AS cat_tax_rate
FROM josrn_eb_events AS a
LEFT JOIN josrn_eb_registrants AS b
ON (a.id = b.event_id
AND b.group_id=0
AND (b.published = 1 OR (b.published = 0
AND b.payment_method LIKE "os_offline%")))
LEFT JOIN josrn_eb_locations AS c
ON a.location_id = c.id
LEFT JOIN josrn_eb_categories AS cat
ON a.main_category_id = cat.id
WHERE a.id = 10
GROUP BY a.id
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | b | NULL | system | idx_event_id,idx_published,idx_payment_method | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | 0.00 | const row not found |
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 0 | 0.00 | unique row not found |
| 1 | SIMPLE | cat | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.35 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 8.87 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.04 ms |
| statistics | 0.14 ms |
| preparing | 0.05 ms |
| executing | 0.20 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1663 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_eventbooking/model/event.php:73 |
| 11 | EventbookingModelEvent->getEventData() | JROOT/components/com_eventbooking/view/event/html.php:186 |
| 10 | EventbookingViewEventHtml->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:328 |
| 9 | RADController->display() | JROOT/components/com_eventbooking/controller/controller.php:74 |
| 8 | EventbookingController->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:278 |
| 7 | RADController->execute() | JROOT/components/com_eventbooking/eventbooking.php:40 |
| 6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | 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:55 |
Query Time: 1.14 ms After last query: 11.57 ms Query memory: 0.072 MB Memory before query: 18.545 MB Rows returned: 1
SELECT a.*, (IFNULL(SUM(b.number_registrants), 0) + a.private_booking_count) AS total_registrants,DATEDIFF(event_date, '2026-09-03 07:14:01') AS number_event_dates,TIMESTAMPDIFF(MINUTE, a.event_date, '2026-09-03 07:14:01') AS event_start_minutes,DATEDIFF('2026-09-03 07:14:01', a.late_fee_date) AS late_fee_date_diff,TIMESTAMPDIFF(SECOND, registration_start_date, '2026-09-03 07:14:01') AS registration_start_minutes,TIMESTAMPDIFF(MINUTE, cut_off_date, '2026-09-03 07:14:01') AS cut_off_minutes,TIMESTAMPDIFF(MINUTE, '2026-09-03 07:14:01', early_bird_discount_date) AS date_diff,l.lat, l.long, l.address AS location_address,`l`.`name` AS `location_name`,c.tax_rate AS cat_tax_rate
FROM josrn_eb_events AS a
LEFT JOIN josrn_eb_categories AS c
ON a.main_category_id = c.id
LEFT JOIN josrn_eb_locations AS l
ON a.location_id = l.id
LEFT JOIN josrn_eb_registrants AS b
ON (a.id = b.event_id
AND b.group_id=0
AND (b.published = 1 OR (b.published = 0
AND b.payment_method LIKE "os_offline%")))
WHERE a.id = 10
GROUP BY a.id| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | b | NULL | system | idx_event_id,idx_published,idx_payment_method | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | 0.00 | const row not found |
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | l | NULL | const | PRIMARY | PRIMARY | 4 | const | 0 | 0.00 | unique row not found |
| Status | Duration |
|---|
| starting | 0.26 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.18 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.14 ms |
| preparing | 0.04 ms |
| executing | 0.14 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1663 |
| 14 | JDatabaseDriver->loadObject() | JROOT/components/com_eventbooking/helper/database.php:111 |
| 13 | EventbookingHelperDatabase::getEvent() | JROOT/components/com_eventbooking/helper/registration.php:5875 |
| 12 | EventbookingHelperRegistration::calculateEventTaxRate() | JROOT/components/com_eventbooking/model/event.php:88 |
| 11 | EventbookingModelEvent->getEventData() | JROOT/components/com_eventbooking/view/event/html.php:186 |
| 10 | EventbookingViewEventHtml->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:328 |
| 9 | RADController->display() | JROOT/components/com_eventbooking/controller/controller.php:74 |
| 8 | EventbookingController->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:278 |
| 7 | RADController->execute() | JROOT/components/com_eventbooking/eventbooking.php:40 |
| 6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | 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:55 |
Query Time: 1.27 ms After last query: 0.14 ms Query memory: 0.024 MB Memory before query: 18.571 MB Rows returned: 0
SELECT *
FROM josrn_eb_taxes
WHERE published = 1
LIMIT 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | josrn_eb_taxes | 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.89 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.08 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 |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventbooking/helper/registration.php:5838 |
| 15 | EventbookingHelperRegistration::getUniqueTaxRate() | JROOT/components/com_eventbooking/helper/registration.php:5900 |
| 14 | EventbookingHelperRegistration::calculateEventTaxRate() | JROOT/components/com_eventbooking/helper/database.php:115 |
| 13 | EventbookingHelperDatabase::getEvent() | JROOT/components/com_eventbooking/helper/registration.php:5875 |
| 12 | EventbookingHelperRegistration::calculateEventTaxRate() | JROOT/components/com_eventbooking/model/event.php:88 |
| 11 | EventbookingModelEvent->getEventData() | JROOT/components/com_eventbooking/view/event/html.php:186 |
| 10 | EventbookingViewEventHtml->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:328 |
| 9 | RADController->display() | JROOT/components/com_eventbooking/controller/controller.php:74 |
| 8 | EventbookingController->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:278 |
| 7 | RADController->execute() | JROOT/components/com_eventbooking/eventbooking.php:40 |
| 6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | 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:55 |
Query Time: 0.46 ms After last query: 2.18 ms Query memory: 0.027 MB Memory before query: 18.738 MB Rows returned: 12
SELECT *
FROM josrn_eb_locations
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | josrn_eb_locations | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 12 | 100.00 | NULL |
| 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.05 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.11 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventbooking/helper/data.php:616 |
| 13 | EventbookingHelperData::preProcessEventData() | JROOT/components/com_eventbooking/helper/helper.php:868 |
| 12 | EventbookingHelper::callOverridableHelperMethod() | JROOT/components/com_eventbooking/model/event.php:90 |
| 11 | EventbookingModelEvent->getEventData() | JROOT/components/com_eventbooking/view/event/html.php:186 |
| 10 | EventbookingViewEventHtml->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:328 |
| 9 | RADController->display() | JROOT/components/com_eventbooking/controller/controller.php:74 |
| 8 | EventbookingController->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:278 |
| 7 | RADController->execute() | JROOT/components/com_eventbooking/eventbooking.php:40 |
| 6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | 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:55 |
Query Time: 1.18 ms After last query: 0.16 ms Query memory: 0.023 MB Memory before query: 18.767 MB Rows returned: 1
SELECT a.*, b.event_id
FROM josrn_eb_categories AS a
INNER JOIN josrn_eb_event_categories AS b
ON a.id = b.category_id
WHERE b.event_id IN (10)
ORDER BY b.id
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | b | NULL | ref | idx_event_id,idx_category_id | idx_event_id | 5 | const | 1 | 100.00 | Using where; Using filesort |
| 1 | SIMPLE | a | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mpmaorgm_joom892.b.category_id | 1 | 100.00 | Using index condition |
| 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.69 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.06 ms |
| preparing | 0.03 ms |
| executing | 0.07 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventbooking/helper/data.php:643 |
| 13 | EventbookingHelperData::preProcessEventData() | JROOT/components/com_eventbooking/helper/helper.php:868 |
| 12 | EventbookingHelper::callOverridableHelperMethod() | JROOT/components/com_eventbooking/model/event.php:90 |
| 11 | EventbookingModelEvent->getEventData() | JROOT/components/com_eventbooking/view/event/html.php:186 |
| 10 | EventbookingViewEventHtml->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:328 |
| 9 | RADController->display() | JROOT/components/com_eventbooking/controller/controller.php:74 |
| 8 | EventbookingController->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:278 |
| 7 | RADController->execute() | JROOT/components/com_eventbooking/eventbooking.php:40 |
| 6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | 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:55 |
Query Time: 0.62 ms After last query: 25.90 ms Query memory: 0.006 MB Memory before query: 20.421 MB
UPDATE josrn_eb_events
SET hits = hits + 1
WHERE id = 10
EXPLAIN not possible on query: UPDATE josrn_eb_events
SET hits = hits + 1
WHERE id = 10
| 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.06 ms |
| init | 0.01 ms |
| System lock | 0.06 ms |
| updating | 0.15 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/components/com_eventbooking/model/event.php:180 |
| 11 | EventbookingModelEvent->updateHits() | JROOT/components/com_eventbooking/view/event/html.php:219 |
| 10 | EventbookingViewEventHtml->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:328 |
| 9 | RADController->display() | JROOT/components/com_eventbooking/controller/controller.php:74 |
| 8 | EventbookingController->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:278 |
| 7 | RADController->execute() | JROOT/components/com_eventbooking/eventbooking.php:40 |
| 6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | 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:55 |
Query Time: 1.49 ms After last query: 0.77 ms Query memory: 0.022 MB Memory before query: 20.470 MB Rows returned: 0
SELECT *
FROM josrn_eb_event_group_prices
WHERE event_id = 10
ORDER BY id
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.11 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 1.07 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventbooking/helper/database.php:193 |
| 11 | EventbookingHelperDatabase::getGroupRegistrationRates() | JROOT/components/com_eventbooking/view/event/html.php:293 |
| 10 | EventbookingViewEventHtml->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:328 |
| 9 | RADController->display() | JROOT/components/com_eventbooking/controller/controller.php:74 |
| 8 | EventbookingController->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:278 |
| 7 | RADController->execute() | JROOT/components/com_eventbooking/eventbooking.php:40 |
| 6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | 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:55 |
Query Time: 0.37 ms After last query: 1.25 ms Query memory: 0.023 MB Memory before query: 20.535 MB Rows returned: 2
SELECT id, parent, alias
FROM josrn_eb_categories
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | josrn_eb_categories | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 100.00 | NULL |
| 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.02 ms |
| executing | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 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:1702 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventbooking/helper/route.php:636 |
| 13 | EventbookingHelperRoute::buildCategories() | JROOT/components/com_eventbooking/helper/route.php:591 |
| 12 | EventbookingHelperRoute::getCategoryIdsTree() | JROOT/components/com_eventbooking/helper/route.php:152 |
| 11 | EventbookingHelperRoute::getEventRoute() | JROOT/components/com_eventbooking/view/event/html.php:297 |
| 10 | EventbookingViewEventHtml->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:328 |
| 9 | RADController->display() | JROOT/components/com_eventbooking/controller/controller.php:74 |
| 8 | EventbookingController->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:278 |
| 7 | RADController->execute() | JROOT/components/com_eventbooking/eventbooking.php:40 |
| 6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | 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:55 |
Query Time: 0.46 ms After last query: 1.87 ms Query memory: 0.025 MB Memory before query: 20.663 MB Rows returned: 1
SELECT id
FROM josrn_eb_urls
WHERE md5_key = 'bd2873646d140c01b9d78000a47635ef'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | josrn_eb_urls | NULL | ref | idx_md5_key | idx_md5_key | 99 | 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.09 ms |
| preparing | 0.02 ms |
| executing | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1741 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_eventbooking/router.php:489 |
| 17 | EventbookingRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 16 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 15 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 14 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 13 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 12 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 11 | Joomla\CMS\Router\Route::_() | JROOT/components/com_eventbooking/view/event/html.php:300 |
| 10 | EventbookingViewEventHtml->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:328 |
| 9 | RADController->display() | JROOT/components/com_eventbooking/controller/controller.php:74 |
| 8 | EventbookingController->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:278 |
| 7 | RADController->execute() | JROOT/components/com_eventbooking/eventbooking.php:40 |
| 6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | 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:55 |
Query Time: 0.40 ms After last query: 1.38 ms Query memory: 0.023 MB Memory before query: 20.703 MB Rows returned: 1
SELECT id, parent,`name` AS `name`
FROM josrn_eb_categories
WHERE published = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | josrn_eb_categories | NULL | ref | idx_published | idx_published | 2 | const | 1 | 100.00 | NULL |
| 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.05 ms |
| preparing | 0.04 ms |
| executing | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 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:1702 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_eventbooking/helper/data.php:570 |
| 13 | EventbookingHelperData::getCategoriesBreadcrumb() | JROOT/components/com_eventbooking/view/event/html.php:429 |
| 12 | EventbookingViewEventHtml->buildPathway() | JROOT/components/com_eventbooking/view/event/html.php:368 |
| 11 | EventbookingViewEventHtml->prepareDocument() | JROOT/components/com_eventbooking/view/event/html.php:304 |
| 10 | EventbookingViewEventHtml->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:328 |
| 9 | RADController->display() | JROOT/components/com_eventbooking/controller/controller.php:74 |
| 8 | EventbookingController->display() | JROOT/administrator/components/com_eventbooking/libraries/rad/controller/controller.php:278 |
| 7 | RADController->execute() | JROOT/components/com_eventbooking/eventbooking.php:40 |
| 6 | require_once JROOT/components/com_eventbooking/eventbooking.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | 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:55 |
Query Time: 6.27 ms After last query: 40.12 ms Query memory: 0.182 MB Memory before query: 22.408 MB Rows returned: 74
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.mirror_id, am.params AS advancedparams, 0 AS menuid, m.publish_up, m.publish_down
FROM josrn_modules AS m
LEFT JOIN josrn_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
LEFT JOIN josrn_advancedmodules as am
ON am.moduleid = m.id
WHERE m.published = 1
AND e.enabled = 1
AND m.access IN (1,1,5)
AND m.client_id = 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 | ALL | published,newsfeeds | NO INDEX KEY COULD BE USED | NULL | NULL | 163 | 4.66 | Using where; Using filesort |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | mpmaorgm_joom892.m.module,const | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | am | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mpmaorgm_joom892.m.id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.30 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.63 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.04 ms |
| statistics | 0.49 ms |
| preparing | 0.16 ms |
| executing | 4.24 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.03 ms |
| closing tables | 0.03 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:278 |
| 17 | PlgSystemAdvancedModuleHelper->getModuleList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:60 |
| 16 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 14 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:381 |
| 13 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:88 |
| 12 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
| 11 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/plugins/system/helix3/core/helix3.php:592 |
| 10 | Helix3::countModules() | JROOT/plugins/system/helix3/core/helix3.php:539 |
| 9 | Helix3::rowColumns() | JROOT/plugins/system/helix3/core/helix3.php:330 |
| 8 | Helix3::generatelayout() | JROOT/templates/shaper_helix3/index.php:199 |
| 7 | require JROOT/templates/shaper_helix3/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:55 |
Query Time: 2.97 ms After last query: 69.99 ms Query memory: 0.048 MB Memory before query: 24.581 MB Rows returned: 287
SELECT *
FROM josrn_hikashop_config
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | josrn_hikashop_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 287 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.16 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.37 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.03 ms |
| executing | 1.42 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/config.php:16 |
| 16 | hikashopConfigClass->load() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1323 |
| 15 | hikashop_config() | JROOT/administrator/components/com_hikashop/helpers/helper.php:3392 |
| 14 | include_once JROOT/administrator/components/com_hikashop/helpers/helper.php | JROOT/plugins/system/hikashopuser/hikashopuser.php:67 |
| 13 | plgSystemHikashopuser->_alwaysLoadHikaShop() | JROOT/plugins/system/hikashopuser/hikashopuser.php:154 |
| 12 | plgSystemHikashopuser->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:55 |
1 × SELECT `data`
FROM `josrn_session`
1 × SELECT `session_id`
FROM `josrn_session`
1 × SELECT id, rules
FROM `josrn_viewlevels
1 × SELECT b.id
FROM josrn_usergroups AS a
LEFT JOIN josrn_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `value`
FROM `josrn_admintools_storage`
1 × SELECT *
FROM `josrn_admintools_wafexceptions`
1 × SELECT `source`,`keepurlparams`
FROM `josrn_admintools_redirects`
1 × SELECT `template`
FROM `josrn_template_styles`
1 × SELECT `query`
FROM josrn_eb_urls
1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `josrn_assets`
1 × SELECT `config_key`,`config_value`
FROM josrn_eb_config
1 × SELECT *
FROM josrn_eb_themes
1 × SELECT a.*,DATEDIFF(event_date, '2026-09-03 07:14:01') AS number_event_dates,TIMESTAMPDIFF(MINUTE, a.late_fee_date, '2026-09-03 07:14:01') AS late_fee_date_diff,TIMESTAMPDIFF(MINUTE, a.event_date, '2026-09-03 07:14:01') AS event_start_minutes,TIMESTAMPDIFF(SECOND, registration_start_date, '2026-09-03 07:14:01') AS registration_start_minutes,TIMESTAMPDIFF(MINUTE, cut_off_date, '2026-09-03 07:14:01') AS cut_off_minutes,TIMESTAMPDIFF(MINUTE, '2026-09-03 07:14:01', early_bird_discount_date) AS date_diff,(IFNULL(SUM(b.number_registrants), 0) + a.private_booking_count) AS total_registrants,`c`.`name` AS `location_name`,`c`.`alias` AS `location_alias`,c.address AS location_address, c.lat, c.long,cat.tax_rate AS cat_tax_rate
FROM josrn_eb_events AS a
LEFT JOIN josrn_eb_registrants AS b
ON (a.id = b.event_id
AND b.group_id=0
AND (b.published = 1 OR (b.published = 0
AND b.payment_method LIKE "os_offline%")))
LEFT JOIN josrn_eb_locations AS c
ON a.location_id = c.id
LEFT JOIN josrn_eb_categories AS cat
ON a.main_category_id = cat.id
1 × SELECT a.*, (IFNULL(SUM(b.number_registrants), 0) + a.private_booking_count) AS total_registrants,DATEDIFF(event_date, '2026-09-03 07:14:01') AS number_event_dates,TIMESTAMPDIFF(MINUTE, a.event_date, '2026-09-03 07:14:01') AS event_start_minutes,DATEDIFF('2026-09-03 07:14:01', a.late_fee_date) AS late_fee_date_diff,TIMESTAMPDIFF(SECOND, registration_start_date, '2026-09-03 07:14:01') AS registration_start_minutes,TIMESTAMPDIFF(MINUTE, cut_off_date, '2026-09-03 07:14:01') AS cut_off_minutes,TIMESTAMPDIFF(MINUTE, '2026-09-03 07:14:01', early_bird_discount_date) AS date_diff,l.lat, l.long, l.address AS location_address,`l`.`name` AS `location_name`,c.tax_rate AS cat_tax_rate
FROM josrn_eb_events AS a
LEFT JOIN josrn_eb_categories AS c
ON a.main_category_id = c.id
LEFT JOIN josrn_eb_locations AS l
ON a.location_id = l.id
LEFT JOIN josrn_eb_registrants AS b
ON (a.id = b.event_id
AND b.group_id=0
AND (b.published = 1 OR (b.published = 0
AND b.payment_method LIKE "os_offline%")))1 × SELECT *
FROM josrn_eb_taxes
1 × SELECT *
FROM josrn_eb_location
1 × SELECT a.*, b.event_id
FROM josrn_eb_categories AS a
INNER JOIN josrn_eb_event_categories AS b
ON a.id = b.category_id
1 × SELECT *
FROM josrn_eb_event_group_prices
1 × SELECT id, parent, alias
FROM josrn_eb_categorie
1 × SELECT id
FROM josrn_eb_urls
1 × SELECT id, parent,`name` AS `name`
FROM josrn_eb_categories
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.mirror_id, am.params AS advancedparams, 0 AS menuid, m.publish_up, m.publish_down
FROM josrn_modules AS m
LEFT JOIN josrn_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
LEFT JOIN josrn_advancedmodules as am
ON am.moduleid = m.id
1 × SELECT *
FROM josrn_hikashop_confi