Query Time: 8.76 ms Query memory: 0.020 MB Memory before query: 1.609 MB Rows returned: 0
SELECT `data`
FROM `g56en_session`
WHERE `session_id` = 'b60946dad742594e9656b968ea13bda9'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | g56en_session | NULL | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.48 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 8.14 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.02 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOTlibrariesJROOTjoomlaJROOTdatabaseJROOTdriver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOTlibrariesJROOTjoomlaJROOTsessionJROOTstorageJROOTdatabase.php:45 |
14 | JSessionStorageDatabase->read() | Same as call in the line below. |
13 | session_start() | JROOTlibrariesJROOTjoomlaJROOTsessionJROOThandlerJROOTnative.php:260 |
12 | JSessionHandlerNative->doSessionStart() | JROOTlibrariesJROOTjoomlaJROOTsessionJROOThandlerJROOTnative.php:50 |
11 | JSessionHandlerNative->start() | JROOTlibrariesJROOTjoomlaJROOTsessionJROOThandlerJROOTjoomla.php:88 |
10 | JSessionHandlerJoomla->start() | JROOTlibrariesJROOTsrcJROOTSessionJROOTSession.php:660 |
9 | Joomla\CMS\Session\Session->_start() | JROOTlibrariesJROOTsrcJROOTSessionJROOTSession.php:620 |
8 | Joomla\CMS\Session\Session->start() | JROOTlibrariesJROOTsrcJROOTSessionJROOTSession.php:498 |
7 | Joomla\CMS\Session\Session->get() | JROOTlibrariesJROOTsrcJROOTSessionJROOTSession.php:455 |
6 | Joomla\CMS\Session\Session->isNew() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:755 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:134 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:343 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOTlibrariesJROOTsrcJROOTFactory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOTindex.php:46 |
Query Time: 0.11 ms After last query: 0.67 ms Query memory: 0.013 MB Memory before query: 1.667 MB Rows returned: 0
SELECT `session_id`
FROM `g56en_session`
WHERE `session_id` = 'b60946dad742594e9656b968ea13bda9'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | g56en_session | NULL | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.02 ms |
executing | 0.00 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
9 | JDatabaseDriverMysqli->execute() | JROOTlibrariesJROOTjoomlaJROOTdatabaseJROOTdriver.php:1730 |
8 | JDatabaseDriver->loadResult() | JROOTlibrariesJROOTsrcJROOTSessionJROOTMetadataManager.php:74 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:152 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:757 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:134 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:343 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOTlibrariesJROOTsrcJROOTFactory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOTindex.php:46 |
Query Time: 0.16 ms After last query: 0.13 ms Query memory: 0.010 MB Memory before query: 1.683 MB
INSERT INTO `g56en_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
('b60946dad742594e9656b968ea13bda9', 1, '1679612081', 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `g56en_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
('b60946dad742594e9656b968ea13bda9', 1, '1679612081', 0, '', 0)
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.00 ms |
init | 0.01 ms |
System lock | 0.00 ms |
update | 0.08 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
8 | JDatabaseDriverMysqli->execute() | JROOTlibrariesJROOTsrcJROOTSessionJROOTMetadataManager.php:116 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:152 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:757 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:134 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:343 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOTlibrariesJROOTsrcJROOTFactory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOTindex.php:46 |
Query Time: 0.77 ms After last query: 0.78 ms Query memory: 0.020 MB Memory before query: 1.761 MB Rows returned: 34
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `g56en_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 | g56en_extensions | NULL | ref | extension | extension | 82 | const | 34 | 1.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.37 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.20 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOTlibrariesJROOTjoomlaJROOTdatabaseJROOTdriver.php:1691 |
11 | JDatabaseDriver->loadObjectList() | JROOTlibrariesJROOTsrcJROOTComponentJROOTComponentHelper.php:425 |
10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. |
9 | call_user_func_array() | JROOTlibrariesJROOTsrcJROOTCacheJROOTControllerJROOTCallbackController.php:173 |
8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOTlibrariesJROOTsrcJROOTComponentJROOTComponentHelper.php:433 |
7 | Joomla\CMS\Component\ComponentHelper::load() | JROOTlibrariesJROOTsrcJROOTComponentJROOTComponentHelper.php:499 |
6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOTlibrariesJROOTsrcJROOTComponentJROOTComponentHelper.php:44 |
5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOTlibrariesJROOTsrcJROOTComponentJROOTComponentHelper.php:103 |
4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:596 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOTindex.php:49 |
Query Time: 0.41 ms After last query: 0.81 ms Query memory: 0.014 MB Memory before query: 1.850 MB Rows returned: 5
SELECT id, rules
FROM `g56en_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | g56en_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.27 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.04 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOTlibrariesJROOTjoomlaJROOTdatabaseJROOTdriver.php:1496 |
9 | JDatabaseDriver->loadAssocList() | JROOTlibrariesJROOTsrcJROOTAccessJROOTAccess.php:1063 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOTlibrariesJROOTsrcJROOTUserJROOTUser.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOTlibrariesJROOTsrcJROOTPluginJROOTPluginHelper.php:321 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOTlibrariesJROOTsrcJROOTPluginJROOTPluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOTlibrariesJROOTsrcJROOTPluginJROOTPluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:606 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOTindex.php:49 |
Query Time: 0.51 ms After last query: 0.13 ms Query memory: 0.015 MB Memory before query: 1.874 MB Rows returned: 2
SELECT b.id
FROM g56en_usergroups AS a
LEFT JOIN g56en_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | 100.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.32 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOTlibrariesJROOTjoomlaJROOTdatabaseJROOTdriver.php:1540 |
10 | JDatabaseDriver->loadColumn() | JROOTlibrariesJROOTsrcJROOTAccessJROOTAccess.php:980 |
9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOTlibrariesJROOTsrcJROOTAccessJROOTAccess.php:1095 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOTlibrariesJROOTsrcJROOTUserJROOTUser.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOTlibrariesJROOTsrcJROOTPluginJROOTPluginHelper.php:321 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOTlibrariesJROOTsrcJROOTPluginJROOTPluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOTlibrariesJROOTsrcJROOTPluginJROOTPluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:606 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOTindex.php:49 |
Query Time: 0.58 ms After last query: 0.27 ms Query memory: 0.018 MB Memory before query: 1.913 MB Rows returned: 68
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM g56en_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | g56en_extensions | NULL | ref | extension | extension | 82 | const | 90 | 0.60 | Using index condition; Using where; Using filesort |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.00 ms |
Creating sort index | 0.37 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOTlibrariesJROOTjoomlaJROOTdatabaseJROOTdriver.php:1691 |
10 | JDatabaseDriver->loadObjectList() | JROOTlibrariesJROOTsrcJROOTPluginJROOTPluginHelper.php:354 |
9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Same as call in the line below. |
8 | call_user_func_array() | JROOTlibrariesJROOTsrcJROOTCacheJROOTControllerJROOTCallbackController.php:173 |
7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOTlibrariesJROOTsrcJROOTPluginJROOTPluginHelper.php:359 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOTlibrariesJROOTsrcJROOTPluginJROOTPluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOTlibrariesJROOTsrcJROOTPluginJROOTPluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:606 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOTindex.php:49 |
Query Time: 0.51 ms After last query: 4.61 ms Query memory: 0.017 MB Memory before query: 2.426 MB Rows returned: 3
SELECT *
FROM g56en_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 | g56en_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.29 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.06 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.02 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOTlibrariesJROOTjoomlaJROOTdatabaseJROOTdriver.php:1691 |
9 | JDatabaseDriver->loadObjectList() | JROOTlibrariesJROOTsrcJROOTLanguageJROOTLanguageHelper.php:150 |
8 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOTpluginsJROOTsystemJROOTlanguagefilterJROOTlanguagefilter.php:98 |
7 | PlgSystemLanguageFilter->__construct() | JROOTlibrariesJROOTsrcJROOTPluginJROOTPluginHelper.php:283 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOTlibrariesJROOTsrcJROOTPluginJROOTPluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:622 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:688 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOTindex.php:49 |
Query Time: 0.15 ms After last query: 0.18 ms Query memory: 0.015 MB Memory before query: 2.451 MB Rows returned: 6
SELECT `element`,`name`,`client_id`,`extension_id`
FROM `g56en_extensions`
WHERE `type` = 'language'
AND `state` = 0
AND `enabled` = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | g56en_extensions | NULL | ref | extension | extension | 82 | const | 6 | 1.00 | Using where |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.00 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOTlibrariesJROOTjoomlaJROOTdatabaseJROOTdriver.php:1691 |
9 | JDatabaseDriver->loadObjectList() | JROOTlibrariesJROOTsrcJROOTLanguageJROOTLanguageHelper.php:209 |
8 | Joomla\CMS\Language\LanguageHelper::getInstalledLanguages() | JROOTpluginsJROOTsystemJROOTlanguagefilterJROOTlanguagefilter.php:109 |
7 | PlgSystemLanguageFilter->__construct() | JROOTlibrariesJROOTsrcJROOTPluginJROOTPluginHelper.php:283 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOTlibrariesJROOTsrcJROOTPluginJROOTPluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:622 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:688 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOTindex.php:49 |
Query Time: 0.48 ms After last query: 11.26 ms Query memory: 0.024 MB Memory before query: 2.970 MB Rows returned: 1
SELECT id,template
FROM g56en_template_styles
WHERE client_id=0
AND home=1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | g56en_template_styles | NULL | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | 14.29 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.26 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.08 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOTlibrariesJROOTjoomlaJROOTdatabaseJROOTdriver.php:1652 |
18 | JDatabaseDriver->loadObject() | JROOTadministratorJROOTcomponentsJROOTcom_widgetkitJROOTwidgetkit.php:23 |
17 | plgSystemWidgetkit->{closure}() | JROOTadministratorJROOTcomponentsJROOTcom_widgetkitJROOTvendorJROOTyoothemeJROOTframeworkJROOTsrcJROOTContainer.php:240 |
16 | YOOtheme\Framework\Container->offsetGet() | JROOTadministratorJROOTcomponentsJROOTcom_widgetkitJROOTsrcJROOTApplication.php:49 |
15 | YOOtheme\Widgetkit\Application->YOOtheme\Widgetkit\{closure}() | Same as call in the line below. |
14 | call_user_func_array() | JROOTadministratorJROOTcomponentsJROOTcom_widgetkitJROOTvendorJROOTyoothemeJROOTframeworkJROOTsrcJROOTEventJROOTEventDispatcher.php:113 |
13 | YOOtheme\Framework\Event\EventDispatcher->trigger() | JROOTadministratorJROOTcomponentsJROOTcom_widgetkitJROOTvendorJROOTyoothemeJROOTframeworkJROOTsrcJROOTApplication.php:149 |
12 | YOOtheme\Framework\Application->boot() | JROOTadministratorJROOTcomponentsJROOTcom_widgetkitJROOTwidgetkit.php:91 |
11 | include JROOTadministratorJROOTcomponentsJROOTcom_widgetkitJROOTwidgetkit.php | JROOTadministratorJROOTcomponentsJROOTcom_widgetkitJROOTwidgetkit-app.php:6 |
10 | include JROOTadministratorJROOTcomponentsJROOTcom_widgetkitJROOTwidgetkit-app.php | JROOTpluginsJROOTsystemJROOTwidgetkitJROOTwidgetkit.php:9 |
9 | plgSystemWidgetkit->onAfterInitialise() | Same as call in the line below. |
8 | call_user_func_array() | JROOTlibrariesJROOTjoomlaJROOTeventJROOTevent.php:70 |
7 | JEvent->update() | JROOTlibrariesJROOTjoomlaJROOTeventJROOTdispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTBaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:623 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:688 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOTindex.php:49 |
Query Time: 0.79 ms After last query: 0.93 ms Query memory: 0.035 MB Memory before query: 3.110 MB Rows returned: 18
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 g56en_menu AS m
LEFT JOIN g56en_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 | 65 | 6.31 | Using where; Using filesort |
1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | 00347918_agro.m.component_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.33 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.02 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.20 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOTlibrariesJROOTjoomlaJROOTdatabaseJROOTdriver.php:1691 |
23 | JDatabaseDriver->loadObjectList() | JROOTlibrariesJROOTsrcJROOTMenuJROOTSiteMenu.php:93 |
22 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
21 | call_user_func_array() | JROOTlibrariesJROOTsrcJROOTCacheJROOTControllerJROOTCallbackController.php:173 |
20 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOTlibrariesJROOTsrcJROOTMenuJROOTSiteMenu.php:101 |
19 | Joomla\CMS\Menu\SiteMenu->load() | JROOTlibrariesJROOTsrcJROOTMenuJROOTAbstractMenu.php:76 |
18 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOTlibrariesJROOTsrcJROOTMenuJROOTSiteMenu.php:62 |
17 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOTlibrariesJROOTsrcJROOTMenuJROOTAbstractMenu.php:131 |
16 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:374 |
15 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:275 |
14 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOTlibrariesJROOTsrcJROOTRouterJROOTSiteRouter.php:64 |
13 | Joomla\CMS\Router\SiteRouter->__construct() | JROOTlibrariesJROOTsrcJROOTRouterJROOTRouter.php:189 |
12 | Joomla\CMS\Router\Router::getInstance() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:488 |
11 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:405 |
10 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOTpluginsJROOTsystemJROOTlanguagefilterJROOTlanguagefilter.php:130 |
9 | PlgSystemLanguageFilter->onAfterInitialise() | Same as call in the line below. |
8 | call_user_func_array() | JROOTlibrariesJROOTjoomlaJROOTeventJROOTevent.php:70 |
7 | JEvent->update() | JROOTlibrariesJROOTjoomlaJROOTeventJROOTdispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTBaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:623 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:688 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOTindex.php:49 |
Query Time: 0.39 ms After last query: 5.46 ms Query memory: 0.026 MB Memory before query: 3.706 MB Rows returned: 5
SELECT id, home, template, s.params
FROM g56en_template_styles as s
LEFT JOIN g56en_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 5 | 1.00 | Using index condition; Using where |
1 | SIMPLE | s | NULL | ref | idx_template | idx_template | 202 | 00347918_agro.e.element | 1 | 14.29 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.13 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.03 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOTlibrariesJROOTjoomlaJROOTdatabaseJROOTdriver.php:1691 |
12 | JDatabaseDriver->loadObjectList() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:488 |
11 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOTpluginsJROOTsystemJROOTyoothemeJROOTyootheme.php:113 |
10 | plgSystemYOOtheme->handleRequest() | JROOTpluginsJROOTsystemJROOTyoothemeJROOTyootheme.php:31 |
9 | plgSystemYOOtheme->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOTlibrariesJROOTjoomlaJROOTeventJROOTevent.php:70 |
7 | JEvent->update() | JROOTlibrariesJROOTjoomlaJROOTeventJROOTdispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTBaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:1080 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:798 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOTindex.php:49 |
Query Time: 0.24 ms After last query: 10.54 ms Query memory: 0.038 MB Memory before query: 5.779 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `g56en_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | g56en_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
33 | JDatabaseDriverMysqli->execute() | JROOTlibrariesJROOTjoomlaJROOTdatabaseJROOTdriver.php:1652 |
32 | JDatabaseDriver->loadObject() | JROOTlibrariesJROOTsrcJROOTHelperJROOTLibraryHelper.php:167 |
31 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
30 | call_user_func_array() | JROOTlibrariesJROOTsrcJROOTCacheJROOTControllerJROOTCallbackController.php:173 |
29 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOTlibrariesJROOTsrcJROOTHelperJROOTLibraryHelper.php:175 |
28 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOTlibrariesJROOTsrcJROOTHelperJROOTLibraryHelper.php:43 |
27 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOTlibrariesJROOTsrcJROOTHelperJROOTLibraryHelper.php:90 |
26 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOTlibrariesJROOTsrcJROOTVersion.php:321 |
25 | Joomla\CMS\Version->getMediaVersion() | JROOTlibrariesJROOTsrcJROOTFactory.php:778 |
24 | Joomla\CMS\Factory::createDocument() | JROOTlibrariesJROOTsrcJROOTFactory.php:234 |
23 | Joomla\CMS\Factory::getDocument() | Same as call in the line below. |
22 | call_user_func() | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTframeworkJROOTsrcJROOTContainerTrait.php:26 |
21 | YOOtheme\Module->__get() | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTthemeJROOTplatformsJROOTjoomlaJROOTsrcJROOTJoomla.php:31 |
20 | YOOtheme\Theme\Joomla->onInit() | Same as call in the line below. |
19 | call_user_func_array() | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTframeworkJROOTmodulesJROOTeventJROOTsrcJROOTEventManager.php:119 |
18 | YOOtheme\EventManager->trigger() | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTframeworkJROOTmodulesJROOTeventJROOTsrcJROOTEventTrait.php:42 |
17 | YOOtheme\Application->trigger() | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTthemeJROOTplatformsJROOTjoomlaJROOTindex.php:190 |
16 | YOOtheme\Theme\Joomla->{closure}() | Same as call in the line below. |
15 | call_user_func_array() | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTframeworkJROOTmodulesJROOTeventJROOTsrcJROOTEventManager.php:119 |
14 | YOOtheme\EventManager->trigger() | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTframeworkJROOTmodulesJROOTeventJROOTsrcJROOTEventTrait.php:42 |
13 | YOOtheme\Application->trigger() | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTframeworkJROOTmodulesJROOTappJROOTsrcJROOTApplication.php:58 |
12 | YOOtheme\Application->init() | JROOTpluginsJROOTsystemJROOTyoothemeJROOTyootheme.php:162 |
11 | plgSystemYOOtheme->loadTemplate() | JROOTpluginsJROOTsystemJROOTyoothemeJROOTyootheme.php:115 |
10 | plgSystemYOOtheme->handleRequest() | JROOTpluginsJROOTsystemJROOTyoothemeJROOTyootheme.php:31 |
9 | plgSystemYOOtheme->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOTlibrariesJROOTjoomlaJROOTeventJROOTevent.php:70 |
7 | JEvent->update() | JROOTlibrariesJROOTjoomlaJROOTeventJROOTdispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTBaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:1080 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:798 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOTindex.php:49 |
Query Time: 0.17 ms After last query: 0.23 ms Query memory: 0.030 MB Memory before query: 5.799 MB
UPDATE `g56en_extensions`
SET `params` = '{\"mediaversion\":\"390451a31331b512f1e93cfbd2104868\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | g56en_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.03 ms |
updating | 0.06 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
28 | JDatabaseDriverMysqli->execute() | JROOTlibrariesJROOTsrcJROOTHelperJROOTLibraryHelper.php:117 |
27 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOTlibrariesJROOTsrcJROOTVersion.php:372 |
26 | Joomla\CMS\Version->setMediaVersion() | JROOTlibrariesJROOTsrcJROOTVersion.php:331 |
25 | Joomla\CMS\Version->getMediaVersion() | JROOTlibrariesJROOTsrcJROOTFactory.php:778 |
24 | Joomla\CMS\Factory::createDocument() | JROOTlibrariesJROOTsrcJROOTFactory.php:234 |
23 | Joomla\CMS\Factory::getDocument() | Same as call in the line below. |
22 | call_user_func() | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTframeworkJROOTsrcJROOTContainerTrait.php:26 |
21 | YOOtheme\Module->__get() | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTthemeJROOTplatformsJROOTjoomlaJROOTsrcJROOTJoomla.php:31 |
20 | YOOtheme\Theme\Joomla->onInit() | Same as call in the line below. |
19 | call_user_func_array() | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTframeworkJROOTmodulesJROOTeventJROOTsrcJROOTEventManager.php:119 |
18 | YOOtheme\EventManager->trigger() | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTframeworkJROOTmodulesJROOTeventJROOTsrcJROOTEventTrait.php:42 |
17 | YOOtheme\Application->trigger() | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTthemeJROOTplatformsJROOTjoomlaJROOTindex.php:190 |
16 | YOOtheme\Theme\Joomla->{closure}() | Same as call in the line below. |
15 | call_user_func_array() | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTframeworkJROOTmodulesJROOTeventJROOTsrcJROOTEventManager.php:119 |
14 | YOOtheme\EventManager->trigger() | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTframeworkJROOTmodulesJROOTeventJROOTsrcJROOTEventTrait.php:42 |
13 | YOOtheme\Application->trigger() | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTframeworkJROOTmodulesJROOTappJROOTsrcJROOTApplication.php:58 |
12 | YOOtheme\Application->init() | JROOTpluginsJROOTsystemJROOTyoothemeJROOTyootheme.php:162 |
11 | plgSystemYOOtheme->loadTemplate() | JROOTpluginsJROOTsystemJROOTyoothemeJROOTyootheme.php:115 |
10 | plgSystemYOOtheme->handleRequest() | JROOTpluginsJROOTsystemJROOTyoothemeJROOTyootheme.php:31 |
9 | plgSystemYOOtheme->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOTlibrariesJROOTjoomlaJROOTeventJROOTevent.php:70 |
7 | JEvent->update() | JROOTlibrariesJROOTjoomlaJROOTeventJROOTdispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTBaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:1080 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:798 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOTindex.php:49 |
Query Time: 1.48 ms After last query: 8.00 ms Query memory: 0.027 MB Memory before query: 6.729 MB Rows returned: 1
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug,(
SELECT COUNT(i.`id`)
FROM `g56en_content` AS `i`
WHERE i.`catid` = c.id
AND i.state = 1
AND (i.language = '*' OR i.language = 'en-GB')) AS numitems
FROM `g56en_categories` AS `s`
INNER JOIN `g56en_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('en-GB','*')) OR (c.lft <= s.lft
AND s.rgt <= c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 4
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | PRIMARY | c | NULL | ALL | cat_idx,idx_access,idx_left_right,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | 26.72 | Using where |
2 | DEPENDENT SUBQUERY | i | NULL | ref | idx_state,idx_catid,idx_language | idx_catid | 4 | 00347918_agro.c.id | 10 | 68.03 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.12 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.82 ms |
init | 0.06 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.15 ms |
preparing | 0.02 ms |
Sorting result | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 0.05 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.03 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOTlibrariesJROOTjoomlaJROOTdatabaseJROOTdriver.php:1691 |
15 | JDatabaseDriver->loadObjectList() | JROOTlibrariesJROOTsrcJROOTCategoriesJROOTCategories.php:312 |
14 | Joomla\CMS\Categories\Categories->_load() | JROOTlibrariesJROOTsrcJROOTCategoriesJROOTCategories.php:184 |
13 | Joomla\CMS\Categories\Categories->get() | JROOTcomponentsJROOTcom_contentJROOTmodelsJROOTcategories.php:115 |
12 | ContentModelCategories->getItems() | JROOTlibrariesJROOTsrcJROOTMVCJROOTViewJROOTHtmlView.php:423 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOTlibrariesJROOTsrcJROOTMVCJROOTViewJROOTCategoriesView.php:56 |
10 | Joomla\CMS\MVC\View\CategoriesView->display() | JROOTlibrariesJROOTsrcJROOTMVCJROOTControllerJROOTBaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOTcomponentsJROOTcom_contentJROOTcontroller.php:113 |
8 | ContentController->display() | JROOTlibrariesJROOTsrcJROOTMVCJROOTControllerJROOTBaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOTcomponentsJROOTcom_contentJROOTcontent.php:43 |
6 | require_once JROOTcomponentsJROOTcom_contentJROOTcontent.php | JROOTlibrariesJROOTsrcJROOTComponentJROOTComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOTlibrariesJROOTsrcJROOTComponentJROOTComponentHelper.php:357 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOTindex.php:49 |
Query Time: 0.22 ms After last query: 0.63 ms Query memory: 0.015 MB Memory before query: 6.767 MB Rows returned: 4
SELECT language,id
FROM `g56en_menu`
WHERE home = 1
AND published = 1
AND client_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | g56en_menu | NULL | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 42 | 1.54 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.09 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOTlibrariesJROOTjoomlaJROOTdatabaseJROOTdriver.php:1691 |
10 | JDatabaseDriver->loadObjectList() | JROOTlibrariesJROOTsrcJROOTLanguageJROOTMultilanguage.php:107 |
9 | Joomla\CMS\Language\Multilanguage::getSiteHomePages() | JROOTpluginsJROOTsystemJROOTlanguagefilterJROOTlanguagefilter.php:718 |
8 | PlgSystemLanguageFilter->onAfterDispatch() | Same as call in the line below. |
7 | call_user_func_array() | JROOTlibrariesJROOTjoomlaJROOTeventJROOTevent.php:70 |
6 | JEvent->update() | JROOTlibrariesJROOTjoomlaJROOTeventJROOTdispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTBaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOTindex.php:49 |
Query Time: 0.47 ms After last query: 0.75 ms Query memory: 0.019 MB Memory before query: 6.818 MB Rows returned: 0
SELECT `c2`.`language`,CONCAT_WS(':', `c2`.`id`, `c2`.`alias`) AS `id`
FROM `g56en_categories` AS `c`
INNER JOIN `g56en_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_categories.item'
INNER JOIN `g56en_associations` AS `a2`
ON a.key = a2.key
INNER JOIN `g56en_categories` AS `c2`
ON a2.id = c2.`id`
AND c2.extension = 'com_content'
WHERE c.id = 4
AND c.extension = 'com_content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.27 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOTlibrariesJROOTjoomlaJROOTdatabaseJROOTdriver.php:1691 |
14 | JDatabaseDriver->loadObjectList() | JROOTlibrariesJROOTsrcJROOTLanguageJROOTAssociations.php:115 |
13 | Joomla\CMS\Language\Associations::getAssociations() | JROOTadministratorJROOTcomponentsJROOTcom_categoriesJROOThelpersJROOTcategories.php:113 |
12 | CategoriesHelper::getAssociations() | JROOTadministratorJROOTcomponentsJROOTcom_categoriesJROOThelpersJROOTassociation.php:44 |
11 | CategoryHelperAssociation::getCategoryAssociations() | JROOTcomponentsJROOTcom_contentJROOThelpersJROOTassociation.php:91 |
10 | ContentHelperAssociation::getAssociations() | Same as call in the line below. |
9 | call_user_func() | JROOTpluginsJROOTsystemJROOTlanguagefilterJROOTlanguagefilter.php:750 |
8 | PlgSystemLanguageFilter->onAfterDispatch() | Same as call in the line below. |
7 | call_user_func_array() | JROOTlibrariesJROOTjoomlaJROOTeventJROOTevent.php:70 |
6 | JEvent->update() | JROOTlibrariesJROOTjoomlaJROOTeventJROOTdispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTBaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOTindex.php:49 |
Query Time: 1.06 ms After last query: 3.64 ms Query memory: 0.038 MB Memory before query: 7.127 MB Rows returned: 5
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM g56en_modules AS m
LEFT JOIN g56en_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN g56en_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-03-23 22:54:41')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2023-03-23 22:54:41')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 110 OR mm.menuid <= 0)
AND m.language IN ('en-GB','*')
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,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 43 | 2.33 | Using where; Using filesort |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | 00347918_agro.m.module,const | 1 | 10.00 | Using index condition; Using where |
1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | 00347918_agro.m.id | 2 | 40.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.44 ms |
init | 0.04 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.10 ms |
preparing | 0.02 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.28 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.04 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
31 | JDatabaseDriverMysqli->execute() | JROOTlibrariesJROOTjoomlaJROOTdatabaseJROOTdriver.php:1691 |
30 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
29 | call_user_func_array() | JROOTlibrariesJROOTsrcJROOTCacheJROOTControllerJROOTCallbackController.php:173 |
28 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOTlibrariesJROOTsrcJROOTHelperJROOTModuleHelper.php:433 |
27 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOTlibrariesJROOTsrcJROOTHelperJROOTModuleHelper.php:363 |
26 | Joomla\CMS\Helper\ModuleHelper::load() | JROOTlibrariesJROOTsrcJROOTHelperJROOTModuleHelper.php:87 |
25 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOTlibrariesJROOTsrcJROOTDocumentJROOTHtmlDocument.php:581 |
24 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTthemeJROOTplatformsJROOTjoomla-modulesJROOTsrcJROOTModules.php:146 |
23 | YOOtheme\Theme\Modules->countModules() | Same as call in the line below. |
22 | call_user_func_array() | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTframeworkJROOTmodulesJROOTviewJROOTsrcJROOTView.php:74 |
21 | YOOtheme\View->__call() | JROOTtemplatesJROOTyoothemeJROOTtemplatesJROOTheader-mobile.php:40 |
20 | YOOtheme\View->countModules() | JROOTtemplatesJROOTyoothemeJROOTtemplatesJROOTheader-mobile.php:40 |
19 | require JROOTtemplatesJROOTyoothemeJROOTtemplatesJROOTheader-mobile.php | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTframeworkJROOTmodulesJROOTviewJROOTsrcJROOTView.php:249 |
18 | YOOtheme\View->evaluate() | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTframeworkJROOTmodulesJROOTviewJROOTindex.php:50 |
17 | YOOtheme\Module->{closure}() | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTframeworkJROOTmodulesJROOTviewJROOTsrcJROOTView.php:145 |
16 | YOOtheme\View->YOOtheme\{closure}() | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTthemeJROOTsrcJROOTTheme.php:114 |
15 | YOOtheme\Theme->replace() | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTframeworkJROOTmodulesJROOTviewJROOTsrcJROOTView.php:145 |
14 | YOOtheme\View->YOOtheme\{closure}() | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTthemeJROOTplatformsJROOTjoomlaJROOTsrcJROOTJoomlaJROOTUrlListener.php:32 |
13 | YOOtheme\Theme\Joomla\UrlListener->__invoke() | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTframeworkJROOTmodulesJROOTviewJROOTsrcJROOTView.php:145 |
12 | YOOtheme\View->YOOtheme\{closure}() | JROOTtemplatesJROOTyoothemeJROOTvendorJROOTyoothemeJROOTframeworkJROOTmodulesJROOTviewJROOTsrcJROOTView.php:217 |
11 | YOOtheme\View->render() | Same as call in the line below. |
10 | call_user_func_array() | JROOTlibrariesJROOTsrcJROOTHTMLJROOTHTMLHelper.php:239 |
9 | Joomla\CMS\HTML\HTMLHelper::call() | JROOTlibrariesJROOTsrcJROOTHTMLJROOTHTMLHelper.php:111 |
8 | Joomla\CMS\HTML\HTMLHelper::_() | JROOTtemplatesJROOTyoothemeJROOTindex.php:101 |
7 | require JROOTtemplatesJROOTyoothemeJROOTindex.php | JROOTlibrariesJROOTsrcJROOTDocumentJROOTHtmlDocument.php:658 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOTlibrariesJROOTsrcJROOTDocumentJROOTHtmlDocument.php:720 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOTlibrariesJROOTsrcJROOTDocumentJROOTHtmlDocument.php:535 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:1027 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTSiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOTlibrariesJROOTsrcJROOTApplicationJROOTCMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOTindex.php:49 |
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `g56en_extensions`
1 × SELECT id, home, template, s.params
FROM g56en_template_styles as s
LEFT JOIN g56en_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM g56en_menu AS m
LEFT JOIN g56en_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug,( SELECT COUNT(i.`id`)
FROM `g56en_content` AS `i`
1 × SELECT `c2`.`language`,CONCAT_WS(':', `c2`.`id`, `c2`.`alias`) AS `id`
FROM `g56en_categories` AS `c`
INNER JOIN `g56en_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_categories.item'
INNER JOIN `g56en_associations` AS `a2`
ON a.key = a2.key
INNER JOIN `g56en_categories` AS `c2`
ON a2.id = c2.`id`
AND c2.extension = 'com_content'
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM g56en_modules AS m
LEFT JOIN g56en_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN g56en_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT id,template
FROM g56en_template_styles
1 × SELECT language,id
FROM `g56en_menu`
1 × SELECT `element`,`name`,`client_id`,`extension_id`
FROM `g56en_extensions`
1 × SELECT id, rules
FROM `g56en_viewlevels
1 × SELECT `session_id`
FROM `g56en_session`
1 × SELECT b.id
FROM g56en_usergroups AS a
LEFT JOIN g56en_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM g56en_extensions
1 × SELECT *
FROM g56en_languages
1 × SELECT `data`
FROM `g56en_session`