Время запроса: 1.33 ms Память запроса: 0.023 MB. Память перед запросом: 1.031 MB Возвращено строк: 0
SELECT `data`
FROM `tr1hf_session`
WHERE `session_id` = X'3564366366396638303339313761646262356437303530353134343061393263'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tr1hf_session | const | PRIMARY | PRIMARY | 194 | const | 1 | |
Status | Duration |
---|
Starting | 0.13 ms |
Checking permissions | 0.06 ms |
Opening tables | 0.07 ms |
After opening tables | 0.03 ms |
System lock | 0.03 ms |
Table lock | 0.03 ms |
Init | 0.05 ms |
Optimizing | 0.06 ms |
Statistics | 0.09 ms |
Preparing | 0.03 ms |
Executing | 0.05 ms |
End of update loop | 0.05 ms |
Query end | 0.03 ms |
Commit | 0.02 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.04 ms |
Updating status | 0.08 ms |
Reset for next command | 0.04 ms |
# | Вызывающий объект | Файл и номер строки |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
14 | JSessionStorageDatabase->read() | Такой же, как вызов в строке ниже |
13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:661 |
9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Время запроса: 1.12 ms После последнего запроса: 2.43 ms Память запроса: 0.020 MB. Память перед запросом: 1.045 MB Возвращено строк: 0
SELECT `session_id`
FROM `tr1hf_session`
WHERE `session_id` = X'3564366366396638303339313761646262356437303530353134343061393263'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tr1hf_session | const | PRIMARY | PRIMARY | 194 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.08 ms |
Checking permissions | 0.03 ms |
Opening tables | 0.04 ms |
After opening tables | 0.03 ms |
System lock | 0.03 ms |
Table lock | 0.03 ms |
Init | 0.05 ms |
Optimizing | 0.04 ms |
Statistics | 0.06 ms |
Preparing | 0.03 ms |
Executing | 0.05 ms |
End of update loop | 0.03 ms |
Query end | 0.03 ms |
Commit | 0.02 ms |
Closing tables | 0.03 ms |
Unlocking tables | 0.03 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.03 ms |
Updating status | 0.09 ms |
Reset for next command | 0.02 ms |
# | Вызывающий объект | Файл и номер строки |
---|
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 |
Время запроса: 0.94 ms После последнего запроса: 0.18 ms Память запроса: 0.004 MB. Память перед запросом: 1.050 MB
INSERT INTO `tr1hf_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'3564366366396638303339313761646262356437303530353134343061393263', 1, 1732195692, 0, '', 0)
EXPLAIN недоступен для: INSERT INTO `tr1hf_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3564366366396638303339313761646262356437303530353134343061393263', 1, 1732195692, 0, '', 0)
Status | Duration |
---|
Starting | 0.06 ms |
Checking permissions | 0.03 ms |
Opening tables | 0.03 ms |
After opening tables | 0.03 ms |
System lock | 0.02 ms |
Table lock | 0.02 ms |
Init for update | 0.04 ms |
Update | 0.12 ms |
Waiting for query cache lock | 0.02 ms |
Update | 0.03 ms |
End of update loop | 0.02 ms |
Query end | 0.02 ms |
Commit | 0.09 ms |
Closing tables | 0.03 ms |
Unlocking tables | 0.02 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.03 ms |
Freeing items | 0.03 ms |
Updating status | 0.07 ms |
Reset for next command | 0.02 ms |
# | Вызывающий объект | Файл и номер строки |
---|
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 |
Время запроса: 1.24 ms После последнего запроса: 7.53 ms Память запроса: 0.021 MB. Память перед запросом: 1.182 MB Возвращено строк: 3
SELECT id, rules
FROM `tr1hf_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tr1hf_viewlevels | ALL | NULL | INDEX KEY не используется | NULL | NULL | 3 | |
Status | Duration |
---|
Starting | 0.08 ms |
Checking permissions | 0.04 ms |
Opening tables | 0.06 ms |
After opening tables | 0.03 ms |
System lock | 0.03 ms |
Table lock | 0.03 ms |
Init | 0.04 ms |
Optimizing | 0.03 ms |
Statistics | 0.04 ms |
Preparing | 0.04 ms |
Executing | 0.03 ms |
Sending data | 0.10 ms |
End of update loop | 0.03 ms |
Query end | 0.02 ms |
Commit | 0.03 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.03 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.03 ms |
Freeing items | 0.03 ms |
Updating status | 0.09 ms |
Reset for next command | 0.02 ms |
# | Вызывающий объект | Файл и номер строки |
---|
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 |
Время запроса: 1.04 ms После последнего запроса: 0.15 ms Память запроса: 0.021 MB. Память перед запросом: 1.193 MB Возвращено строк: 1
SELECT b.id
FROM tr1hf_usergroups AS a
LEFT JOIN tr1hf_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 1 | Using where; Using index |
Status | Duration |
---|
Starting | 0.07 ms |
Checking permissions | 0.03 ms |
Opening tables | 0.04 ms |
After opening tables | 0.02 ms |
System lock | 0.02 ms |
Table lock | 0.02 ms |
Init | 0.04 ms |
Optimizing | 0.04 ms |
Statistics | 0.09 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.02 ms |
Preparing | 0.05 ms |
Executing | 0.03 ms |
Sending data | 0.06 ms |
End of update loop | 0.02 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Closing tables | 0.03 ms |
Unlocking tables | 0.02 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.03 ms |
Updating status | 0.07 ms |
Reset for next command | 0.02 ms |
# | Вызывающий объект | Файл и номер строки |
---|
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 |
Время запроса: 1.18 ms После последнего запроса: 25.77 ms Память запроса: 0.022 MB. Память перед запросом: 1.674 MB Возвращено строк: 1
SELECT `value`
FROM `tr1hf_admintools_storage`
WHERE `key` = 'cparams'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tr1hf_admintools_storage | const | PRIMARY | PRIMARY | 402 | const | 1 | |
Status | Duration |
---|
Starting | 0.10 ms |
Checking permissions | 0.04 ms |
Opening tables | 0.06 ms |
After opening tables | 0.04 ms |
System lock | 0.03 ms |
Table lock | 0.03 ms |
Init | 0.05 ms |
Optimizing | 0.04 ms |
Statistics | 0.08 ms |
Preparing | 0.03 ms |
Unlocking tables | 0.04 ms |
Preparing | 0.03 ms |
Executing | 0.03 ms |
Sending data | 0.03 ms |
End of update loop | 0.02 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.04 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.03 ms |
Updating status | 0.08 ms |
Reset for next command | 0.02 ms |
# | Вызывающий объект | Файл и номер строки |
---|
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 |
Время запроса: 0.98 ms После последнего запроса: 0.44 ms Память запроса: 0.021 MB. Память перед запросом: 1.682 MB Возвращено строк: 0
SELECT *
FROM `tr1hf_admintools_wafexceptions`
WHERE NOT(`option` LIKE 'com_%')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tr1hf_admintools_wafexceptions | ALL | NULL | INDEX KEY не используется | NULL | NULL | 1 | Using where |
Status | Duration |
---|
Starting | 0.07 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.04 ms |
After opening tables | 0.02 ms |
System lock | 0.02 ms |
Table lock | 0.04 ms |
Init | 0.04 ms |
Optimizing | 0.03 ms |
Statistics | 0.03 ms |
Preparing | 0.03 ms |
Executing | 0.02 ms |
Sending data | 0.06 ms |
End of update loop | 0.02 ms |
Query end | 0.02 ms |
Commit | 0.03 ms |
Closing tables | 0.03 ms |
Unlocking tables | 0.02 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.02 ms |
Updating status | 0.07 ms |
Reset for next command | 0.02 ms |
# | Вызывающий объект | Файл и номер строки |
---|
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 |
Время запроса: 1.24 ms После последнего запроса: 46.38 ms Память запроса: 0.021 MB. Память перед запросом: 3.178 MB Возвращено строк: 0
SELECT `source`,`keepurlparams`
FROM `tr1hf_admintools_redirects`
WHERE ((`dest` = 'index.php/press-tsentr/anonsy-ob-yavleniya') OR (`dest` = 'index.php/press-tsentr/anonsy-ob-yavleniya') OR ('index.php/press-tsentr/anonsy-ob-yavleniya' LIKE `dest`))
AND `published` = '1'
ORDER BY `ordering` DESC
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tr1hf_admintools_redirects | ALL | NULL | INDEX KEY не используется | NULL | NULL | 1 | Using where; Используется сортировка файлов |
Status | Duration |
---|
Starting | 0.13 ms |
Checking permissions | 0.04 ms |
Opening tables | 0.05 ms |
After opening tables | 0.03 ms |
System lock | 0.03 ms |
Table lock | 0.03 ms |
Init | 0.05 ms |
Optimizing | 0.04 ms |
Statistics | 0.06 ms |
Preparing | 0.04 ms |
Sorting result | 0.03 ms |
Executing | 0.03 ms |
Sending data | 0.03 ms |
Creating sort index | 0.07 ms |
End of update loop | 0.03 ms |
Query end | 0.03 ms |
Commit | 0.03 ms |
Closing tables | 0.04 ms |
Unlocking tables | 0.03 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.03 ms |
Freeing items | 0.03 ms |
Updating status | 0.11 ms |
Reset for next command | 0.03 ms |
# | Вызывающий объект | Файл и номер строки |
---|
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 |
Время запроса: 1.22 ms После последнего запроса: 24.82 ms Память запроса: 0.005 MB. Память перед запросом: 4.612 MB
UPDATE `tr1hf_extensions`
SET `params` = '{\"mediaversion\":\"b8180e9335a0fdc95b744f6cdf94af6e\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN недоступен для: UPDATE `tr1hf_extensions`
SET `params` = '{\"mediaversion\":\"b8180e9335a0fdc95b744f6cdf94af6e\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
Status | Duration |
---|
Starting | 0.10 ms |
Checking permissions | 0.04 ms |
Opening tables | 0.06 ms |
After opening tables | 0.03 ms |
System lock | 0.03 ms |
Table lock | 0.03 ms |
Init for update | 0.15 ms |
Updating | 0.11 ms |
End of update loop | 0.03 ms |
Waiting for query cache lock | 0.02 ms |
End of update loop | 0.03 ms |
Query end | 0.03 ms |
Commit | 0.10 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.03 ms |
Updating status | 0.08 ms |
Reset for next command | 0.03 ms |
# | Вызывающий объект | Файл и номер строки |
---|
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 |
Время запроса: 1.30 ms После последнего запроса: 11.76 ms Память запроса: 0.025 MB. Память перед запросом: 4.793 MB Возвращено строк: 1
SELECT *
FROM `tr1hf_content_types`
WHERE `type_id` IN (1)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tr1hf_content_types | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.09 ms |
Checking permissions | 0.04 ms |
Opening tables | 0.13 ms |
After opening tables | 0.03 ms |
System lock | 0.03 ms |
Table lock | 0.03 ms |
Init | 0.05 ms |
Optimizing | 0.04 ms |
Statistics | 0.12 ms |
Preparing | 0.03 ms |
Unlocking tables | 0.04 ms |
Preparing | 0.03 ms |
Executing | 0.02 ms |
Sending data | 0.05 ms |
End of update loop | 0.04 ms |
Query end | 0.03 ms |
Commit | 0.03 ms |
Closing tables | 0.03 ms |
Unlocking tables | 0.02 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.03 ms |
Updating status | 0.10 ms |
Reset for next command | 0.03 ms |
# | Вызывающий объект | Файл и номер строки |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
18 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Helper/TagsHelper.php:794 |
17 | Joomla\CMS\Helper\TagsHelper::getTypes() | JROOT/libraries/src/Helper/TagsHelper.php:628 |
16 | Joomla\CMS\Helper\TagsHelper->getTagItemsQuery() | JROOT/components/com_tags/models/tag.php:149 |
15 | TagsModelTag->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
14 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_tags/models/tag.php:86 |
12 | TagsModelTag->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_tags/views/tag/view.html.php:93 |
10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
6 | require_once JROOT/components/com_tags/tags.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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 |
Время запроса: 9.71 ms После последнего запроса: 0.11 ms Память запроса: 0.269 MB. Память перед запросом: 4.802 MB Возвращено строк: 24
SELECT m.type_alias, m.content_item_id, m.core_content_id, count(m.tag_id) AS match_count, MAX(m.tag_date) as tag_date, MAX(c.core_title) AS core_title, MAX(c.core_params) AS core_params,MAX(c.core_alias) AS core_alias, MAX(c.core_body) AS core_body, MAX(c.core_state) AS core_state, MAX(c.core_access) AS core_access,MAX(c.core_metadata) AS core_metadata, MAX(c.core_created_user_id) AS core_created_user_id, MAX(c.core_created_by_alias) AS core_created_by_alias,MAX(c.core_created_time) as core_created_time, MAX(c.core_images) as core_images,
CASE WHEN c.core_modified_time = '0000-00-00 00:00:00' THEN c.core_created_time ELSE c.core_modified_time END as core_modified_time,MAX(c.core_language) AS core_language, MAX(c.core_catid) AS core_catid,MAX(c.core_publish_up) AS core_publish_up, MAX(c.core_publish_down) as core_publish_down,MAX(ct.type_title) AS content_type_title, MAX(ct.router) AS router,
CASE WHEN c.core_created_by_alias > ' ' THEN c.core_created_by_alias ELSE ua.name END AS author,ua.email AS author_email
FROM tr1hf_contentitem_tag_map AS m
INNER JOIN tr1hf_ucm_content AS c
ON m.type_alias = c.core_type_alias
AND m.core_content_id = c.core_content_id
AND c.core_state IN (1)
AND (c.core_publish_up = '0000-00-00 00:00:00' OR c.core_publish_up <= '2024-11-21 13:28:12')
AND (c.core_publish_down = '0000-00-00 00:00:00' OR c.core_publish_down >= '2024-11-21 13:28:12')
INNER JOIN tr1hf_content_types AS ct
ON ct.type_alias = m.type_alias
LEFT JOIN tr1hf_categories AS tc
ON tc.id = c.core_catid
LEFT JOIN tr1hf_users AS ua
ON ua.id = c.core_created_user_id
WHERE m.tag_id IN (2)
AND (c.core_catid = 0 OR tc.published = 1)
AND m.type_alias IN ('com_content.article')
AND c.core_access IN (0,1)
GROUP BY m.type_alias, m.content_item_id, m.core_content_id, core_modified_time, core_created_time, core_created_by_alias, author, author_email
ORDER BY MAX(`c`.`core_publish_up`) DESC
LIMIT 200
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ct | ref | idx_alias | idx_alias | 302 | const | 1 | Using where; Using temporary; Используется сортировка файлов |
1 | SIMPLE | m | ref | idx_tag_type,idx_core_content_id | idx_tag_type | 4 | const | 24 | Using where |
1 | SIMPLE | c | eq_ref | PRIMARY,tag_idx,idx_access,idx_content_type | PRIMARY | 4 | georggorono.m.core_content_id | 1 | Using where |
1 | SIMPLE | tc | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.c.core_catid | 1 | Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.c.core_created_user_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.31 ms |
Checking permissions | 0.03 ms |
Opening tables | 0.16 ms |
After opening tables | 0.03 ms |
System lock | 0.03 ms |
Table lock | 0.03 ms |
Init | 0.22 ms |
Optimizing | 0.11 ms |
Statistics | 0.51 ms |
Preparing | 0.11 ms |
Creating tmp table | 0.18 ms |
Sorting result | 0.04 ms |
Executing | 0.02 ms |
Sending data | 3.20 ms |
Creating sort index | 3.29 ms |
Removing tmp table | 0.79 ms |
Creating sort index | 0.06 ms |
End of update loop | 0.03 ms |
Query end | 0.02 ms |
Commit | 0.03 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
Closing tables | 0.12 ms |
Starting cleanup | 0.04 ms |
Freeing items | 0.05 ms |
Updating status | 0.08 ms |
Reset for next command | 0.04 ms |
# | Вызывающий объект | Файл и номер строки |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_tags/models/tag.php:86 |
12 | TagsModelTag->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_tags/views/tag/view.html.php:93 |
10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
6 | require_once JROOT/components/com_tags/tags.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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 |
Время запроса: 2.21 ms После последнего запроса: 5.67 ms Память запроса: 0.033 MB. Память перед запросом: 5.069 MB Возвращено строк: 30
SHOW FULL COLUMNS
FROM `tr1hf_tags`
EXPLAIN недоступен для: SHOW FULL COLUMNS FROM `tr1hf_tags`
Status | Duration |
---|
Starting | 0.08 ms |
Checking permissions | 0.03 ms |
Closing tables | 0.03 ms |
Opening tables | 0.56 ms |
After opening tables | 0.03 ms |
System lock | 0.02 ms |
Table lock | 0.02 ms |
Init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.03 ms |
Preparing | 0.03 ms |
Executing | 0.02 ms |
Filling schema table | 0.05 ms |
Opening tables | 0.04 ms |
After opening tables | 0.02 ms |
Checking permissions | 0.22 ms |
Closing tables | 0.03 ms |
Executing | 0.02 ms |
Sending data | 0.12 ms |
End of update loop | 0.02 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Closing tables | 0.02 ms |
Removing tmp table | 0.20 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.02 ms |
Updating status | 0.10 ms |
Reset for next command | 0.04 ms |
# | Вызывающий объект | Файл и номер строки |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
17 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
16 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
15 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_tags/tables/tag.php:29 |
14 | TagsTableTag->__construct() | JROOT/libraries/src/Table/Table.php:328 |
13 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_tags/models/tag.php:282 |
12 | TagsModelTag->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_tags/views/tag/view.html.php:94 |
10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
6 | require_once JROOT/components/com_tags/tags.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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 |
Время запроса: 1.14 ms После последнего запроса: 3.22 ms Память запроса: 0.023 MB. Память перед запросом: 5.117 MB Возвращено строк: 1
Повторяющиеся запросы:
#27SELECT *
FROM tr1hf_tags
WHERE `id` = '2'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tr1hf_tags | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.07 ms |
Checking permissions | 0.03 ms |
Opening tables | 0.04 ms |
After opening tables | 0.03 ms |
System lock | 0.02 ms |
Table lock | 0.03 ms |
Init | 0.06 ms |
Optimizing | 0.04 ms |
Statistics | 0.10 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.04 ms |
Preparing | 0.04 ms |
Executing | 0.02 ms |
Sending data | 0.07 ms |
End of update loop | 0.03 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.02 ms |
Updating status | 0.09 ms |
Reset for next command | 0.03 ms |
# | Вызывающий объект | Файл и номер строки |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
14 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
13 | Joomla\CMS\Table\Table->load() | JROOT/components/com_tags/models/tag.php:291 |
12 | TagsModelTag->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_tags/views/tag/view.html.php:94 |
10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
6 | require_once JROOT/components/com_tags/tags.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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 |
Время запроса: 7.82 ms После последнего запроса: 1.06 ms Память запроса: 0.285 MB. Память перед запросом: 5.143 MB Возвращено строк: 24
SELECT m.type_alias, m.content_item_id, m.core_content_id, count(m.tag_id) AS match_count, MAX(m.tag_date) as tag_date, MAX(c.core_title) AS core_title, MAX(c.core_params) AS core_params,MAX(c.core_alias) AS core_alias, MAX(c.core_body) AS core_body, MAX(c.core_state) AS core_state, MAX(c.core_access) AS core_access,MAX(c.core_metadata) AS core_metadata, MAX(c.core_created_user_id) AS core_created_user_id, MAX(c.core_created_by_alias) AS core_created_by_alias,MAX(c.core_created_time) as core_created_time, MAX(c.core_images) as core_images,
CASE WHEN c.core_modified_time = '0000-00-00 00:00:00' THEN c.core_created_time ELSE c.core_modified_time END as core_modified_time,MAX(c.core_language) AS core_language, MAX(c.core_catid) AS core_catid,MAX(c.core_publish_up) AS core_publish_up, MAX(c.core_publish_down) as core_publish_down,MAX(ct.type_title) AS content_type_title, MAX(ct.router) AS router,
CASE WHEN c.core_created_by_alias > ' ' THEN c.core_created_by_alias ELSE ua.name END AS author,ua.email AS author_email
FROM tr1hf_contentitem_tag_map AS m
INNER JOIN tr1hf_ucm_content AS c
ON m.type_alias = c.core_type_alias
AND m.core_content_id = c.core_content_id
AND c.core_state IN (1)
AND (c.core_publish_up = '0000-00-00 00:00:00' OR c.core_publish_up <= '2024-11-21 13:28:12')
AND (c.core_publish_down = '0000-00-00 00:00:00' OR c.core_publish_down >= '2024-11-21 13:28:12')
INNER JOIN tr1hf_content_types AS ct
ON ct.type_alias = m.type_alias
LEFT JOIN tr1hf_categories AS tc
ON tc.id = c.core_catid
LEFT JOIN tr1hf_users AS ua
ON ua.id = c.core_created_user_id
WHERE m.tag_id IN (2)
AND (c.core_catid = 0 OR tc.published = 1)
AND m.type_alias IN ('com_content.article')
AND c.core_access IN (0,1)
GROUP BY m.type_alias, m.content_item_id, m.core_content_id, core_modified_time, core_created_time, core_created_by_alias, author, author_email
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ct | ref | idx_alias | idx_alias | 302 | const | 1 | Using where; Using temporary; Используется сортировка файлов |
1 | SIMPLE | m | ref | idx_tag_type,idx_core_content_id | idx_tag_type | 4 | const | 24 | Using where |
1 | SIMPLE | c | eq_ref | PRIMARY,tag_idx,idx_access,idx_content_type | PRIMARY | 4 | georggorono.m.core_content_id | 1 | Using where |
1 | SIMPLE | tc | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.c.core_catid | 1 | Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.c.core_created_user_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.36 ms |
Checking permissions | 0.04 ms |
Opening tables | 0.10 ms |
After opening tables | 0.03 ms |
System lock | 0.03 ms |
Table lock | 0.03 ms |
Init | 0.18 ms |
Optimizing | 0.10 ms |
Statistics | 0.26 ms |
Preparing | 0.09 ms |
Creating tmp table | 0.11 ms |
Sorting result | 0.03 ms |
Executing | 0.02 ms |
Sending data | 2.19 ms |
Creating sort index | 2.92 ms |
Removing tmp table | 0.67 ms |
Creating sort index | 0.05 ms |
End of update loop | 0.03 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Closing tables | 0.03 ms |
Unlocking tables | 0.03 ms |
Closing tables | 0.05 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.04 ms |
Updating status | 0.08 ms |
Reset for next command | 0.03 ms |
# | Вызывающий объект | Файл и номер строки |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:367 |
14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getListCount() | JROOT/libraries/src/MVC/Model/ListModel.php:289 |
13 | Joomla\CMS\MVC\Model\ListModel->getTotal() | JROOT/libraries/src/MVC/Model/ListModel.php:239 |
12 | Joomla\CMS\MVC\Model\ListModel->getPagination() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_tags/views/tag/view.html.php:97 |
10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
6 | require_once JROOT/components/com_tags/tags.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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 |
Время запроса: 2.36 ms После последнего запроса: 9.46 ms Память запроса: 0.049 MB. Память перед запросом: 5.302 MB Возвращено строк: 16
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 `tr1hf_categories` AS `s`
INNER JOIN `tr1hf_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND s.id = 37
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right | INDEX KEY не используется | NULL | NULL | 185 | Using where; Используется сортировка файлов |
Status | Duration |
---|
Starting | 0.24 ms |
Checking permissions | 0.04 ms |
Opening tables | 0.06 ms |
After opening tables | 0.03 ms |
System lock | 0.03 ms |
Table lock | 0.03 ms |
Init | 0.10 ms |
Optimizing | 0.07 ms |
Statistics | 0.16 ms |
Preparing | 0.03 ms |
Unlocking tables | 0.02 ms |
Preparing | 0.05 ms |
Sorting result | 0.03 ms |
Executing | 0.02 ms |
Sending data | 0.05 ms |
Creating sort index | 0.80 ms |
End of update loop | 0.03 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.05 ms |
Updating status | 0.07 ms |
Reset for next command | 0.02 ms |
# | Вызывающий объект | Файл и номер строки |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
19 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
18 | Joomla\CMS\Categories\Categories->get() | JROOT/administrator/components/com_fields/models/fields.php:203 |
17 | FieldsModelFields->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
16 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
14 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
13 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_tags/views/tag/view.html.php:140 |
10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
6 | require_once JROOT/components/com_tags/tags.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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 |
Время запроса: 2.97 ms После последнего запроса: 0.72 ms Память запроса: 0.025 MB. Память перед запросом: 5.397 MB Возвращено строк: 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 tr1hf_fields AS a
LEFT JOIN `tr1hf_languages` AS l
ON l.lang_code = a.language
LEFT JOIN tr1hf_users AS uc
ON uc.id=a.checked_out
LEFT JOIN tr1hf_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN tr1hf_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN tr1hf_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `tr1hf_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_content.article'
AND (fc.category_id IS NULL OR fc.category_id IN (37,0,8,10))
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 | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | Using where; Using temporary; Используется сортировка файлов |
1 | SIMPLE | l | ALL | NULL | INDEX KEY не используется | NULL | NULL | 2 | Using where; Using join buffer (flat, BNL join) |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.checked_out | 1 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.access | 1 | Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.created_user_id | 1 | Using where |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.group_id | 1 | Using where |
1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | georggorono.a.id | 1 | Using where; Using index; Distinct |
Status | Duration |
---|
Starting | 0.24 ms |
Checking permissions | 0.03 ms |
Opening tables | 0.13 ms |
After opening tables | 0.03 ms |
System lock | 0.03 ms |
Table lock | 0.03 ms |
Init | 0.12 ms |
Optimizing | 0.08 ms |
Statistics | 0.18 ms |
Preparing | 0.10 ms |
Creating tmp table | 0.11 ms |
Sorting result | 0.06 ms |
Executing | 0.02 ms |
Sending data | 0.81 ms |
Creating sort index | 0.07 ms |
Removing tmp table | 0.16 ms |
Creating sort index | 0.05 ms |
End of update loop | 0.03 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
Closing tables | 0.04 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.04 ms |
Updating status | 0.10 ms |
Reset for next command | 0.03 ms |
# | Вызывающий объект | Файл и номер строки |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
17 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
16 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
14 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
13 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_tags/views/tag/view.html.php:140 |
10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
6 | require_once JROOT/components/com_tags/tags.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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 |
Время запроса: 2.09 ms После последнего запроса: 3.41 ms Память запроса: 0.044 MB. Память перед запросом: 5.502 MB Возвращено строк: 5
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 `tr1hf_categories` AS `s`
INNER JOIN `tr1hf_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND s.id = 91
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right | INDEX KEY не используется | NULL | NULL | 185 | Using where; Используется сортировка файлов |
Status | Duration |
---|
Starting | 0.20 ms |
Checking permissions | 0.03 ms |
Opening tables | 0.05 ms |
After opening tables | 0.03 ms |
System lock | 0.02 ms |
Table lock | 0.03 ms |
Init | 0.09 ms |
Optimizing | 0.07 ms |
Statistics | 0.17 ms |
Preparing | 0.03 ms |
Unlocking tables | 0.02 ms |
Preparing | 0.05 ms |
Sorting result | 0.03 ms |
Executing | 0.02 ms |
Sending data | 0.05 ms |
Creating sort index | 0.58 ms |
End of update loop | 0.03 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
Closing tables | 0.04 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.03 ms |
Updating status | 0.09 ms |
Reset for next command | 0.03 ms |
# | Вызывающий объект | Файл и номер строки |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
19 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
18 | Joomla\CMS\Categories\Categories->get() | JROOT/administrator/components/com_fields/models/fields.php:203 |
17 | FieldsModelFields->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
16 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
14 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
13 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_tags/views/tag/view.html.php:140 |
10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
6 | require_once JROOT/components/com_tags/tags.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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 |
Время запроса: 2.58 ms После последнего запроса: 0.20 ms Память запроса: 0.025 MB. Память перед запросом: 5.535 MB Возвращено строк: 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 tr1hf_fields AS a
LEFT JOIN `tr1hf_languages` AS l
ON l.lang_code = a.language
LEFT JOIN tr1hf_users AS uc
ON uc.id=a.checked_out
LEFT JOIN tr1hf_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN tr1hf_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN tr1hf_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `tr1hf_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_content.article'
AND (fc.category_id IS NULL OR fc.category_id IN (91,0,151,11,10))
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 | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | Using where; Using temporary; Используется сортировка файлов |
1 | SIMPLE | l | ALL | NULL | INDEX KEY не используется | NULL | NULL | 2 | Using where; Using join buffer (flat, BNL join) |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.checked_out | 1 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.access | 1 | Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.created_user_id | 1 | Using where |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.group_id | 1 | Using where |
1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | georggorono.a.id | 1 | Using where; Using index; Distinct |
Status | Duration |
---|
Starting | 0.22 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.07 ms |
After opening tables | 0.03 ms |
System lock | 0.02 ms |
Table lock | 0.03 ms |
Init | 0.11 ms |
Optimizing | 0.08 ms |
Statistics | 0.18 ms |
Preparing | 0.08 ms |
Creating tmp table | 0.09 ms |
Sorting result | 0.05 ms |
Executing | 0.02 ms |
Sending data | 0.80 ms |
Creating sort index | 0.07 ms |
Removing tmp table | 0.15 ms |
Creating sort index | 0.05 ms |
End of update loop | 0.03 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.03 ms |
Updating status | 0.09 ms |
Reset for next command | 0.04 ms |
# | Вызывающий объект | Файл и номер строки |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
17 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
16 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
14 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
13 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_tags/views/tag/view.html.php:140 |
10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
6 | require_once JROOT/components/com_tags/tags.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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 |
Время запроса: 2.43 ms После последнего запроса: 7.95 ms Память запроса: 0.073 MB. Память перед запросом: 5.561 MB Возвращено строк: 30
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 `tr1hf_categories` AS `s`
INNER JOIN `tr1hf_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND s.id = 45
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right | INDEX KEY не используется | NULL | NULL | 185 | Using where; Используется сортировка файлов |
Status | Duration |
---|
Starting | 0.22 ms |
Checking permissions | 0.03 ms |
Opening tables | 0.05 ms |
After opening tables | 0.03 ms |
System lock | 0.02 ms |
Table lock | 0.03 ms |
Init | 0.09 ms |
Optimizing | 0.07 ms |
Statistics | 0.15 ms |
Preparing | 0.03 ms |
Unlocking tables | 0.02 ms |
Preparing | 0.07 ms |
Sorting result | 0.03 ms |
Executing | 0.02 ms |
Sending data | 0.05 ms |
Creating sort index | 0.92 ms |
End of update loop | 0.03 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.03 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.03 ms |
Freeing items | 0.04 ms |
Updating status | 0.07 ms |
Reset for next command | 0.02 ms |
# | Вызывающий объект | Файл и номер строки |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
19 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
18 | Joomla\CMS\Categories\Categories->get() | JROOT/administrator/components/com_fields/models/fields.php:203 |
17 | FieldsModelFields->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
16 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
14 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
13 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_tags/views/tag/view.html.php:140 |
10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
6 | require_once JROOT/components/com_tags/tags.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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 |
Время запроса: 2.56 ms После последнего запроса: 0.39 ms Память запроса: 0.025 MB. Память перед запросом: 5.689 MB Возвращено строк: 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 tr1hf_fields AS a
LEFT JOIN `tr1hf_languages` AS l
ON l.lang_code = a.language
LEFT JOIN tr1hf_users AS uc
ON uc.id=a.checked_out
LEFT JOIN tr1hf_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN tr1hf_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN tr1hf_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `tr1hf_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_content.article'
AND (fc.category_id IS NULL OR fc.category_id IN (45,0,10))
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 | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | Using where; Using temporary; Используется сортировка файлов |
1 | SIMPLE | l | ALL | NULL | INDEX KEY не используется | NULL | NULL | 2 | Using where; Using join buffer (flat, BNL join) |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.checked_out | 1 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.access | 1 | Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.created_user_id | 1 | Using where |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.group_id | 1 | Using where |
1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | georggorono.a.id | 1 | Using where; Using index; Distinct |
Status | Duration |
---|
Starting | 0.22 ms |
Checking permissions | 0.03 ms |
Opening tables | 0.07 ms |
After opening tables | 0.02 ms |
System lock | 0.02 ms |
Table lock | 0.02 ms |
Init | 0.11 ms |
Optimizing | 0.08 ms |
Statistics | 0.17 ms |
Preparing | 0.08 ms |
Creating tmp table | 0.08 ms |
Sorting result | 0.05 ms |
Executing | 0.02 ms |
Sending data | 0.80 ms |
Creating sort index | 0.07 ms |
Removing tmp table | 0.16 ms |
Creating sort index | 0.05 ms |
End of update loop | 0.03 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.03 ms |
Freeing items | 0.03 ms |
Updating status | 0.09 ms |
Reset for next command | 0.03 ms |
# | Вызывающий объект | Файл и номер строки |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
17 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
16 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
14 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
13 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_tags/views/tag/view.html.php:140 |
10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
6 | require_once JROOT/components/com_tags/tags.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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 |
Время запроса: 2.18 ms После последнего запроса: 4.16 ms Память запроса: 0.043 MB. Память перед запросом: 5.718 MB Возвращено строк: 4
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 `tr1hf_categories` AS `s`
INNER JOIN `tr1hf_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND s.id = 93
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right | INDEX KEY не используется | NULL | NULL | 185 | Using where; Используется сортировка файлов |
Status | Duration |
---|
Starting | 0.25 ms |
Checking permissions | 0.04 ms |
Opening tables | 0.06 ms |
After opening tables | 0.03 ms |
System lock | 0.03 ms |
Table lock | 0.03 ms |
Init | 0.11 ms |
Optimizing | 0.07 ms |
Statistics | 0.15 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.02 ms |
Preparing | 0.05 ms |
Sorting result | 0.03 ms |
Executing | 0.02 ms |
Sending data | 0.05 ms |
Creating sort index | 0.69 ms |
End of update loop | 0.03 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.03 ms |
Updating status | 0.05 ms |
Reset for next command | 0.02 ms |
# | Вызывающий объект | Файл и номер строки |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
19 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
18 | Joomla\CMS\Categories\Categories->get() | JROOT/administrator/components/com_fields/models/fields.php:203 |
17 | FieldsModelFields->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
16 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
14 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
13 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_tags/views/tag/view.html.php:140 |
10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
6 | require_once JROOT/components/com_tags/tags.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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 |
Время запроса: 2.50 ms После последнего запроса: 0.17 ms Память запроса: 0.025 MB. Память перед запросом: 5.732 MB Возвращено строк: 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 tr1hf_fields AS a
LEFT JOIN `tr1hf_languages` AS l
ON l.lang_code = a.language
LEFT JOIN tr1hf_users AS uc
ON uc.id=a.checked_out
LEFT JOIN tr1hf_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN tr1hf_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN tr1hf_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `tr1hf_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_content.article'
AND (fc.category_id IS NULL OR fc.category_id IN (93,0,52,10))
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 | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | Using where; Using temporary; Используется сортировка файлов |
1 | SIMPLE | l | ALL | NULL | INDEX KEY не используется | NULL | NULL | 2 | Using where; Using join buffer (flat, BNL join) |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.checked_out | 1 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.access | 1 | Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.created_user_id | 1 | Using where |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.group_id | 1 | Using where |
1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | georggorono.a.id | 1 | Using where; Using index; Distinct |
Status | Duration |
---|
Starting | 0.21 ms |
Checking permissions | 0.03 ms |
Opening tables | 0.07 ms |
After opening tables | 0.02 ms |
System lock | 0.02 ms |
Table lock | 0.02 ms |
Init | 0.10 ms |
Optimizing | 0.08 ms |
Statistics | 0.17 ms |
Preparing | 0.08 ms |
Creating tmp table | 0.08 ms |
Sorting result | 0.05 ms |
Executing | 0.03 ms |
Sending data | 0.80 ms |
Creating sort index | 0.06 ms |
Removing tmp table | 0.16 ms |
Creating sort index | 0.04 ms |
End of update loop | 0.03 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.03 ms |
Updating status | 0.09 ms |
Reset for next command | 0.03 ms |
# | Вызывающий объект | Файл и номер строки |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
17 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
16 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
14 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
13 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_tags/views/tag/view.html.php:140 |
10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
6 | require_once JROOT/components/com_tags/tags.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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 |
Время запроса: 2.72 ms После последнего запроса: 4.13 ms Память запроса: 0.025 MB. Память перед запросом: 5.753 MB Возвращено строк: 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 tr1hf_fields AS a
LEFT JOIN `tr1hf_languages` AS l
ON l.lang_code = a.language
LEFT JOIN tr1hf_users AS uc
ON uc.id=a.checked_out
LEFT JOIN tr1hf_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN tr1hf_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN tr1hf_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `tr1hf_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_content.article'
AND (fc.category_id IS NULL OR fc.category_id IN (123,0,45,10))
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 | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | Using where; Using temporary; Используется сортировка файлов |
1 | SIMPLE | l | ALL | NULL | INDEX KEY не используется | NULL | NULL | 2 | Using where; Using join buffer (flat, BNL join) |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.checked_out | 1 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.access | 1 | Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.created_user_id | 1 | Using where |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.group_id | 1 | Using where |
1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | georggorono.a.id | 1 | Using where; Using index; Distinct |
Status | Duration |
---|
Starting | 0.25 ms |
Checking permissions | 0.03 ms |
Opening tables | 0.08 ms |
After opening tables | 0.03 ms |
System lock | 0.03 ms |
Table lock | 0.03 ms |
Init | 0.11 ms |
Optimizing | 0.08 ms |
Statistics | 0.18 ms |
Preparing | 0.08 ms |
Creating tmp table | 0.08 ms |
Sorting result | 0.05 ms |
Executing | 0.02 ms |
Sending data | 0.81 ms |
Creating sort index | 0.07 ms |
Removing tmp table | 0.15 ms |
Creating sort index | 0.05 ms |
End of update loop | 0.03 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
Closing tables | 0.06 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.04 ms |
Updating status | 0.09 ms |
Reset for next command | 0.02 ms |
# | Вызывающий объект | Файл и номер строки |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
17 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
16 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
14 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
13 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_tags/views/tag/view.html.php:140 |
10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
6 | require_once JROOT/components/com_tags/tags.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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 |
Время запроса: 2.79 ms После последнего запроса: 9.39 ms Память запроса: 0.025 MB. Память перед запросом: 5.783 MB Возвращено строк: 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 tr1hf_fields AS a
LEFT JOIN `tr1hf_languages` AS l
ON l.lang_code = a.language
LEFT JOIN tr1hf_users AS uc
ON uc.id=a.checked_out
LEFT JOIN tr1hf_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN tr1hf_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN tr1hf_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `tr1hf_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_content.article'
AND (fc.category_id IS NULL OR fc.category_id IN (13,0,45,10))
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 | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | Using where; Using temporary; Используется сортировка файлов |
1 | SIMPLE | l | ALL | NULL | INDEX KEY не используется | NULL | NULL | 2 | Using where; Using join buffer (flat, BNL join) |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.checked_out | 1 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.access | 1 | Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.created_user_id | 1 | Using where |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.group_id | 1 | Using where |
1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | georggorono.a.id | 1 | Using where; Using index; Distinct |
Status | Duration |
---|
Starting | 0.30 ms |
Checking permissions | 0.04 ms |
Opening tables | 0.09 ms |
After opening tables | 0.03 ms |
System lock | 0.04 ms |
Table lock | 0.03 ms |
Init | 0.11 ms |
Optimizing | 0.08 ms |
Statistics | 0.18 ms |
Preparing | 0.08 ms |
Creating tmp table | 0.08 ms |
Sorting result | 0.05 ms |
Executing | 0.03 ms |
Sending data | 0.79 ms |
Creating sort index | 0.07 ms |
Removing tmp table | 0.16 ms |
Creating sort index | 0.05 ms |
End of update loop | 0.03 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.04 ms |
Updating status | 0.10 ms |
Reset for next command | 0.03 ms |
# | Вызывающий объект | Файл и номер строки |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
17 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
16 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
14 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
13 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_tags/views/tag/view.html.php:140 |
10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
6 | require_once JROOT/components/com_tags/tags.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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 |
Время запроса: 2.77 ms После последнего запроса: 3.78 ms Память запроса: 0.025 MB. Память перед запросом: 5.804 MB Возвращено строк: 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 tr1hf_fields AS a
LEFT JOIN `tr1hf_languages` AS l
ON l.lang_code = a.language
LEFT JOIN tr1hf_users AS uc
ON uc.id=a.checked_out
LEFT JOIN tr1hf_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN tr1hf_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN tr1hf_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `tr1hf_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_content.article'
AND (fc.category_id IS NULL OR fc.category_id IN (101,0,45,10))
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 | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | Using where; Using temporary; Используется сортировка файлов |
1 | SIMPLE | l | ALL | NULL | INDEX KEY не используется | NULL | NULL | 2 | Using where; Using join buffer (flat, BNL join) |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.checked_out | 1 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.access | 1 | Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.created_user_id | 1 | Using where |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | georggorono.a.group_id | 1 | Using where |
1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | georggorono.a.id | 1 | Using where; Using index; Distinct |
Status | Duration |
---|
Starting | 0.23 ms |
Checking permissions | 0.06 ms |
Opening tables | 0.08 ms |
After opening tables | 0.03 ms |
System lock | 0.04 ms |
Table lock | 0.04 ms |
Init | 0.12 ms |
Optimizing | 0.10 ms |
Statistics | 0.18 ms |
Preparing | 0.09 ms |
Creating tmp table | 0.08 ms |
Sorting result | 0.06 ms |
Executing | 0.02 ms |
Sending data | 0.79 ms |
Creating sort index | 0.08 ms |
Removing tmp table | 0.15 ms |
Creating sort index | 0.05 ms |
End of update loop | 0.03 ms |
Query end | 0.03 ms |
Commit | 0.03 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
Closing tables | 0.04 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.03 ms |
Updating status | 0.10 ms |
Reset for next command | 0.03 ms |
# | Вызывающий объект | Файл и номер строки |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
17 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
16 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
14 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
13 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_tags/views/tag/view.html.php:140 |
10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
6 | require_once JROOT/components/com_tags/tags.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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 |
Время запроса: 1.03 ms После последнего запроса: 7.27 ms Память запроса: 0.006 MB. Память перед запросом: 5.844 MB
UPDATE tr1hf_tags
SET `hits` = (`hits` + 1)
WHERE `id` = '2'
EXPLAIN недоступен для: UPDATE tr1hf_tags
SET `hits` = (`hits` + 1)
WHERE `id` = '2'
Status | Duration |
---|
Starting | 0.09 ms |
Checking permissions | 0.03 ms |
Opening tables | 0.05 ms |
After opening tables | 0.03 ms |
System lock | 0.02 ms |
Table lock | 0.02 ms |
Init for update | 0.08 ms |
Updating | 0.11 ms |
End of update loop | 0.02 ms |
Waiting for query cache lock | 0.02 ms |
End of update loop | 0.02 ms |
Query end | 0.02 ms |
Commit | 0.10 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.02 ms |
Updating status | 0.08 ms |
Reset for next command | 0.03 ms |
# | Вызывающий объект | Файл и номер строки |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Table/Table.php:1264 |
12 | Joomla\CMS\Table\Table->hit() | JROOT/components/com_tags/models/tag.php:346 |
11 | TagsModelTag->hit() | JROOT/components/com_tags/views/tag/view.html.php:239 |
10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
6 | require_once JROOT/components/com_tags/tags.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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 |
Время запроса: 0.91 ms После последнего запроса: 0.09 ms Память запроса: 0.023 MB. Память перед запросом: 5.852 MB Возвращено строк: 1
Повторяющиеся запросы:
#13SELECT *
FROM tr1hf_tags
WHERE `id` = '2'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tr1hf_tags | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.02 ms |
System lock | 0.02 ms |
Table lock | 0.02 ms |
Init | 0.05 ms |
Optimizing | 0.03 ms |
Statistics | 0.07 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.04 ms |
Preparing | 0.04 ms |
Executing | 0.02 ms |
Sending data | 0.06 ms |
End of update loop | 0.03 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.02 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.02 ms |
Updating status | 0.08 ms |
Reset for next command | 0.02 ms |
# | Вызывающий объект | Файл и номер строки |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
13 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
12 | Joomla\CMS\Table\Table->load() | JROOT/components/com_tags/models/tag.php:349 |
11 | TagsModelTag->hit() | JROOT/components/com_tags/views/tag/view.html.php:239 |
10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
6 | require_once JROOT/components/com_tags/tags.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | 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 |
Время запроса: 2.20 ms После последнего запроса: 41.72 ms Память запроса: 0.025 MB. Память перед запросом: 5.966 MB Возвращено строк: 13
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM tr1hf_modules AS m
LEFT JOIN tr1hf_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN tr1hf_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 <= '2024-11-21 13:28:12')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2024-11-21 13:28:12')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 296 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | PRIMARY,published,newsfeeds | published | 1 | const | 18 | Using index condition; Using where; Используется сортировка файлов |
1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | georggorono.m.id | 1 | Using where; Using index |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 303 | georggorono.m.module,const | 1 | Using index condition; Using where |
Status | Duration |
---|
Starting | 0.20 ms |
Checking permissions | 0.04 ms |
Opening tables | 0.07 ms |
After opening tables | 0.03 ms |
System lock | 0.03 ms |
Table lock | 0.03 ms |
Init | 0.10 ms |
Optimizing | 0.09 ms |
Statistics | 0.13 ms |
Preparing | 0.12 ms |
Sorting result | 0.04 ms |
Executing | 0.03 ms |
Sending data | 0.04 ms |
Creating sort index | 0.58 ms |
End of update loop | 0.03 ms |
Query end | 0.03 ms |
Commit | 0.03 ms |
Closing tables | 0.03 ms |
Unlocking tables | 0.03 ms |
Closing tables | 0.04 ms |
Starting cleanup | 0.03 ms |
Freeing items | 0.05 ms |
Updating status | 0.12 ms |
Reset for next command | 0.03 ms |
# | Вызывающий объект | Файл и номер строки |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | Такой же, как вызов в строке ниже |
14 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
13 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
12 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
11 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
10 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
9 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/oo1head1/library/Artx/Page.php:43 |
8 | ArtxPage->containsModules() | JROOT/templates/oo1head1/index.php:108 |
7 | require JROOT/templates/oo1head1/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 |
7 × 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 tr1hf_fields AS a
LEFT JOIN `tr1hf_languages` AS l
ON l.lang_code = a.language
LEFT JOIN tr1hf_users AS uc
ON uc.id=a.checked_out
LEFT JOIN tr1hf_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN tr1hf_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN tr1hf_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `tr1hf_fields_categories` AS fc
ON fc.field_id = a.id
4 × 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 `tr1hf_categories` AS `s`
INNER JOIN `tr1hf_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
2 × SELECT m.type_alias, m.content_item_id, m.core_content_id, count(m.tag_id) AS match_count, MAX(m.tag_date) as tag_date, MAX(c.core_title) AS core_title, MAX(c.core_params) AS core_params,MAX(c.core_alias) AS core_alias, MAX(c.core_body) AS core_body, MAX(c.core_state) AS core_state, MAX(c.core_access) AS core_access,MAX(c.core_metadata) AS core_metadata, MAX(c.core_created_user_id) AS core_created_user_id, MAX(c.core_created_by_alias) AS core_created_by_alias,MAX(c.core_created_time) as core_created_time, MAX(c.core_images) as core_images,
CASE WHEN c.core_modified_time = '0000-00-00 00:00:00' THEN c.core_created_time ELSE c.core_modified_time END as core_modified_time,MAX(c.core_language) AS core_language, MAX(c.core_catid) AS core_catid,MAX(c.core_publish_up) AS core_publish_up, MAX(c.core_publish_down) as core_publish_down,MAX(ct.type_title) AS content_type_title, MAX(ct.router) AS router,
CASE WHEN c.core_created_by_alias > ' ' THEN c.core_created_by_alias ELSE ua.name END AS author,ua.email AS author_email
FROM tr1hf_contentitem_tag_map AS m
INNER JOIN tr1hf_ucm_content AS c
ON m.type_alias = c.core_type_alias
AND m.core_content_id = c.core_content_id
AND c.core_state IN (1)
AND (c.core_publish_up = '0000-00-00 00:00:00' OR c.core_publish_up <= '2024-11-21 13:28:12')
AND (c.core_publish_down = '0000-00-00 00:00:00' OR c.core_publish_down >= '2024-11-21 13:28:12')
INNER JOIN tr1hf_content_types AS ct
ON ct.type_alias = m.type_alias
LEFT JOIN tr1hf_categories AS tc
ON tc.id = c.core_catid
LEFT JOIN tr1hf_users AS ua
ON ua.id = c.core_created_user_id
2 × SELECT *
FROM tr1hf_tags
1 × SELECT `data`
FROM `tr1hf_session`
1 × SELECT `session_id`
FROM `tr1hf_session`
1 × SELECT id, rules
FROM `tr1hf_viewlevels
1 × SELECT b.id
FROM tr1hf_usergroups AS a
LEFT JOIN tr1hf_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `value`
FROM `tr1hf_admintools_storage`
1 × SELECT *
FROM `tr1hf_admintools_wafexceptions`
1 × SELECT `source`,`keepurlparams`
FROM `tr1hf_admintools_redirects`
1 × SELECT *
FROM `tr1hf_content_types`
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM tr1hf_modules AS m
LEFT JOIN tr1hf_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN tr1hf_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id