Query Time: 0.16 ms Query memory: 0.020 MB Memory before query: 4.860 MB Rows returned: 0
SELECT `session_id`
FROM `tov_session`
WHERE `session_id` = X'3963363166396664346533353364313836336331623133336433383636396466'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tov_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
Error |
---|
The 'SHOW PROFILES' feature is disabled; you need MySQL built with 'enable-profiling' to have it working |
# | 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:46 |
Query Time: 0.20 ms After last query: 0.05 ms Query memory: 0.004 MB Memory before query: 4.866 MB
INSERT INTO `tov_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'3963363166396664346533353364313836336331623133336433383636396466', 1, 1695850800, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `tov_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3963363166396664346533353364313836336331623133336433383636396466', 1, 1695850800, 0, '', 0)
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php: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:46 |
Query Time: 0.38 ms After last query: 0.73 ms Query memory: 0.042 MB Memory before query: 5.202 MB Rows returned: 50
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `tov_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 | tov_extensions | NULL | ref | extension | extension | 82 | const | 52 | 1.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php: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:49 |
Query Time: 0.16 ms After last query: 1.09 ms Query memory: 0.021 MB Memory before query: 5.255 MB Rows returned: 3
SELECT id, rules
FROM `tov_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tov_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php: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:49 |
Query Time: 0.19 ms After last query: 0.08 ms Query memory: 0.021 MB Memory before query: 5.267 MB Rows returned: 1
SELECT b.id
FROM tov_usergroups AS a
LEFT JOIN tov_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 1 | 100.00 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php: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:49 |
Query Time: 1.28 ms After last query: 0.18 ms Query memory: 0.051 MB Memory before query: 5.289 MB Rows returned: 150
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM tov_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1)
ORDER BY ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tov_extensions | NULL | ref | extension | extension | 82 | const | 204 | 0.40 | Using index condition; Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/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:49 |
Query Time: 0.17 ms After last query: 5.09 ms Query memory: 0.061 MB Memory before query: 6.898 MB Rows returned: 1
SELECT `value`
FROM `tov_admintools_storage`
WHERE `key` = 'cparams'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tov_admintools_storage | NULL | const | PRIMARY | PRIMARY | 402 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_admintools/Helper/Storage.php: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:49 |
Query Time: 0.16 ms After last query: 0.65 ms Query memory: 0.021 MB Memory before query: 7.242 MB Rows returned: 0
SELECT *
FROM `tov_admintools_wafexceptions`
WHERE NOT(`option` LIKE 'com_%')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tov_admintools_wafexceptions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
11 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/admintools/main.php: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:49 |
Query Time: 0.17 ms After last query: 8.32 ms Query memory: 0.023 MB Memory before query: 9.424 MB Rows returned: 1
SELECT template
FROM tov_template_styles as s
WHERE s.client_id = 0
AND s.home = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | ALL | idx_client_id,idx_client_id_home | NO INDEX KEY COULD BE USED | NULL | NULL | 10 | 10.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:31 |
12 | RokCommon_PlatformInfo_Joomla->getDefaultTemplate() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:105 |
11 | RokCommon_PlatformInfo_Joomla->setPlatformParameters() | JROOT/libraries/rokcommon/RokCommon/Service.php:71 |
10 | RokCommon_Service::getContainer() | JROOT/libraries/rokcommon/include.php:38 |
9 | require_once JROOT/libraries/rokcommon/include.php | JROOT/plugins/system/rokcommon/rokcommon.php:95 |
8 | plgSystemRokCommon->loadCommonLib() | JROOT/plugins/system/rokcommon/rokcommon.php:53 |
7 | plgSystemRokCommon->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php: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:49 |
Query Time: 0.11 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 9.431 MB Rows returned: 1
SELECT template
FROM tov_template_styles as s
WHERE s.client_id = 0
AND s.home = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | ALL | idx_client_id,idx_client_id_home | NO INDEX KEY COULD BE USED | NULL | NULL | 10 | 10.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:31 |
13 | RokCommon_PlatformInfo_Joomla->getDefaultTemplate() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:67 |
12 | RokCommon_PlatformInfo_Joomla->getDefaultTemplatePath() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:106 |
11 | RokCommon_PlatformInfo_Joomla->setPlatformParameters() | JROOT/libraries/rokcommon/RokCommon/Service.php:71 |
10 | RokCommon_Service::getContainer() | JROOT/libraries/rokcommon/include.php:38 |
9 | require_once JROOT/libraries/rokcommon/include.php | JROOT/plugins/system/rokcommon/rokcommon.php:95 |
8 | plgSystemRokCommon->loadCommonLib() | JROOT/plugins/system/rokcommon/rokcommon.php:53 |
7 | plgSystemRokCommon->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php: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:49 |
Query Time: 0.15 ms After last query: 1.41 ms Query memory: 0.021 MB Memory before query: 9.866 MB Rows returned: 2
SELECT extension, file, type
FROM tov_rokcommon_configs
ORDER BY priority
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tov_rokcommon_configs | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 100.00 | Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rokcommon/rokcommon.php:131 |
8 | plgSystemRokCommon->processRegisteredConfigs() | JROOT/plugins/system/rokcommon/rokcommon.php:75 |
7 | plgSystemRokCommon->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php: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:49 |
Query Time: 0.15 ms After last query: 8.89 ms Query memory: 0.022 MB Memory before query: 12.129 MB Rows returned: 1
SELECT manifest_cache
FROM tov_extensions
WHERE element = 'com_logman'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tov_extensions | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/plugins/koowa/logman/logman.php:153 |
12 | PlgKoowaLogman->_getLogmanVersion() | JROOT/plugins/koowa/logman/logman.php:23 |
11 | PlgKoowaLogman->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
10 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
9 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/plugins/system/joomlatools/joomlatools.php:170 |
8 | PlgSystemJoomlatools->bootstrap() | JROOT/plugins/system/joomlatools/joomlatools.php:49 |
7 | PlgSystemJoomlatools->__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:49 |
Query Time: 0.14 ms After last query: 18.99 ms Query memory: 0.022 MB Memory before query: 15.124 MB Rows returned: 0
SELECT *
FROM `tov_admintools_ipautoban`
WHERE `ip` = '44.200.117.166'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
12 | JDatabaseDriver->loadObject() | JROOT/plugins/system/admintools/feature/autoipfiltering.php:74 |
11 | AtsystemFeatureAutoipfiltering->isIPBlocked() | JROOT/plugins/system/admintools/feature/autoipfiltering.php:23 |
10 | AtsystemFeatureAutoipfiltering->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php: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:49 |
Query Time: 0.22 ms After last query: 0.03 ms Query memory: 0.029 MB Memory before query: 15.129 MB Rows returned: 217
SELECT `ip`
FROM `tov_admintools_ipblock`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tov_admintools_ipblock | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 217 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
12 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/admintools/feature/ipblacklist.php:143 |
11 | AtsystemFeatureIpblacklist->isIPBlocked() | JROOT/plugins/system/admintools/feature/ipblacklist.php:37 |
10 | AtsystemFeatureIpblacklist->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:49 |
Query Time: 0.14 ms After last query: 0.18 ms Query memory: 0.022 MB Memory before query: 15.135 MB Rows returned: 6
SELECT *
FROM `tov_admintools_storage`
WHERE `key` LIKE 'timestamp_%'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tov_admintools_storage | NULL | range | PRIMARY | PRIMARY | 402 | NULL | 6 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
13 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/feature/abstract.php:277 |
12 | AtsystemFeatureAbstract->loadTimestamps() | JROOT/plugins/system/admintools/feature/abstract.php:356 |
11 | AtsystemFeatureAbstract->getTimestamp() | JROOT/plugins/system/admintools/feature/disableobsoleteadmins.php:115 |
10 | AtsystemFeatureDisableobsoleteadmins->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:49 |
Query Time: 0.15 ms After last query: 0.40 ms Query memory: 0.021 MB Memory before query: 15.151 MB Rows returned: 0
SELECT `source`,`keepurlparams`
FROM `tov_admintools_redirects`
WHERE ((`dest` = 'calendar/communitycalendar/month.calendar/2022/09/26/-.html') OR (`dest` = 'calendar/communitycalendar/month.calendar/2022/09/26/-.html') OR ('calendar/communitycalendar/month.calendar/2022/09/26/-.html' 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 | tov_admintools_redirects | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1773 |
11 | JDatabaseDriver->loadRow() | JROOT/plugins/system/admintools/feature/urlredir.php: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:49 |
Query Time: 0.11 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 15.157 MB Rows returned: 6
SELECT *
FROM `tov_admintools_storage`
WHERE `key` LIKE 'timestamp_%'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tov_admintools_storage | NULL | range | PRIMARY | PRIMARY | 402 | NULL | 6 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
13 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/feature/abstract.php:277 |
12 | AtsystemFeatureAbstract->loadTimestamps() | JROOT/plugins/system/admintools/feature/abstract.php:356 |
11 | AtsystemFeatureAbstract->getTimestamp() | JROOT/plugins/system/admintools/feature/sessionoptimiser.php:35 |
10 | AtsystemFeatureSessionoptimiser->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:49 |
Query Time: 0.09 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 15.165 MB Rows returned: 6
SELECT *
FROM `tov_admintools_storage`
WHERE `key` LIKE 'timestamp_%'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tov_admintools_storage | NULL | range | PRIMARY | PRIMARY | 402 | NULL | 6 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
13 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/feature/abstract.php:277 |
12 | AtsystemFeatureAbstract->loadTimestamps() | JROOT/plugins/system/admintools/feature/abstract.php:356 |
11 | AtsystemFeatureAbstract->getTimestamp() | JROOT/plugins/system/admintools/feature/sessioncleaner.php:40 |
10 | AtsystemFeatureSessioncleaner->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:49 |
Query Time: 0.10 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 15.172 MB Rows returned: 6
SELECT *
FROM `tov_admintools_storage`
WHERE `key` LIKE 'timestamp_%'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tov_admintools_storage | NULL | range | PRIMARY | PRIMARY | 402 | NULL | 6 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
13 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/feature/abstract.php:277 |
12 | AtsystemFeatureAbstract->loadTimestamps() | JROOT/plugins/system/admintools/feature/abstract.php:356 |
11 | AtsystemFeatureAbstract->getTimestamp() | JROOT/plugins/system/admintools/feature/cachecleaner.php:37 |
10 | AtsystemFeatureCachecleaner->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:49 |
Query Time: 0.09 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 15.179 MB Rows returned: 6
SELECT *
FROM `tov_admintools_storage`
WHERE `key` LIKE 'timestamp_%'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tov_admintools_storage | NULL | range | PRIMARY | PRIMARY | 402 | NULL | 6 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
13 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/feature/abstract.php:277 |
12 | AtsystemFeatureAbstract->loadTimestamps() | JROOT/plugins/system/admintools/feature/abstract.php:356 |
11 | AtsystemFeatureAbstract->getTimestamp() | JROOT/plugins/system/admintools/feature/cacheexpire.php:36 |
10 | AtsystemFeatureCacheexpire->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:49 |
Query Time: 0.08 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 15.186 MB Rows returned: 6
SELECT *
FROM `tov_admintools_storage`
WHERE `key` LIKE 'timestamp_%'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tov_admintools_storage | NULL | range | PRIMARY | PRIMARY | 402 | NULL | 6 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
13 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/feature/abstract.php:277 |
12 | AtsystemFeatureAbstract->loadTimestamps() | JROOT/plugins/system/admintools/feature/abstract.php:356 |
11 | AtsystemFeatureAbstract->getTimestamp() | JROOT/plugins/system/admintools/feature/cleantemp.php:37 |
10 | AtsystemFeatureCleantemp->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:49 |
Query Time: 0.13 ms After last query: 5.52 ms Query memory: 0.023 MB Memory before query: 16.655 MB Rows returned: 29
SELECT *
FROM tov_rsform_config
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tov_rsform_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 29 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsform/helpers/config.php:50 |
11 | RSFormProConfig->load() | JROOT/administrator/components/com_rsform/helpers/config.php:17 |
10 | RSFormProConfig->__construct() | JROOT/administrator/components/com_rsform/helpers/config.php:102 |
9 | RSFormProConfig::getInstance() | JROOT/plugins/system/rsformdeletesubmissions/rsformdeletesubmissions.php:26 |
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:49 |
Query Time: 0.99 ms After last query: 1.35 ms Query memory: 0.218 MB Memory before query: 17.126 MB Rows returned: 117
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 tov_menu AS m
LEFT JOIN tov_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 | 225 | 5.78 | Using where; Using filesort |
1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db7shcpgxybgbm.m.component_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
10 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
9 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
8 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
7 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
6 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
5 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/libraries/src/Application/CMSApplication.php:1141 |
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:49 |
Query Time: 0.31 ms After last query: 6.39 ms Query memory: 0.021 MB Memory before query: 18.688 MB Rows returned: 1
SELECT *
FROM `tov_admintools_wafblacklists`
WHERE `verb` IN('','GET')
AND `option` IN('','com_jevents')
AND `view` IN('','month')
AND `task` IN('','month.calendar','calendar')
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 | tov_admintools_wafblacklists | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where; Using temporary; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/admintools/feature/wafblacklist.php:92 |
10 | AtsystemFeatureWafblacklist->onAfterRoute() | JROOT/plugins/system/admintools/admintools/main.php:308 |
9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:154 |
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:49 |
Query Time: 0.29 ms After last query: 0.34 ms Query memory: 0.022 MB Memory before query: 18.695 MB Rows returned: 6
SELECT id, home, template, s.params
FROM tov_template_styles as s
LEFT JOIN tov_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 | s | NULL | ALL | idx_template,idx_client_id,idx_client_id_home | NO INDEX KEY COULD BE USED | NULL | NULL | 10 | 70.00 | Using where |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | db7shcpgxybgbm.s.template,const | 1 | 4.34 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
10 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/plugins/system/gantry5/gantry5.php:257 |
9 | plgSystemGantry5->onAfterRouteSite() | JROOT/plugins/system/gantry5/gantry5.php:108 |
8 | plgSystemGantry5->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php: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:49 |
Query Time: 0.21 ms After last query: 5.84 ms Query memory: 0.023 MB Memory before query: 20.135 MB Rows returned: 2
SELECT s.id, s.template, s.home, s.title AS long_title, s.params
FROM tov_template_styles AS s
WHERE s.client_id = 0
AND s.template = 'rt_callisto'
ORDER BY s.id
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | const | 2 | 70.00 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/gantry5/src/classes/Gantry/Joomla/StyleHelper.php:69 |
14 | Gantry\Joomla\StyleHelper::loadStyles() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Assignments.php:63 |
13 | Gantry\Framework\Assignments->loadAssignments() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Assignments/AbstractAssignments.php:301 |
12 | Gantry\Component\Assignments\AbstractAssignments->init() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Assignments/AbstractAssignments.php:99 |
11 | Gantry\Component\Assignments\AbstractAssignments->scores() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Assignments/AbstractAssignments.php:86 |
10 | Gantry\Component\Assignments\AbstractAssignments->select() | JROOT/plugins/system/gantry5/gantry5.php:315 |
9 | plgSystemGantry5->onAfterRouteSite() | JROOT/plugins/system/gantry5/gantry5.php:108 |
8 | plgSystemGantry5->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php: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:49 |
Query Time: 0.18 ms After last query: 5.40 ms Query memory: 0.022 MB Memory before query: 21.105 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `tov_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tov_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/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:49 |
Query Time: 0.21 ms After last query: 0.09 ms Query memory: 0.005 MB Memory before query: 21.095 MB
UPDATE `tov_extensions`
SET `params` = '{\"mediaversion\":\"031b93add1863a83c249b245615a97ce\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | tov_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
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:49 |
Query Time: 0.17 ms After last query: 0.69 ms Query memory: 0.020 MB Memory before query: 21.169 MB Rows returned: 1
SELECT *
FROM tov_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 | tov_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
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:49 |
Query Time: 0.77 ms After last query: 8.04 ms Query memory: 0.031 MB Memory before query: 23.324 MB Rows returned: 50
SELECT `id`,`name`,`rules`,`parent_id`
FROM `tov_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_activities','com_acymailing','com_admin','com_admintools','com_akeeba','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_cpanel','com_docman','com_docman_export','com_docman_import','com_fields','com_finder','com_fsf','com_gantry5','com_hotspots','com_igallery','com_installer','com_jce','com_jevents','com_joomlaupdate','com_languages','com_login','com_logman','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_privacy','com_redirect','com_rokgallery','com_rsform','com_search','com_tags','com_templates','com_users','com_watchfulli','com_weblinks','com_wrapper')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tov_assets | NULL | range | idx_asset_name | idx_asset_name | 202 | NULL | 51 | 100.00 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
21 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
20 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
19 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
18 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
17 | Joomla\CMS\User\User->authorise() | JROOT/components/com_jevents/libraries/helper.php:1121 |
16 | JEVHelper::isAdminUser() | JROOT/components/com_jevents/libraries/helper.php:1079 |
15 | JEVHelper::getAid() | JROOT/components/com_jevents/libraries/datamodel.php:49 |
14 | JEventsDataModel->__construct() | JROOT/components/com_jevents/views/default/abstract/abstract.php:65 |
13 | JEventsDefaultView->__construct() | JROOT/components/com_jevents/views/geraint/abstract/abstract.php:32 |
12 | JEventsGeraintView->__construct() | JROOT/libraries/src/MVC/Factory/LegacyFactory.php:89 |
11 | Joomla\CMS\MVC\Factory\LegacyFactory->createView() | JROOT/libraries/src/MVC/Controller/BaseController.php:590 |
10 | Joomla\CMS\MVC\Controller\BaseController->createView() | JROOT/libraries/src/MVC/Controller/BaseController.php:833 |
9 | Joomla\CMS\MVC\Controller\BaseController->getView() | JROOT/components/com_jevents/controllers/month.php:56 |
8 | MonthController->calendar() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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:49 |
Query Time: 0.72 ms After last query: 1.57 ms Query memory: 0.027 MB Memory before query: 24.312 MB Rows returned: 10
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM tov_modules AS m
LEFT JOIN tov_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN tov_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 <= '2023-09-27 21:40:00')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2023-09-27 21:40:00')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 229 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 | ALL | PRIMARY,published,newsfeeds | NO INDEX KEY COULD BE USED | NULL | NULL | 64 | 1.56 | Using where; Using filesort |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | db7shcpgxybgbm.m.module,const | 1 | 10.00 | Using index condition; Using where |
1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | db7shcpgxybgbm.m.id | 1 | 40.00 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
18 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
17 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/components/com_jevents/libraries/jevmodulehelper.php:22 |
16 | JevModuleHelper::getVisibleModules() | JROOT/components/com_jevents/libraries/filters.php:66 |
15 | jevFilterProcessing->__construct() | JROOT/components/com_jevents/libraries/filters.php:251 |
14 | jevFilterProcessing::getInstance() | JROOT/components/com_jevents/libraries/dbmodel.php:2666 |
13 | JEventsDBModel->listIcalEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:3001 |
12 | JEventsDBModel->listIcalEventsByMonth() | JROOT/components/com_jevents/libraries/datamodel.php:284 |
11 | JEventsDataModel->getCalendarData() | JROOT/components/com_jevents/views/geraint/month/view.html.php:39 |
10 | GeraintViewMonth->calendar() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:91 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/month.php:75 |
8 | MonthController->calendar() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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:49 |
Query Time: 0.51 ms After last query: 0.29 ms Query memory: 0.028 MB Memory before query: 24.345 MB Rows returned: 10
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM tov_modules AS m
LEFT JOIN tov_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN tov_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 <= '2023-09-27 21:40:00')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2023-09-27 21:40:00')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 229 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 | ALL | PRIMARY,published,newsfeeds | NO INDEX KEY COULD BE USED | NULL | NULL | 64 | 1.56 | Using where; Using filesort |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | db7shcpgxybgbm.m.module,const | 1 | 10.00 | Using index condition; Using where |
1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | db7shcpgxybgbm.m.id | 1 | 40.00 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
22 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
21 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
20 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
19 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:37 |
18 | Joomla\CMS\Helper\ModuleHelper::getModule() | JROOT/components/com_jevents/libraries/filters.php:387 |
17 | jevFilter->__construct() | JROOT/components/com_jevents/libraries/filters/Published.php:58 |
16 | jevPublishedFilter->__construct() | JROOT/components/com_jevents/libraries/filters.php:180 |
15 | jevFilterProcessing->__construct() | JROOT/components/com_jevents/libraries/filters.php:251 |
14 | jevFilterProcessing::getInstance() | JROOT/components/com_jevents/libraries/dbmodel.php:2666 |
13 | JEventsDBModel->listIcalEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:3001 |
12 | JEventsDBModel->listIcalEventsByMonth() | JROOT/components/com_jevents/libraries/datamodel.php:284 |
11 | JEventsDataModel->getCalendarData() | JROOT/components/com_jevents/views/geraint/month/view.html.php:39 |
10 | GeraintViewMonth->calendar() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:91 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/month.php:75 |
8 | MonthController->calendar() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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:49 |
Query Time: 0.65 ms After last query: 0.27 ms Query memory: 0.031 MB Memory before query: 24.367 MB Rows returned: 18
SHOW FULL COLUMNS
FROM `tov_jev_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `tov_jev_users`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
22 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
21 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
20 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_jevents/tables/jevuser.php:75 |
19 | TableUser->__construct() | JROOT/components/com_jevents/libraries/helper.php:1544 |
18 | JEVHelper::getAuthorisedUser() | JROOT/components/com_jevents/libraries/helper.php:1399 |
17 | JEVHelper::isEventCreator() | JROOT/components/com_jevents/libraries/filters/Published.php:61 |
16 | jevPublishedFilter->__construct() | JROOT/components/com_jevents/libraries/filters.php:180 |
15 | jevFilterProcessing->__construct() | JROOT/components/com_jevents/libraries/filters.php:251 |
14 | jevFilterProcessing::getInstance() | JROOT/components/com_jevents/libraries/dbmodel.php:2666 |
13 | JEventsDBModel->listIcalEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:3001 |
12 | JEventsDBModel->listIcalEventsByMonth() | JROOT/components/com_jevents/libraries/datamodel.php:284 |
11 | JEventsDataModel->getCalendarData() | JROOT/components/com_jevents/views/geraint/month/view.html.php:39 |
10 | GeraintViewMonth->calendar() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:91 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/month.php:75 |
8 | MonthController->calendar() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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:49 |
Query Time: 0.44 ms After last query: 1.31 ms Query memory: 0.030 MB Memory before query: 24.416 MB Rows returned: 8
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 `tov_categories` AS `c`
WHERE (c.extension='com_jevents' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | range | cat_idx,idx_access | cat_idx | 208 | NULL | 8 | 100.00 | Using index condition; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
21 | Joomla\CMS\Categories\Categories->_load() | JROOT/components/com_jevents/helpers/category.php:53 |
20 | JEventsCategories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
19 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_jevents/libraries/dbmodel.php:401 |
18 | JEventsDBModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/datamodel.php:1019 |
17 | JEventsDataModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/filters/Category.php:47 |
16 | jevCategoryFilter->__construct() | JROOT/components/com_jevents/libraries/filters.php:180 |
15 | jevFilterProcessing->__construct() | JROOT/components/com_jevents/libraries/filters.php:251 |
14 | jevFilterProcessing::getInstance() | JROOT/components/com_jevents/libraries/dbmodel.php:2666 |
13 | JEventsDBModel->listIcalEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:3001 |
12 | JEventsDBModel->listIcalEventsByMonth() | JROOT/components/com_jevents/libraries/datamodel.php:284 |
11 | JEventsDataModel->getCalendarData() | JROOT/components/com_jevents/views/geraint/month/view.html.php:39 |
10 | GeraintViewMonth->calendar() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:91 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/month.php:75 |
8 | MonthController->calendar() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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:49 |
Query Time: 0.25 ms After last query: 0.31 ms Query memory: 0.025 MB Memory before query: 24.466 MB Rows returned: 2
SELECT c.id
FROM tov_categories AS c
WHERE c.access IN (1,1)
AND c.published = 1
AND c.language in ('en-GB','*')
AND c.extension = 'com_jevents'
AND ((c.lft>=133
AND c.rgt<=134 ) OR (c.lft>=149
AND c.rgt<=150 ))
ORDER BY c.lft asc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | range | cat_idx,idx_access,idx_left_right,idx_language | cat_idx | 208 | NULL | 7 | 17.96 | Using index condition; Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
19 | JDatabaseDriver->loadColumn() | JROOT/components/com_jevents/libraries/dbmodel.php:514 |
18 | JEventsDBModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/datamodel.php:1019 |
17 | JEventsDataModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/filters/Category.php:47 |
16 | jevCategoryFilter->__construct() | JROOT/components/com_jevents/libraries/filters.php:180 |
15 | jevFilterProcessing->__construct() | JROOT/components/com_jevents/libraries/filters.php:251 |
14 | jevFilterProcessing::getInstance() | JROOT/components/com_jevents/libraries/dbmodel.php:2666 |
13 | JEventsDBModel->listIcalEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:3001 |
12 | JEventsDBModel->listIcalEventsByMonth() | JROOT/components/com_jevents/libraries/datamodel.php:284 |
11 | JEventsDataModel->getCalendarData() | JROOT/components/com_jevents/views/geraint/month/view.html.php:39 |
10 | GeraintViewMonth->calendar() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:91 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/month.php:75 |
8 | MonthController->calendar() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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:49 |
Query Time: 2.74 ms After last query: 0.31 ms Query memory: 0.269 MB Memory before query: 24.483 MB Rows returned: 76
SELECT det.evdet_id as detailid, rpt.*, ev.*, rr.*, det.* , ev.state as published, ev.created as created
, YEAR(rpt.startrepeat) as yup, MONTH(rpt.startrepeat ) as mup, DAYOFMONTH(rpt.startrepeat ) as dup
, YEAR(rpt.endrepeat ) as ydn, MONTH(rpt.endrepeat ) as mdn, DAYOFMONTH(rpt.endrepeat ) as ddn
, HOUR(rpt.startrepeat) as hup, MINUTE(rpt.startrepeat ) as minup, SECOND(rpt.startrepeat ) as sup
, HOUR(rpt.endrepeat ) as hdn, MINUTE(rpt.endrepeat ) as mindn, SECOND(rpt.endrepeat ) as sdn
FROM tov_jevents_repetition as rpt
INNER JOIN tov_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
INNER JOIN tov_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
INNER JOIN tov_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN tov_jevents_rrule as rr
ON rr.eventid = rpt.eventid
WHERE ev.catid IN(-1,30,66)
AND rpt.endrepeat >= '2022-09-01 00:00:00'
AND rpt.startrepeat <= '2022-09-30 23:59:59'
AND NOT (rpt.startrepeat < '2022-09-01 00:00:00'
AND det.multiday=0)
AND ev.state=1
AND ev.access IN (1,1)
AND icsf.state=1
AND icsf.access IN (1,1)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | icsf | NULL | system | PRIMARY,stateidx | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
1 | SIMPLE | rpt | NULL | ALL | eventid,eventstart,eventend,eventdetail,startrepeat,startend,endrepeat | NO INDEX KEY COULD BE USED | NULL | NULL | 5322 | 15.39 | Using where |
1 | SIMPLE | ev | NULL | eq_ref | PRIMARY,icsid,stateidx,evaccess | PRIMARY | 4 | db7shcpgxybgbm.rpt.eventid | 1 | 28.20 | Using where |
1 | SIMPLE | det | NULL | eq_ref | PRIMARY,multiday | PRIMARY | 4 | db7shcpgxybgbm.rpt.eventdetail_id | 1 | 100.00 | Using where |
1 | SIMPLE | rr | NULL | ref | eventid | eventid | 4 | db7shcpgxybgbm.rpt.eventid | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/libraries/dbmodel.php:2933 |
14 | JEventsDBModel->_cachedlistIcalEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:2869 |
13 | JEventsDBModel->listIcalEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:3001 |
12 | JEventsDBModel->listIcalEventsByMonth() | JROOT/components/com_jevents/libraries/datamodel.php:284 |
11 | JEventsDataModel->getCalendarData() | JROOT/components/com_jevents/views/geraint/month/view.html.php:39 |
10 | GeraintViewMonth->calendar() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:91 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/month.php:75 |
8 | MonthController->calendar() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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:49 |
Query Time: 0.42 ms After last query: 7.92 ms Query memory: 0.035 MB Memory before query: 26.549 MB Rows returned: 31
SHOW FULL COLUMNS
FROM `tov_content`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `tov_content`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
23 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
22 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
21 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Content.php:39 |
20 | Joomla\CMS\Table\Content->__construct() | JROOT/libraries/src/Table/Table.php:328 |
19 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:15 |
18 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
17 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/helpers/defaultviewhelperheader16.php:19 |
16 | DefaultViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
15 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/helpers/defaultviewhelperheader.php:7 |
14 | DefaultViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
13 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/geraint/month/tmpl/calendar.php:4 |
12 | include JROOT/components/com_jevents/views/geraint/month/tmpl/calendar.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:126 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/month.php:75 |
8 | MonthController->calendar() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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:49 |
Query Time: 0.54 ms After last query: 4.38 ms Query memory: 0.029 MB Memory before query: 27.543 MB Rows returned: 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM tov_fields AS a
LEFT JOIN `tov_languages` AS l
ON l.lang_code = a.language
LEFT JOIN tov_users AS uc
ON uc.id=a.checked_out
LEFT JOIN tov_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN tov_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN tov_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_content.article'
AND a.access IN (1,1)
AND (a.group_id = 0 OR g.access IN (1,1))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | 100.00 | Using index condition; Using where; Using temporary; Using filesort |
1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | db7shcpgxybgbm.a.language | 1 | 100.00 | Using where |
1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db7shcpgxybgbm.a.checked_out | 1 | 100.00 | NULL |
1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db7shcpgxybgbm.a.access | 1 | 100.00 | Using where |
1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db7shcpgxybgbm.a.created_user_id | 1 | 100.00 | Using where |
1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db7shcpgxybgbm.a.group_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
27 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
26 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
25 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
24 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
23 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
22 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
18 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
17 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/helpers/defaultviewhelperheader16.php:19 |
16 | DefaultViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
15 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/helpers/defaultviewhelperheader.php:7 |
14 | DefaultViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
13 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/geraint/month/tmpl/calendar.php:4 |
12 | include JROOT/components/com_jevents/views/geraint/month/tmpl/calendar.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:126 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/month.php:75 |
8 | MonthController->calendar() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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:49 |
Query Time: 0.27 ms After last query: 5.25 ms Query memory: 0.029 MB Memory before query: 28.079 MB Rows returned: 7
SELECT c.*
FROM tov_categories as c
WHERE extension='com_jevents'
order by c.lft asc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | ref | cat_idx | cat_idx | 202 | const | 7 | 100.00 | Using index condition; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/libraries/commonfunctions.php:191 |
18 | JEV_CommonFunctions::getCategoryData() | JROOT/components/com_jevents/libraries/commonfunctions.php:144 |
17 | JEV_CommonFunctions::setColor() | JROOT/components/com_jevents/views/geraint/month/tmpl/calendar_cell.php:33 |
16 | EventCalendarCell_geraint->calendarCell() | JROOT/components/com_jevents/views/default/month/tmpl/calendar_body.php:70 |
15 | include JROOT/components/com_jevents/views/default/month/tmpl/calendar_body.php | JROOT/components/com_jevents/views/geraint/month/tmpl/calendar_body.php:4 |
14 | include JROOT/components/com_jevents/views/geraint/month/tmpl/calendar_body.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_jevents/views/geraint/month/tmpl/calendar.php:7 |
12 | include JROOT/components/com_jevents/views/geraint/month/tmpl/calendar.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:126 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/month.php:75 |
8 | MonthController->calendar() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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:49 |
Query Time: 0.22 ms After last query: 1.70 ms Query memory: 0.026 MB Memory before query: 28.616 MB Rows returned: 7
SELECT a.id, a.parent_id
FROM tov_categories AS a
WHERE a.parent_id > 0
AND a.extension = "com_jevents"
AND a.published = 1
AND a.language in ('en-GB','*')
ORDER BY a.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | cat_idx,idx_language | cat_idx | 203 | const,const | 7 | 33.33 | Using index condition; Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/views/default/helpers/defaultloadedfromtemplate.php:39 |
18 | DefaultLoadedFromTemplate() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
17 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/geraint/month/tmpl/calendar_cell.php:102 |
16 | EventCalendarCell_geraint->calendarCell() | JROOT/components/com_jevents/views/default/month/tmpl/calendar_body.php:70 |
15 | include JROOT/components/com_jevents/views/default/month/tmpl/calendar_body.php | JROOT/components/com_jevents/views/geraint/month/tmpl/calendar_body.php:4 |
14 | include JROOT/components/com_jevents/views/geraint/month/tmpl/calendar_body.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_jevents/views/geraint/month/tmpl/calendar.php:7 |
12 | include JROOT/components/com_jevents/views/geraint/month/tmpl/calendar.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:126 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/month.php:75 |
8 | MonthController->calendar() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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:49 |
Query Time: 0.27 ms After last query: 0.04 ms Query memory: 0.026 MB Memory before query: 28.630 MB Rows returned: 0
SELECT *
FROM tov_jev_defaults
WHERE state=1
AND name= 'month.calendar_cell'
AND value<>''
AND language in ('en-GB','*')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tov_jev_defaults | NULL | ref | name,langcodename | name | 152 | const | 7 | 9.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/views/default/helpers/defaultloadedfromtemplate.php:61 |
18 | DefaultLoadedFromTemplate() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
17 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/geraint/month/tmpl/calendar_cell.php:102 |
16 | EventCalendarCell_geraint->calendarCell() | JROOT/components/com_jevents/views/default/month/tmpl/calendar_body.php:70 |
15 | include JROOT/components/com_jevents/views/default/month/tmpl/calendar_body.php | JROOT/components/com_jevents/views/geraint/month/tmpl/calendar_body.php:4 |
14 | include JROOT/components/com_jevents/views/geraint/month/tmpl/calendar_body.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_jevents/views/geraint/month/tmpl/calendar.php:7 |
12 | include JROOT/components/com_jevents/views/geraint/month/tmpl/calendar.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:126 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/month.php:75 |
8 | MonthController->calendar() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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:49 |
Query Time: 0.17 ms After last query: 0.78 ms Query memory: 0.026 MB Memory before query: 28.645 MB Rows returned: 0
SELECT *
FROM tov_jev_defaults
WHERE state=1
AND name= 'month.calendar_tip'
AND value<>''
AND language in ('en-GB','*')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tov_jev_defaults | NULL | ref | name,langcodename | name | 152 | const | 7 | 9.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/views/default/helpers/defaultloadedfromtemplate.php:61 |
19 | DefaultLoadedFromTemplate() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/month/tmpl/calendar_cell.php:598 |
17 | EventCalendarCell_default->calendarCell_tooltip() | JROOT/components/com_jevents/views/geraint/month/tmpl/calendar_cell.php:178 |
16 | EventCalendarCell_geraint->calendarCell() | JROOT/components/com_jevents/views/default/month/tmpl/calendar_body.php:70 |
15 | include JROOT/components/com_jevents/views/default/month/tmpl/calendar_body.php | JROOT/components/com_jevents/views/geraint/month/tmpl/calendar_body.php:4 |
14 | include JROOT/components/com_jevents/views/geraint/month/tmpl/calendar_body.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_jevents/views/geraint/month/tmpl/calendar.php:7 |
12 | include JROOT/components/com_jevents/views/geraint/month/tmpl/calendar.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:126 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/month.php:75 |
8 | MonthController->calendar() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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:49 |
Query Time: 0.41 ms After last query: 55.42 ms Query memory: 0.029 MB Memory before query: 28.851 MB Rows returned: 7
SELECT c.*
FROM tov_categories as c
WHERE extension='com_jevents'
AND c.access IN (1,1)
AND c.language in ('en-GB','*')
AND c.published = 1
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | range | cat_idx,idx_access,idx_language | cat_idx | 208 | NULL | 7 | 100.00 | Using index condition; Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_jevents_legend/tmpl/default/legend.php:276 |
19 | DefaultModLegendView->getCategoryHierarchy() | JROOT/modules/mod_jevents_legend/tmpl/geraint/legend.php:110 |
18 | GeraintModLegendView->displayCalendarLegend() | JROOT/components/com_jevents/views/default/helpers/defaulteventslegend.php:30 |
17 | DefaultEventsLegend() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/month/tmpl/calendar_body.php:83 |
15 | include JROOT/components/com_jevents/views/default/month/tmpl/calendar_body.php | JROOT/components/com_jevents/views/geraint/month/tmpl/calendar_body.php:4 |
14 | include JROOT/components/com_jevents/views/geraint/month/tmpl/calendar_body.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_jevents/views/geraint/month/tmpl/calendar.php:7 |
12 | include JROOT/components/com_jevents/views/geraint/month/tmpl/calendar.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:126 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/month.php:75 |
8 | MonthController->calendar() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
6 | require_once JROOT/components/com_jevents/jevents.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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:49 |
Query Time: 0.19 ms After last query: 19.79 ms Query memory: 0.035 MB Memory before query: 33.550 MB Rows returned: 3
SELECT `a`.`menutype`,`a`.`title`
FROM `tov_menu_types` AS `a`
WHERE `a`.`client_id` = 0
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 | 3 | 33.33 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
43 | JDatabaseDriver->loadAssocList() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:138 |
42 | Gantry\Framework\Menu->getMenuOptions() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:115 |
41 | Gantry\Framework\Menu->getMenus() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Menu/AbstractMenu.php:274 |
40 | Gantry\Component\Menu\AbstractMenu->instance() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
39 | Twig\Template->getAttribute() | JROOT/cache/gantry5/rt_callisto/twig/7d/7de55bdbe5d1b2d3174b39b5634ba29e07f32412588c4d8c675de890d7a8359f.php:32 |
38 | __TwigTemplate_7d723ece087eed21407a873d695d18df55edc9a8cf166b695bf2d1847854c2f1->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
36 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/2d/2d54cc18d549391dc4d426f37c856c7526b84be1692b12ccfdbdac470f67aacf.php:85 |
35 | __TwigTemplate_c2890f2e1d1f87bc21b2d5a04cd7a9f8f619c08de0b88d6c63c69a77171dec0f->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/rt_callisto/twig/38/3812505670f11bde876c7a68f28748b66bbe1adf678489b9f2054ba6a13ad5eb.php:47 |
20 | __TwigTemplate_4b8d0f7e1f8ae0570bdf7afd29d505f403ac271b326a522aa231db20cfdff69a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
18 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/32/32aaaa3fdb1ed2783d2924392019fdc5baa6882a4c2df7f6d5168f43cfed6eec.php:35 |
17 | __TwigTemplate_4193f48ae348449a7c3cc84b7f0fa4c30d98c5352e5af65aee59507bde72acd0->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
15 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/b5/b59f8c34ea31b8b43d19ca3b5b2b60698a8c2ee6a9c02e44c5fa0e6162b95b40.php:35 |
14 | __TwigTemplate_20f1a52bae3d2c1feb90fb8a2faff424448467bc0b00cac26144ceb14448191a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/rt_callisto/index.php:23 |
7 | require JROOT/templates/rt_callisto/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:49 |
Query Time: 0.64 ms After last query: 0.43 ms Query memory: 0.044 MB Memory before query: 33.586 MB Rows returned: 92
SELECT m.id, m.alias, m.path AS route, m.level, m.parent_id
FROM tov_menu AS m
WHERE m.menutype = 'mainmenu'
AND m.parent_id > 0
AND m.client_id = 0
AND m.published >= 0
ORDER BY m.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ref | idx_client_id_parent_id_alias_language,idx_menutype | idx_menutype | 98 | const | 95 | 19.26 | Using index condition; Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
44 | JDatabaseDriver->loadAssocList() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:791 |
43 | Gantry\Framework\Menu->getMenuItemIds() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:310 |
42 | Gantry\Framework\Menu->getItemsFromPlatform() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:753 |
41 | Gantry\Framework\Menu->getList() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Menu/AbstractMenu.php:316 |
40 | Gantry\Component\Menu\AbstractMenu->instance() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
39 | Twig\Template->getAttribute() | JROOT/cache/gantry5/rt_callisto/twig/7d/7de55bdbe5d1b2d3174b39b5634ba29e07f32412588c4d8c675de890d7a8359f.php:32 |
38 | __TwigTemplate_7d723ece087eed21407a873d695d18df55edc9a8cf166b695bf2d1847854c2f1->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
36 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/2d/2d54cc18d549391dc4d426f37c856c7526b84be1692b12ccfdbdac470f67aacf.php:85 |
35 | __TwigTemplate_c2890f2e1d1f87bc21b2d5a04cd7a9f8f619c08de0b88d6c63c69a77171dec0f->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/rt_callisto/twig/38/3812505670f11bde876c7a68f28748b66bbe1adf678489b9f2054ba6a13ad5eb.php:47 |
20 | __TwigTemplate_4b8d0f7e1f8ae0570bdf7afd29d505f403ac271b326a522aa231db20cfdff69a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
18 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/32/32aaaa3fdb1ed2783d2924392019fdc5baa6882a4c2df7f6d5168f43cfed6eec.php:35 |
17 | __TwigTemplate_4193f48ae348449a7c3cc84b7f0fa4c30d98c5352e5af65aee59507bde72acd0->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
15 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/b5/b59f8c34ea31b8b43d19ca3b5b2b60698a8c2ee6a9c02e44c5fa0e6162b95b40.php:35 |
14 | __TwigTemplate_20f1a52bae3d2c1feb90fb8a2faff424448467bc0b00cac26144ceb14448191a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/rt_callisto/index.php:23 |
7 | require JROOT/templates/rt_callisto/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:49 |
Query Time: 0.27 ms After last query: 135.00 ms Query memory: 0.052 MB Memory before query: 40.513 MB Rows returned: 1
SELECT GROUP_CONCAT(c.slug
ORDER BY r.level DESC SEPARATOR '/')
FROM `tov_docman_category_relations` as r
INNER JOIN `tov_docman_categories` AS c2
ON c2.slug = '2023-town-board-agendas-for-meetings-work-sessions'
LEFT JOIN `tov_docman_categories` AS c
ON c.docman_category_id = r.ancestor_id
WHERE r.descendant_id = c2.docman_category_id
ORDER BY r.level DESC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c2 | NULL | const | PRIMARY,slug | slug | 767 | const | 1 | 100.00 | Using index |
1 | SIMPLE | r | NULL | ref | path_index | path_index | 8 | const | 4 | 100.00 | Using index |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 8 | db7shcpgxybgbm.r.ancestor_id | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
74 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
73 | JDatabaseDriver->loadResult() | JROOT/components/com_docman/router.php:83 |
72 | ComDocmanRouter->getCategoryPath() | JROOT/components/com_docman/router.php:192 |
71 | ComDocmanRouter->build() | JROOT/components/com_docman/router.php:408 |
70 | DocmanBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
69 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
68 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
67 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
66 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
65 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
64 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
63 | Joomla\CMS\Router\Route::_() | JROOT/libraries/joomlatools/component/koowa/dispatcher/router/route.php:102 |
62 | ComKoowaDispatcherRouterRoute->_getRoute() | JROOT/libraries/joomlatools/component/koowa/dispatcher/router/route.php:71 |
61 | ComKoowaDispatcherRouterRoute->toString() | JROOT/libraries/joomlatools/library/http/url/url.php:709 |
60 | KHttpUrl->__toString() | /tmp/buffer6514a130daab4858676162:37 |
59 | include /tmp/buffer6514a130daab4858676162 | JROOT/libraries/joomlatools/library/template/engine/koowa.php:351 |
58 | KTemplateEngineKoowa->_evaluate() | JROOT/libraries/joomlatools/library/template/engine/koowa.php:170 |
57 | KTemplateEngineKoowa->render() | JROOT/libraries/joomlatools/library/template/template.php:201 |
56 | KTemplate->render() | JROOT/libraries/joomlatools/module/mod_koowa/html.php:101 |
55 | ModKoowaHtml->_actionRender() | JROOT/modules/mod_docman_documents/html.php:107 |
54 | ModDocman_documentsHtml->_actionRender() | JROOT/libraries/joomlatools/library/view/abstract.php:114 |
53 | KViewAbstract->render() | JROOT/modules/mod_docman_documents/mod_docman_documents.php:16 |
52 | include JROOT/modules/mod_docman_documents/mod_docman_documents.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
51 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
50 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
49 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:342 |
48 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
47 | Twig\Template->getAttribute() | JROOT/cache/gantry5/rt_callisto/twig/af/afed67b45f4d986ed8f880b95ad082b3bbd2740898e80f99878be270fe88762f.php:43 |
46 | __TwigTemplate_f30f20d7012532849cf62e6ee2a8167a60c3247ef9fcc220ffba98e01e0fcc6a->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
45 | Twig\Template->displayBlock() | JROOT/cache/gantry5/rt_callisto/twig/e5/e5268dffce800e3c934a305acccd3e212756d65eef04442b9038dbd3c1e2f733.php:73 |
44 | __TwigTemplate_84e322db953f2d6464056719dbd6a850301d1462f5c47ceb9aa272fe8d33a3ce->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
43 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
42 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/af/afed67b45f4d986ed8f880b95ad082b3bbd2740898e80f99878be270fe88762f.php:35 |
41 | __TwigTemplate_f30f20d7012532849cf62e6ee2a8167a60c3247ef9fcc220ffba98e01e0fcc6a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
40 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
39 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/48/48ef1b23c94cc7b5a1425f0ad17f0653142e89228846834b81ddd6ac93703b50.php:53 |
38 | __TwigTemplate_09fee88b1cddba1c6d735d02ff9988caa2ba68fcd33342ba2110f1d58b53118d->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
36 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
35 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
34 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
33 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
32 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
31 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
30 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
29 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
28 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
27 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/rt_callisto/twig/38/3812505670f11bde876c7a68f28748b66bbe1adf678489b9f2054ba6a13ad5eb.php:47 |
20 | __TwigTemplate_4b8d0f7e1f8ae0570bdf7afd29d505f403ac271b326a522aa231db20cfdff69a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
18 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/32/32aaaa3fdb1ed2783d2924392019fdc5baa6882a4c2df7f6d5168f43cfed6eec.php:35 |
17 | __TwigTemplate_4193f48ae348449a7c3cc84b7f0fa4c30d98c5352e5af65aee59507bde72acd0->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
15 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/b5/b59f8c34ea31b8b43d19ca3b5b2b60698a8c2ee6a9c02e44c5fa0e6162b95b40.php:35 |
14 | __TwigTemplate_20f1a52bae3d2c1feb90fb8a2faff424448467bc0b00cac26144ceb14448191a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/rt_callisto/index.php:23 |
7 | require JROOT/templates/rt_callisto/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:49 |
Query Time: 0.16 ms After last query: 0.05 ms Query memory: 0.052 MB Memory before query: 40.550 MB Rows returned: 1
SELECT GROUP_CONCAT(c.slug
ORDER BY r.level DESC SEPARATOR '/')
FROM `tov_docman_category_relations` as r
INNER JOIN `tov_docman_categories` AS c2
ON c2.slug = 'agendas-recordings-minutes'
LEFT JOIN `tov_docman_categories` AS c
ON c.docman_category_id = r.ancestor_id
WHERE r.descendant_id = c2.docman_category_id
ORDER BY r.level DESC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c2 | NULL | const | PRIMARY,slug | slug | 767 | const | 1 | 100.00 | Using index |
1 | SIMPLE | r | NULL | ref | path_index | path_index | 8 | const | 1 | 100.00 | Using index |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 8 | db7shcpgxybgbm.r.ancestor_id | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
74 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
73 | JDatabaseDriver->loadResult() | JROOT/components/com_docman/router.php:83 |
72 | ComDocmanRouter->getCategoryPath() | JROOT/components/com_docman/router.php:203 |
71 | ComDocmanRouter->build() | JROOT/components/com_docman/router.php:408 |
70 | DocmanBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
69 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
68 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
67 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
66 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
65 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
64 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
63 | Joomla\CMS\Router\Route::_() | JROOT/libraries/joomlatools/component/koowa/dispatcher/router/route.php:102 |
62 | ComKoowaDispatcherRouterRoute->_getRoute() | JROOT/libraries/joomlatools/component/koowa/dispatcher/router/route.php:71 |
61 | ComKoowaDispatcherRouterRoute->toString() | JROOT/libraries/joomlatools/library/http/url/url.php:709 |
60 | KHttpUrl->__toString() | /tmp/buffer6514a130daab4858676162:37 |
59 | include /tmp/buffer6514a130daab4858676162 | JROOT/libraries/joomlatools/library/template/engine/koowa.php:351 |
58 | KTemplateEngineKoowa->_evaluate() | JROOT/libraries/joomlatools/library/template/engine/koowa.php:170 |
57 | KTemplateEngineKoowa->render() | JROOT/libraries/joomlatools/library/template/template.php:201 |
56 | KTemplate->render() | JROOT/libraries/joomlatools/module/mod_koowa/html.php:101 |
55 | ModKoowaHtml->_actionRender() | JROOT/modules/mod_docman_documents/html.php:107 |
54 | ModDocman_documentsHtml->_actionRender() | JROOT/libraries/joomlatools/library/view/abstract.php:114 |
53 | KViewAbstract->render() | JROOT/modules/mod_docman_documents/mod_docman_documents.php:16 |
52 | include JROOT/modules/mod_docman_documents/mod_docman_documents.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
51 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
50 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
49 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:342 |
48 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
47 | Twig\Template->getAttribute() | JROOT/cache/gantry5/rt_callisto/twig/af/afed67b45f4d986ed8f880b95ad082b3bbd2740898e80f99878be270fe88762f.php:43 |
46 | __TwigTemplate_f30f20d7012532849cf62e6ee2a8167a60c3247ef9fcc220ffba98e01e0fcc6a->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
45 | Twig\Template->displayBlock() | JROOT/cache/gantry5/rt_callisto/twig/e5/e5268dffce800e3c934a305acccd3e212756d65eef04442b9038dbd3c1e2f733.php:73 |
44 | __TwigTemplate_84e322db953f2d6464056719dbd6a850301d1462f5c47ceb9aa272fe8d33a3ce->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
43 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
42 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/af/afed67b45f4d986ed8f880b95ad082b3bbd2740898e80f99878be270fe88762f.php:35 |
41 | __TwigTemplate_f30f20d7012532849cf62e6ee2a8167a60c3247ef9fcc220ffba98e01e0fcc6a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
40 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
39 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/48/48ef1b23c94cc7b5a1425f0ad17f0653142e89228846834b81ddd6ac93703b50.php:53 |
38 | __TwigTemplate_09fee88b1cddba1c6d735d02ff9988caa2ba68fcd33342ba2110f1d58b53118d->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
36 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
35 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
34 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
33 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
32 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
31 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
30 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
29 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
28 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
27 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/rt_callisto/twig/38/3812505670f11bde876c7a68f28748b66bbe1adf678489b9f2054ba6a13ad5eb.php:47 |
20 | __TwigTemplate_4b8d0f7e1f8ae0570bdf7afd29d505f403ac271b326a522aa231db20cfdff69a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
18 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/32/32aaaa3fdb1ed2783d2924392019fdc5baa6882a4c2df7f6d5168f43cfed6eec.php:35 |
17 | __TwigTemplate_4193f48ae348449a7c3cc84b7f0fa4c30d98c5352e5af65aee59507bde72acd0->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
15 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/b5/b59f8c34ea31b8b43d19ca3b5b2b60698a8c2ee6a9c02e44c5fa0e6162b95b40.php:35 |
14 | __TwigTemplate_20f1a52bae3d2c1feb90fb8a2faff424448467bc0b00cac26144ceb14448191a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/rt_callisto/index.php:23 |
7 | require JROOT/templates/rt_callisto/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:49 |
Query Time: 0.22 ms After last query: 1.30 ms Query memory: 0.052 MB Memory before query: 40.591 MB Rows returned: 1
SELECT GROUP_CONCAT(c.slug
ORDER BY r.level DESC SEPARATOR '/')
FROM `tov_docman_category_relations` as r
INNER JOIN `tov_docman_categories` AS c2
ON c2.slug = '2023-planning-board-agendas'
LEFT JOIN `tov_docman_categories` AS c
ON c.docman_category_id = r.ancestor_id
WHERE r.descendant_id = c2.docman_category_id
ORDER BY r.level DESC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c2 | NULL | const | PRIMARY,slug | slug | 767 | const | 1 | 100.00 | Using index |
1 | SIMPLE | r | NULL | ref | path_index | path_index | 8 | const | 4 | 100.00 | Using index |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 8 | db7shcpgxybgbm.r.ancestor_id | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
74 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
73 | JDatabaseDriver->loadResult() | JROOT/components/com_docman/router.php:83 |
72 | ComDocmanRouter->getCategoryPath() | JROOT/components/com_docman/router.php:192 |
71 | ComDocmanRouter->build() | JROOT/components/com_docman/router.php:408 |
70 | DocmanBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
69 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
68 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
67 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
66 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
65 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
64 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
63 | Joomla\CMS\Router\Route::_() | JROOT/libraries/joomlatools/component/koowa/dispatcher/router/route.php:102 |
62 | ComKoowaDispatcherRouterRoute->_getRoute() | JROOT/libraries/joomlatools/component/koowa/dispatcher/router/route.php:71 |
61 | ComKoowaDispatcherRouterRoute->toString() | JROOT/libraries/joomlatools/library/http/url/url.php:709 |
60 | KHttpUrl->__toString() | /tmp/buffer6514a130daab4858676162:37 |
59 | include /tmp/buffer6514a130daab4858676162 | JROOT/libraries/joomlatools/library/template/engine/koowa.php:351 |
58 | KTemplateEngineKoowa->_evaluate() | JROOT/libraries/joomlatools/library/template/engine/koowa.php:170 |
57 | KTemplateEngineKoowa->render() | JROOT/libraries/joomlatools/library/template/template.php:201 |
56 | KTemplate->render() | JROOT/libraries/joomlatools/module/mod_koowa/html.php:101 |
55 | ModKoowaHtml->_actionRender() | JROOT/modules/mod_docman_documents/html.php:107 |
54 | ModDocman_documentsHtml->_actionRender() | JROOT/libraries/joomlatools/library/view/abstract.php:114 |
53 | KViewAbstract->render() | JROOT/modules/mod_docman_documents/mod_docman_documents.php:16 |
52 | include JROOT/modules/mod_docman_documents/mod_docman_documents.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
51 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
50 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
49 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:342 |
48 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
47 | Twig\Template->getAttribute() | JROOT/cache/gantry5/rt_callisto/twig/af/afed67b45f4d986ed8f880b95ad082b3bbd2740898e80f99878be270fe88762f.php:43 |
46 | __TwigTemplate_f30f20d7012532849cf62e6ee2a8167a60c3247ef9fcc220ffba98e01e0fcc6a->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
45 | Twig\Template->displayBlock() | JROOT/cache/gantry5/rt_callisto/twig/e5/e5268dffce800e3c934a305acccd3e212756d65eef04442b9038dbd3c1e2f733.php:73 |
44 | __TwigTemplate_84e322db953f2d6464056719dbd6a850301d1462f5c47ceb9aa272fe8d33a3ce->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
43 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
42 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/af/afed67b45f4d986ed8f880b95ad082b3bbd2740898e80f99878be270fe88762f.php:35 |
41 | __TwigTemplate_f30f20d7012532849cf62e6ee2a8167a60c3247ef9fcc220ffba98e01e0fcc6a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
40 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
39 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/48/48ef1b23c94cc7b5a1425f0ad17f0653142e89228846834b81ddd6ac93703b50.php:53 |
38 | __TwigTemplate_09fee88b1cddba1c6d735d02ff9988caa2ba68fcd33342ba2110f1d58b53118d->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
36 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
35 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
34 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
33 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
32 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
31 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
30 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
29 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
28 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
27 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/rt_callisto/twig/38/3812505670f11bde876c7a68f28748b66bbe1adf678489b9f2054ba6a13ad5eb.php:47 |
20 | __TwigTemplate_4b8d0f7e1f8ae0570bdf7afd29d505f403ac271b326a522aa231db20cfdff69a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
18 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/32/32aaaa3fdb1ed2783d2924392019fdc5baa6882a4c2df7f6d5168f43cfed6eec.php:35 |
17 | __TwigTemplate_4193f48ae348449a7c3cc84b7f0fa4c30d98c5352e5af65aee59507bde72acd0->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
15 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/b5/b59f8c34ea31b8b43d19ca3b5b2b60698a8c2ee6a9c02e44c5fa0e6162b95b40.php:35 |
14 | __TwigTemplate_20f1a52bae3d2c1feb90fb8a2faff424448467bc0b00cac26144ceb14448191a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/rt_callisto/index.php:23 |
7 | require JROOT/templates/rt_callisto/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:49 |
Query Time: 0.19 ms After last query: 1.88 ms Query memory: 0.052 MB Memory before query: 40.630 MB Rows returned: 1
SELECT GROUP_CONCAT(c.slug
ORDER BY r.level DESC SEPARATOR '/')
FROM `tov_docman_category_relations` as r
INNER JOIN `tov_docman_categories` AS c2
ON c2.slug = '2023-town-board-agendas-minutes-recordings'
LEFT JOIN `tov_docman_categories` AS c
ON c.docman_category_id = r.ancestor_id
WHERE r.descendant_id = c2.docman_category_id
ORDER BY r.level DESC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c2 | NULL | const | PRIMARY,slug | slug | 767 | const | 1 | 100.00 | Using index |
1 | SIMPLE | r | NULL | ref | path_index | path_index | 8 | const | 3 | 100.00 | Using index |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 8 | db7shcpgxybgbm.r.ancestor_id | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
74 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
73 | JDatabaseDriver->loadResult() | JROOT/components/com_docman/router.php:83 |
72 | ComDocmanRouter->getCategoryPath() | JROOT/components/com_docman/router.php:192 |
71 | ComDocmanRouter->build() | JROOT/components/com_docman/router.php:408 |
70 | DocmanBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
69 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
68 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
67 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
66 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
65 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
64 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
63 | Joomla\CMS\Router\Route::_() | JROOT/libraries/joomlatools/component/koowa/dispatcher/router/route.php:102 |
62 | ComKoowaDispatcherRouterRoute->_getRoute() | JROOT/libraries/joomlatools/component/koowa/dispatcher/router/route.php:71 |
61 | ComKoowaDispatcherRouterRoute->toString() | JROOT/libraries/joomlatools/library/http/url/url.php:709 |
60 | KHttpUrl->__toString() | /tmp/buffer6514a130daab4858676162:37 |
59 | include /tmp/buffer6514a130daab4858676162 | JROOT/libraries/joomlatools/library/template/engine/koowa.php:351 |
58 | KTemplateEngineKoowa->_evaluate() | JROOT/libraries/joomlatools/library/template/engine/koowa.php:170 |
57 | KTemplateEngineKoowa->render() | JROOT/libraries/joomlatools/library/template/template.php:201 |
56 | KTemplate->render() | JROOT/libraries/joomlatools/module/mod_koowa/html.php:101 |
55 | ModKoowaHtml->_actionRender() | JROOT/modules/mod_docman_documents/html.php:107 |
54 | ModDocman_documentsHtml->_actionRender() | JROOT/libraries/joomlatools/library/view/abstract.php:114 |
53 | KViewAbstract->render() | JROOT/modules/mod_docman_documents/mod_docman_documents.php:16 |
52 | include JROOT/modules/mod_docman_documents/mod_docman_documents.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
51 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
50 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
49 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:342 |
48 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
47 | Twig\Template->getAttribute() | JROOT/cache/gantry5/rt_callisto/twig/af/afed67b45f4d986ed8f880b95ad082b3bbd2740898e80f99878be270fe88762f.php:43 |
46 | __TwigTemplate_f30f20d7012532849cf62e6ee2a8167a60c3247ef9fcc220ffba98e01e0fcc6a->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
45 | Twig\Template->displayBlock() | JROOT/cache/gantry5/rt_callisto/twig/e5/e5268dffce800e3c934a305acccd3e212756d65eef04442b9038dbd3c1e2f733.php:73 |
44 | __TwigTemplate_84e322db953f2d6464056719dbd6a850301d1462f5c47ceb9aa272fe8d33a3ce->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
43 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
42 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/af/afed67b45f4d986ed8f880b95ad082b3bbd2740898e80f99878be270fe88762f.php:35 |
41 | __TwigTemplate_f30f20d7012532849cf62e6ee2a8167a60c3247ef9fcc220ffba98e01e0fcc6a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
40 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
39 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/48/48ef1b23c94cc7b5a1425f0ad17f0653142e89228846834b81ddd6ac93703b50.php:53 |
38 | __TwigTemplate_09fee88b1cddba1c6d735d02ff9988caa2ba68fcd33342ba2110f1d58b53118d->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
36 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
35 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
34 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
33 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
32 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
31 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
30 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
29 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
28 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
27 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/rt_callisto/twig/38/3812505670f11bde876c7a68f28748b66bbe1adf678489b9f2054ba6a13ad5eb.php:47 |
20 | __TwigTemplate_4b8d0f7e1f8ae0570bdf7afd29d505f403ac271b326a522aa231db20cfdff69a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
18 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/32/32aaaa3fdb1ed2783d2924392019fdc5baa6882a4c2df7f6d5168f43cfed6eec.php:35 |
17 | __TwigTemplate_4193f48ae348449a7c3cc84b7f0fa4c30d98c5352e5af65aee59507bde72acd0->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
15 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/b5/b59f8c34ea31b8b43d19ca3b5b2b60698a8c2ee6a9c02e44c5fa0e6162b95b40.php:35 |
14 | __TwigTemplate_20f1a52bae3d2c1feb90fb8a2faff424448467bc0b00cac26144ceb14448191a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/rt_callisto/index.php:23 |
7 | require JROOT/templates/rt_callisto/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:49 |
Query Time: 0.30 ms After last query: 52.87 ms Query memory: 0.052 MB Memory before query: 41.647 MB Rows returned: 1
SELECT GROUP_CONCAT(c.slug
ORDER BY r.level DESC SEPARATOR '/')
FROM `tov_docman_category_relations` as r
INNER JOIN `tov_docman_categories` AS c2
ON c2.slug = 'vital-statistics'
LEFT JOIN `tov_docman_categories` AS c
ON c.docman_category_id = r.ancestor_id
WHERE r.descendant_id = c2.docman_category_id
ORDER BY r.level DESC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c2 | NULL | const | PRIMARY,slug | slug | 767 | const | 1 | 100.00 | Using index |
1 | SIMPLE | r | NULL | ref | path_index | path_index | 8 | const | 3 | 100.00 | Using index |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 8 | db7shcpgxybgbm.r.ancestor_id | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
74 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
73 | JDatabaseDriver->loadResult() | JROOT/components/com_docman/router.php:83 |
72 | ComDocmanRouter->getCategoryPath() | JROOT/components/com_docman/router.php:192 |
71 | ComDocmanRouter->build() | JROOT/components/com_docman/router.php:408 |
70 | DocmanBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
69 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
68 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
67 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
66 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
65 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
64 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
63 | Joomla\CMS\Router\Route::_() | JROOT/libraries/joomlatools/component/koowa/dispatcher/router/route.php:102 |
62 | ComKoowaDispatcherRouterRoute->_getRoute() | JROOT/libraries/joomlatools/component/koowa/dispatcher/router/route.php:71 |
61 | ComKoowaDispatcherRouterRoute->toString() | JROOT/libraries/joomlatools/library/http/url/url.php:709 |
60 | KHttpUrl->__toString() | /tmp/buffer6514a130e8e54919387082:37 |
59 | include /tmp/buffer6514a130e8e54919387082 | JROOT/libraries/joomlatools/library/template/engine/koowa.php:351 |
58 | KTemplateEngineKoowa->_evaluate() | JROOT/libraries/joomlatools/library/template/engine/koowa.php:170 |
57 | KTemplateEngineKoowa->render() | JROOT/libraries/joomlatools/library/template/template.php:201 |
56 | KTemplate->render() | JROOT/libraries/joomlatools/module/mod_koowa/html.php:101 |
55 | ModKoowaHtml->_actionRender() | JROOT/modules/mod_docman_documents/html.php:107 |
54 | ModDocman_documentsHtml->_actionRender() | JROOT/libraries/joomlatools/library/view/abstract.php:114 |
53 | KViewAbstract->render() | JROOT/modules/mod_docman_documents/mod_docman_documents.php:16 |
52 | include JROOT/modules/mod_docman_documents/mod_docman_documents.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
51 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
50 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
49 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:342 |
48 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
47 | Twig\Template->getAttribute() | JROOT/cache/gantry5/rt_callisto/twig/af/afed67b45f4d986ed8f880b95ad082b3bbd2740898e80f99878be270fe88762f.php:43 |
46 | __TwigTemplate_f30f20d7012532849cf62e6ee2a8167a60c3247ef9fcc220ffba98e01e0fcc6a->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
45 | Twig\Template->displayBlock() | JROOT/cache/gantry5/rt_callisto/twig/e5/e5268dffce800e3c934a305acccd3e212756d65eef04442b9038dbd3c1e2f733.php:73 |
44 | __TwigTemplate_84e322db953f2d6464056719dbd6a850301d1462f5c47ceb9aa272fe8d33a3ce->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
43 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
42 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/af/afed67b45f4d986ed8f880b95ad082b3bbd2740898e80f99878be270fe88762f.php:35 |
41 | __TwigTemplate_f30f20d7012532849cf62e6ee2a8167a60c3247ef9fcc220ffba98e01e0fcc6a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
40 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
39 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/48/48ef1b23c94cc7b5a1425f0ad17f0653142e89228846834b81ddd6ac93703b50.php:53 |
38 | __TwigTemplate_09fee88b1cddba1c6d735d02ff9988caa2ba68fcd33342ba2110f1d58b53118d->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
36 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
35 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
34 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
33 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
32 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
31 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
30 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
29 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
28 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
27 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/rt_callisto/twig/38/3812505670f11bde876c7a68f28748b66bbe1adf678489b9f2054ba6a13ad5eb.php:47 |
20 | __TwigTemplate_4b8d0f7e1f8ae0570bdf7afd29d505f403ac271b326a522aa231db20cfdff69a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
18 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/32/32aaaa3fdb1ed2783d2924392019fdc5baa6882a4c2df7f6d5168f43cfed6eec.php:35 |
17 | __TwigTemplate_4193f48ae348449a7c3cc84b7f0fa4c30d98c5352e5af65aee59507bde72acd0->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
15 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/b5/b59f8c34ea31b8b43d19ca3b5b2b60698a8c2ee6a9c02e44c5fa0e6162b95b40.php:35 |
14 | __TwigTemplate_20f1a52bae3d2c1feb90fb8a2faff424448467bc0b00cac26144ceb14448191a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/rt_callisto/index.php:23 |
7 | require JROOT/templates/rt_callisto/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:49 |
Query Time: 0.16 ms After last query: 0.04 ms Query memory: 0.052 MB Memory before query: 41.684 MB Rows returned: 1
SELECT GROUP_CONCAT(c.slug
ORDER BY r.level DESC SEPARATOR '/')
FROM `tov_docman_category_relations` as r
INNER JOIN `tov_docman_categories` AS c2
ON c2.slug = ''
LEFT JOIN `tov_docman_categories` AS c
ON c.docman_category_id = r.ancestor_id
WHERE r.descendant_id = c2.docman_category_id
ORDER BY r.level DESC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
74 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
73 | JDatabaseDriver->loadResult() | JROOT/components/com_docman/router.php:83 |
72 | ComDocmanRouter->getCategoryPath() | JROOT/components/com_docman/router.php:203 |
71 | ComDocmanRouter->build() | JROOT/components/com_docman/router.php:408 |
70 | DocmanBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
69 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
68 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
67 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
66 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
65 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
64 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
63 | Joomla\CMS\Router\Route::_() | JROOT/libraries/joomlatools/component/koowa/dispatcher/router/route.php:102 |
62 | ComKoowaDispatcherRouterRoute->_getRoute() | JROOT/libraries/joomlatools/component/koowa/dispatcher/router/route.php:71 |
61 | ComKoowaDispatcherRouterRoute->toString() | JROOT/libraries/joomlatools/library/http/url/url.php:709 |
60 | KHttpUrl->__toString() | /tmp/buffer6514a130e8e54919387082:37 |
59 | include /tmp/buffer6514a130e8e54919387082 | JROOT/libraries/joomlatools/library/template/engine/koowa.php:351 |
58 | KTemplateEngineKoowa->_evaluate() | JROOT/libraries/joomlatools/library/template/engine/koowa.php:170 |
57 | KTemplateEngineKoowa->render() | JROOT/libraries/joomlatools/library/template/template.php:201 |
56 | KTemplate->render() | JROOT/libraries/joomlatools/module/mod_koowa/html.php:101 |
55 | ModKoowaHtml->_actionRender() | JROOT/modules/mod_docman_documents/html.php:107 |
54 | ModDocman_documentsHtml->_actionRender() | JROOT/libraries/joomlatools/library/view/abstract.php:114 |
53 | KViewAbstract->render() | JROOT/modules/mod_docman_documents/mod_docman_documents.php:16 |
52 | include JROOT/modules/mod_docman_documents/mod_docman_documents.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
51 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
50 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
49 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:342 |
48 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
47 | Twig\Template->getAttribute() | JROOT/cache/gantry5/rt_callisto/twig/af/afed67b45f4d986ed8f880b95ad082b3bbd2740898e80f99878be270fe88762f.php:43 |
46 | __TwigTemplate_f30f20d7012532849cf62e6ee2a8167a60c3247ef9fcc220ffba98e01e0fcc6a->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
45 | Twig\Template->displayBlock() | JROOT/cache/gantry5/rt_callisto/twig/e5/e5268dffce800e3c934a305acccd3e212756d65eef04442b9038dbd3c1e2f733.php:73 |
44 | __TwigTemplate_84e322db953f2d6464056719dbd6a850301d1462f5c47ceb9aa272fe8d33a3ce->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
43 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
42 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/af/afed67b45f4d986ed8f880b95ad082b3bbd2740898e80f99878be270fe88762f.php:35 |
41 | __TwigTemplate_f30f20d7012532849cf62e6ee2a8167a60c3247ef9fcc220ffba98e01e0fcc6a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
40 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
39 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/48/48ef1b23c94cc7b5a1425f0ad17f0653142e89228846834b81ddd6ac93703b50.php:53 |
38 | __TwigTemplate_09fee88b1cddba1c6d735d02ff9988caa2ba68fcd33342ba2110f1d58b53118d->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
36 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
35 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
34 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
33 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
32 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
31 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
30 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
29 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
28 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
27 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/rt_callisto/twig/38/3812505670f11bde876c7a68f28748b66bbe1adf678489b9f2054ba6a13ad5eb.php:47 |
20 | __TwigTemplate_4b8d0f7e1f8ae0570bdf7afd29d505f403ac271b326a522aa231db20cfdff69a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
18 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/32/32aaaa3fdb1ed2783d2924392019fdc5baa6882a4c2df7f6d5168f43cfed6eec.php:35 |
17 | __TwigTemplate_4193f48ae348449a7c3cc84b7f0fa4c30d98c5352e5af65aee59507bde72acd0->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
15 | Twig\Template->display() | JROOT/cache/gantry5/rt_callisto/twig/b5/b59f8c34ea31b8b43d19ca3b5b2b60698a8c2ee6a9c02e44c5fa0e6162b95b40.php:35 |
14 | __TwigTemplate_20f1a52bae3d2c1feb90fb8a2faff424448467bc0b00cac26144ceb14448191a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/rt_callisto/index.php:23 |
7 | require JROOT/templates/rt_callisto/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-> |