Время запроса: 0.95 ms Память запроса: 0.018 MB Память до запроса: 2.986 MB Выбрано строк: 0
SELECT `data`
FROM `mir_session`
WHERE `session_id` = 'b91fa66757e14a9f09a288159b10f52d'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | mir_session | NULL | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.17 ms |
checking permissions | 0.02 ms |
Opening tables | 0.09 ms |
init | 0.06 ms |
System lock | 0.03 ms |
optimizing | 0.06 ms |
statistics | 0.13 ms |
executing | 0.03 ms |
end | 0.01 ms |
query end | 0.02 ms |
closing tables | 0.03 ms |
freeing items | 0.05 ms |
cleaning up | 0.03 ms |
# | Вызывающий объект | Файл и номер строки | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
13 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:44 |
12 | JSessionStorageDatabase->read() | Так же, как вызов в строке ниже. |
11 | session_start() | JROOT/libraries/joomla/session/handler/native.php:259 |
10 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:49 |
9 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:81 |
8 | JSessionHandlerJoomla->start() | JROOT/libraries/joomla/session/session.php:636 |
7 | JSession->_start() | JROOT/libraries/joomla/session/session.php:596 |
6 | JSession->start() | JROOT/libraries/cms/application/cms.php:773 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:408 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
Время запроса: 0.74 ms После последнего запроса: 5.53 ms Память запроса: 0.012 MB Память до запроса: 3.194 MB Выбрано строк: 0
SELECT `session_id`
FROM `mir_session`
WHERE `session_id` = 'b91fa66757e14a9f09a288159b10f52d'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | mir_session | NULL | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.10 ms |
checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
init | 0.04 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.07 ms |
executing | 0.03 ms |
end | 0.02 ms |
query end | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.04 ms |
cleaning up | 0.02 ms |
# | Вызывающий объект | Файл и номер строки | 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
7 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/application/cms.php:176 |
6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:799 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:408 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
Время запроса: 2.72 ms После последнего запроса: 0.31 ms Память запроса: 0.009 MB Память до запроса: 3.209 MB
INSERT INTO `mir_session`
(`session_id`,`client_id`,`guest`,`time`,`userid`,`username`)
VALUES
('b91fa66757e14a9f09a288159b10f52d', 0, 1, '1743953408', 0, '')
EXPLAIN не доступен для запроса: INSERT INTO `mir_session`
(`session_id`,`client_id`,`guest`,`time`,`userid`,`username`) VALUES
('b91fa66757e14a9f09a288159b10f52d', 0, 1, '1743953408', 0, '')
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.02 ms |
System lock | 0.01 ms |
update | 0.49 ms |
end | 0.01 ms |
query end | 1.81 ms |
closing tables | 0.04 ms |
freeing items | 0.07 ms |
cleaning up | 0.06 ms |
# | Вызывающий объект | Файл и номер строки | 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/application/cms.php:212 |
6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:799 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:408 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
Время запроса: 0.92 ms После последнего запроса: 11.05 ms Память запроса: 0.015 MB Память до запроса: 3.782 MB Выбрано строк: 2
SELECT b.id
FROM mir_usergroups AS a
LEFT JOIN mir_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | 100.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.18 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.04 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.17 ms |
preparing | 0.03 ms |
executing | 0.01 ms |
Sending data | 0.06 ms |
end | 0.01 ms |
query end | 0.02 ms |
closing tables | 0.03 ms |
freeing items | 0.05 ms |
cleaning up | 0.02 ms |
# | Вызывающий объект | Файл и номер строки | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:835 |
9 | JAccess::getGroupsByUser() | JROOT/libraries/joomla/access/access.php:904 |
8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:454 |
7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:296 |
6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:599 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.45 ms После последнего запроса: 0.86 ms Память запроса: 0.014 MB Память до запроса: 3.858 MB Выбрано строк: 5
SELECT id, rules
FROM `mir_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | mir_viewlevels | NULL | ALL | NULL | Индекс не используется | NULL | NULL | 5 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.02 ms |
System lock | 0.03 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.08 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.03 ms |
# | Вызывающий объект | Файл и номер строки | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1494 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:921 |
8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:454 |
7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:296 |
6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:599 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 3.81 ms После последнего запроса: 13.07 ms Память запроса: 0.017 MB Память до запроса: 4.806 MB Выбрано строк: 0
SELECT `path`
FROM mir_rsfirewall_ignored
WHERE `type`='ignore_folder' OR `type`='ignore_file'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | mir_rsfirewall_ignored | NULL | ALL | NULL | Индекс не используется | NULL | NULL | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.14 ms |
checking permissions | 0.03 ms |
Opening tables | 0.07 ms |
init | 0.13 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.03 ms |
preparing | 0.03 ms |
executing | 0.01 ms |
Sending data | 0.07 ms |
end | 0.02 ms |
query end | 0.03 ms |
closing tables | 0.04 ms |
freeing items | 0.05 ms |
cleaning up | 0.03 ms |
# | Вызывающий объект | Файл и номер строки | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
11 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:53 |
10 | RSFirewallConfig->load() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:19 |
9 | RSFirewallConfig->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:161 |
8 | RSFirewallConfig::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:28 |
7 | plgSystemRSFirewall->__construct() | JROOT/libraries/cms/plugin/helper.php:255 |
6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:669 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:681 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 1.56 ms После последнего запроса: 0.34 ms Память запроса: 0.016 MB Память до запроса: 4.822 MB Выбрано строк: 0
SELECT `file`
FROM mir_rsfirewall_hashes
WHERE `type`='protect'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | mir_rsfirewall_hashes | NULL | ALL | NULL | Индекс не используется | NULL | NULL | 236 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.10 ms |
checking permissions | 0.01 ms |
Opening tables | 0.14 ms |
init | 0.04 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.03 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.46 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.04 ms |
cleaning up | 0.03 ms |
# | Вызывающий объект | Файл и номер строки | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
11 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:60 |
10 | RSFirewallConfig->load() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:19 |
9 | RSFirewallConfig->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:161 |
8 | RSFirewallConfig::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:28 |
7 | plgSystemRSFirewall->__construct() | JROOT/libraries/cms/plugin/helper.php:255 |
6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:669 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:681 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.99 ms После последнего запроса: 0.26 ms Память запроса: 0.019 MB Память до запроса: 4.837 MB Выбрано строк: 52
SELECT *
FROM mir_rsfirewall_configuration
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | mir_rsfirewall_configuration | NULL | ALL | NULL | Индекс не используется | NULL | NULL | 52 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.02 ms |
Opening tables | 0.04 ms |
init | 0.03 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.39 ms |
end | 0.02 ms |
query end | 0.02 ms |
closing tables | 0.06 ms |
freeing items | 0.05 ms |
cleaning up | 0.03 ms |
# | Вызывающий объект | Файл и номер строки | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
11 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:68 |
10 | RSFirewallConfig->load() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:19 |
9 | RSFirewallConfig->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:161 |
8 | RSFirewallConfig::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:28 |
7 | plgSystemRSFirewall->__construct() | JROOT/libraries/cms/plugin/helper.php:255 |
6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:669 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:681 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 1.46 ms После последнего запроса: 13.14 ms Память запроса: 0.024 MB Память до запроса: 5.420 MB Выбрано строк: 10
SHOW FULL COLUMNS
FROM `mir_rsfirewall_logs`
EXPLAIN не доступен для запроса: SHOW FULL COLUMNS FROM `mir_rsfirewall_logs`
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.27 ms |
init | 0.03 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.03 ms |
Opening tables | 0.22 ms |
checking permissions | 0.07 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.07 ms |
checking permissions | 0.04 ms |
Sending data | 0.12 ms |
end | 0.01 ms |
query end | 0.02 ms |
closing tables | 0.01 ms |
removing tmp table | 0.05 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.02 ms |
# | Вызывающий объект | Файл и номер строки | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
13 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
12 | JTable->__construct() | JROOT/administrator/components/com_rsfirewall/tables/logs.php:36 |
11 | RSFirewallTableLogs->__construct() | JROOT/libraries/joomla/table/table.php:308 |
10 | JTable::getInstance() | JROOT/administrator/components/com_rsfirewall/helpers/log.php:23 |
9 | RSFirewallLogger->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/log.php:57 |
8 | RSFirewallLogger::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:50 |
7 | plgSystemRSFirewall->__construct() | JROOT/libraries/cms/plugin/helper.php:255 |
6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:669 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:681 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 3.01 ms После последнего запроса: 68.31 ms Память запроса: 0.050 MB Память до запроса: 8.652 MB Выбрано строк: 72
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM mir_menu AS m
LEFT JOIN mir_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | range | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 5 | NULL | 92 | 10.00 | Using index condition; Using where; Используется filesort |
1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stroymir39.m.component_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.19 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
Opening tables | 0.07 ms |
init | 0.05 ms |
System lock | 0.03 ms |
optimizing | 0.05 ms |
statistics | 0.24 ms |
preparing | 0.04 ms |
Sorting result | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 1.81 ms |
end | 0.02 ms |
query end | 0.03 ms |
closing tables | 0.08 ms |
freeing items | 0.07 ms |
cleaning up | 0.06 ms |
# | Вызывающий объект | Файл и номер строки | 27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
26 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/menu/site.php:86 |
25 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
24 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
23 | JMenuSite->__construct() | JROOT/libraries/cms/menu/menu.php:145 |
22 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:439 |
21 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |
20 | JApplicationSite->getMenu() | JROOT/libraries/cms/application/site.php:438 |
19 | JApplicationSite->getTemplate() | JROOT/libraries/cms/html/html.php:339 |
18 | JHtml::includeRelativeFiles() | JROOT/libraries/cms/html/html.php:684 |
17 | JHtml::script() | Так же, как вызов в строке ниже. |
16 | call_user_func_array() | JROOT/libraries/cms/html/html.php:237 |
15 | JHtml::call() | JROOT/libraries/cms/html/html.php:139 |
14 | JHtml::_() | JROOT/libraries/cms/html/behavior.php:64 |
13 | JHtmlBehavior::framework() | Так же, как вызов в строке ниже. |
12 | call_user_func_array() | JROOT/libraries/cms/html/html.php:237 |
11 | JHtml::call() | JROOT/libraries/cms/html/html.php:139 |
10 | JHtml::_() | JROOT/plugins/system/jckmodal/jckmodal.php:29 |
9 | plgSystemJCKModal->onAfterInitialise() | Так же, как вызов в строке ниже. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:670 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:681 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 5.47 ms После последнего запроса: 6.76 ms Память запроса: 0.026 MB Память до запроса: 9.555 MB
UPDATE `mir_extensions`
SET `params` = '{\"mediaversion\":\"f0ce8014db6282cd08d2df623886459c\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | mir_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.14 ms |
checking permissions | 0.02 ms |
Opening tables | 0.05 ms |
init | 0.06 ms |
System lock | 0.18 ms |
updating | 0.19 ms |
end | 0.03 ms |
query end | 4.37 ms |
closing tables | 0.08 ms |
freeing items | 0.09 ms |
cleaning up | 0.04 ms |
# | Вызывающий объект | Файл и номер строки | 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/library/helper.php:119 |
22 | JLibraryHelper::saveParams() | JROOT/libraries/cms/version/version.php:325 |
21 | JVersion->setMediaVersion() | JROOT/libraries/cms/version/version.php:284 |
20 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:755 |
19 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
18 | JFactory::getDocument() | JROOT/libraries/cms/html/html.php:705 |
17 | JHtml::script() | Так же, как вызов в строке ниже. |
16 | call_user_func_array() | JROOT/libraries/cms/html/html.php:237 |
15 | JHtml::call() | JROOT/libraries/cms/html/html.php:139 |
14 | JHtml::_() | JROOT/libraries/cms/html/behavior.php:64 |
13 | JHtmlBehavior::framework() | Так же, как вызов в строке ниже. |
12 | call_user_func_array() | JROOT/libraries/cms/html/html.php:237 |
11 | JHtml::call() | JROOT/libraries/cms/html/html.php:139 |
10 | JHtml::_() | JROOT/plugins/system/jckmodal/jckmodal.php:29 |
9 | plgSystemJCKModal->onAfterInitialise() | Так же, как вызов в строке ниже. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:670 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:681 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 1.49 ms После последнего запроса: 36.37 ms Память запроса: 0.016 MB Память до запроса: 12.306 MB Выбрано строк: 0
SELECT *
FROM mir_rsfirewall_hashes
WHERE (`type`='3.6.5' OR `type`='protect')
AND `flag`!='C'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | mir_rsfirewall_hashes | NULL | ALL | NULL | Индекс не используется | NULL | NULL | 236 | 17.10 | Using where |
Status | Duration |
---|
starting | 0.15 ms |
checking permissions | 0.03 ms |
Opening tables | 0.09 ms |
init | 0.07 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.06 ms |
preparing | 0.03 ms |
executing | 0.01 ms |
Sending data | 0.62 ms |
end | 0.02 ms |
query end | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.03 ms |
# | Вызывающий объект | Файл и номер строки | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
10 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:979 |
9 | plgSystemRSFirewall->onAfterRoute() | Так же, как вызов в строке ниже. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1125 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:791 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.61 ms После последнего запроса: 1.15 ms Память запроса: 0.016 MB Память до запроса: 12.358 MB Выбрано строк: 0
SELECT *
FROM mir_rsfirewall_snapshots
WHERE `type`='protect'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | mir_rsfirewall_snapshots | NULL | ALL | NULL | Индекс не используется | NULL | NULL | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.02 ms |
Opening tables | 0.05 ms |
init | 0.07 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.05 ms |
cleaning up | 0.04 ms |
# | Вызывающий объект | Файл и номер строки | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
11 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsfirewall/helpers/snapshot.php:47 |
10 | RSFirewallSnapshot::get() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1002 |
9 | plgSystemRSFirewall->onAfterRoute() | Так же, как вызов в строке ниже. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1125 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:791 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.74 ms После последнего запроса: 0.26 ms Память запроса: 0.017 MB Память до запроса: 12.374 MB Выбрано строк: 0
SELECT `ip`,`reason`
FROM mir_rsfirewall_lists
WHERE (`ip`='13.59.84.174' OR `ip` LIKE '%*%' OR `ip` LIKE '%/%' OR `ip` LIKE '%-%')
AND `type`='1'
AND `published`='1'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | mir_rsfirewall_lists | NULL | ref | published,type,ip | published | 1 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.05 ms |
System lock | 0.03 ms |
optimizing | 0.02 ms |
statistics | 0.15 ms |
preparing | 0.03 ms |
executing | 0.02 ms |
Sending data | 0.06 ms |
end | 0.03 ms |
query end | 0.02 ms |
closing tables | 0.05 ms |
freeing items | 0.06 ms |
cleaning up | 0.03 ms |
# | Вызывающий объект | Файл и номер строки | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
12 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:169 |
11 | plgSystemRSFirewall->isListed() | JROOT/plugins/system/rsfirewall/rsfirewall.php:148 |
10 | plgSystemRSFirewall->isWhitelisted() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1038 |
9 | plgSystemRSFirewall->onAfterRoute() | Так же, как вызов в строке ниже. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1125 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:791 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.57 ms После последнего запроса: 0.30 ms Память запроса: 0.017 MB Память до запроса: 12.391 MB Выбрано строк: 0
SELECT `ip`,`reason`
FROM mir_rsfirewall_lists
WHERE (`ip`='13.59.84.174' OR `ip` LIKE '%*%' OR `ip` LIKE '%/%' OR `ip` LIKE '%-%')
AND `type`='0'
AND `published`='1'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | mir_rsfirewall_lists | NULL | ref | published,type,ip | published | 1 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
init | 0.04 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.09 ms |
preparing | 0.03 ms |
executing | 0.02 ms |
Sending data | 0.05 ms |
end | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 ms |
# | Вызывающий объект | Файл и номер строки | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
12 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:169 |
11 | plgSystemRSFirewall->isListed() | JROOT/plugins/system/rsfirewall/rsfirewall.php:138 |
10 | plgSystemRSFirewall->isBlacklisted() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1042 |
9 | plgSystemRSFirewall->onAfterRoute() | Так же, как вызов в строке ниже. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1125 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:791 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.53 ms После последнего запроса: 1.64 ms Память запроса: 0.018 MB Память до запроса: 12.453 MB Выбрано строк: 0
SELECT *
FROM mir_rsfirewall_exceptions
WHERE `published`='1'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | mir_rsfirewall_exceptions | NULL | ALL | NULL | Индекс не используется | NULL | NULL | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.02 ms |
Opening tables | 0.04 ms |
init | 0.04 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.06 ms |
end | 0.02 ms |
query end | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.05 ms |
cleaning up | 0.03 ms |
# | Вызывающий объект | Файл и номер строки | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:647 |
10 | plgSystemRSFirewall->isException() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1090 |
9 | plgSystemRSFirewall->onAfterRoute() | Так же, как вызов в строке ниже. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1125 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:791 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 1.38 ms После последнего запроса: 27.17 ms Память запроса: 0.031 MB Память до запроса: 14.228 MB Выбрано строк: 8
SHOW FULL COLUMNS
FROM `mir_assets`
EXPLAIN не доступен для запроса: SHOW FULL COLUMNS FROM `mir_assets`
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
Opening tables | 0.25 ms |
init | 0.03 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.10 ms |
executing | 0.03 ms |
Opening tables | 0.10 ms |
checking permissions | 0.08 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.03 ms |
Sending data | 0.08 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
removing tmp table | 0.07 ms |
closing tables | 0.01 ms |
freeing items | 0.06 ms |
cleaning up | 0.03 ms |
# | Вызывающий объект | Файл и номер строки | 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
20 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
19 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
18 | JTable->__construct() | JROOT/libraries/joomla/table/asset.php:60 |
17 | JTableAsset->__construct() | JROOT/libraries/joomla/table/table.php:308 |
16 | JTable::getInstance() | JROOT/libraries/joomla/access/access.php:696 |
15 | JAccess::getExtensionNameFromAsset() | JROOT/libraries/joomla/access/access.php:555 |
14 | JAccess::getAssetRules() | JROOT/libraries/joomla/user/user.php:385 |
13 | JUser->authorise() | JROOT/administrator/components/com_virtuemart/helpers/config.php:544 |
12 | VmConfig::echoAdmin() | JROOT/administrator/components/com_virtuemart/helpers/config.php:517 |
11 | VmConfig->__construct() | JROOT/administrator/components/com_virtuemart/helpers/config.php:807 |
10 | VmConfig::loadConfig() | JROOT/plugins/system/onepage_generic/onepage_generic.php:75 |
9 | plgSystemOnepage_generic->onAfterRoute() | Так же, как вызов в строке ниже. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1125 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:791 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.55 ms После последнего запроса: 0.52 ms Память запроса: 0.025 MB Память до запроса: 14.278 MB Выбрано строк: 1
SELECT *
FROM mir_assets
WHERE `id` = '1'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | mir_assets | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.03 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.05 ms |
cleaning up | 0.02 ms |
# | Вызывающий объект | Файл и номер строки | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
17 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:719 |
16 | JTable->load() | JROOT/libraries/joomla/access/access.php:697 |
15 | JAccess::getExtensionNameFromAsset() | JROOT/libraries/joomla/access/access.php:555 |
14 | JAccess::getAssetRules() | JROOT/libraries/joomla/user/user.php:385 |
13 | JUser->authorise() | JROOT/administrator/components/com_virtuemart/helpers/config.php:544 |
12 | VmConfig::echoAdmin() | JROOT/administrator/components/com_virtuemart/helpers/config.php:517 |
11 | VmConfig->__construct() | JROOT/administrator/components/com_virtuemart/helpers/config.php:807 |
10 | VmConfig::loadConfig() | JROOT/plugins/system/onepage_generic/onepage_generic.php:75 |
9 | plgSystemOnepage_generic->onAfterRoute() | Так же, как вызов в строке ниже. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1125 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:791 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.89 ms После последнего запроса: 0.44 ms Память запроса: 0.020 MB Память до запроса: 14.297 MB Выбрано строк: 1
SELECT a.rules
FROM mir_assets AS a
WHERE (a.id = 1 OR a.name = 'root.1')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | index_merge | PRIMARY,idx_asset_name | PRIMARY,idx_asset_name | 4,202 | NULL | 2 | 100.00 | Using union(PRIMARY,idx_asset_name); Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.08 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.24 ms |
end | 0.01 ms |
query end | 0.04 ms |
closing tables | 0.02 ms |
freeing items | 0.05 ms |
cleaning up | 0.02 ms |
# | Вызывающий объект | Файл и номер строки | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
15 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:652 |
14 | JAccess::getAssetRules() | JROOT/libraries/joomla/user/user.php:385 |
13 | JUser->authorise() | JROOT/administrator/components/com_virtuemart/helpers/config.php:544 |
12 | VmConfig::echoAdmin() | JROOT/administrator/components/com_virtuemart/helpers/config.php:517 |
11 | VmConfig->__construct() | JROOT/administrator/components/com_virtuemart/helpers/config.php:807 |
10 | VmConfig::loadConfig() | JROOT/plugins/system/onepage_generic/onepage_generic.php:75 |
9 | plgSystemOnepage_generic->onAfterRoute() | Так же, как вызов в строке ниже. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1125 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:791 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.92 ms После последнего запроса: 1.51 ms Память запроса: 0.024 MB Память до запроса: 14.353 MB Выбрано строк: 39
SELECT element
FROM mir_extensions
WHERE type = 'component'
AND enabled = '1'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | mir_extensions | NULL | ref | extension | extension | 82 | const | 42 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.07 ms |
preparing | 0.03 ms |
executing | 0.01 ms |
Sending data | 0.32 ms |
end | 0.01 ms |
query end | 0.03 ms |
closing tables | 0.02 ms |
freeing items | 0.07 ms |
cleaning up | 0.05 ms |
# | Вызывающий объект | Файл и номер строки | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
17 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:413 |
16 | JAccess::preloadComponents() | JROOT/libraries/joomla/access/access.php:213 |
15 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:168 |
14 | JAccess::check() | JROOT/libraries/joomla/user/user.php:394 |
13 | JUser->authorise() | JROOT/administrator/components/com_virtuemart/helpers/config.php:544 |
12 | VmConfig::echoAdmin() | JROOT/administrator/components/com_virtuemart/helpers/config.php:517 |
11 | VmConfig->__construct() | JROOT/administrator/components/com_virtuemart/helpers/config.php:807 |
10 | VmConfig::loadConfig() | JROOT/plugins/system/onepage_generic/onepage_generic.php:75 |
9 | plgSystemOnepage_generic->onAfterRoute() | Так же, как вызов в строке ниже. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1125 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:791 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 4.75 ms После последнего запроса: 0.41 ms Память запроса: 0.024 MB Память до запроса: 14.383 MB Выбрано строк: 38
SELECT a.name, a.rules
FROM mir_assets AS a
WHERE (a.name IN ('com_acymailing','com_admin','com_ajax','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_finder','com_installer','com_jce','com_jckman','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_redirect','com_rsfirewall','com_search','com_tags','com_tcpdf','com_templates','com_uniterevolution2','com_users','com_virtuemart','com_virtuemart_allinone','com_wrapper','com_xmap') OR a.name = 'root.1')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | idx_asset_name | Индекс не используется | NULL | NULL | 194 | 20.62 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.08 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.33 ms |
preparing | 0.03 ms |
executing | 0.01 ms |
Sending data | 3.70 ms |
end | 0.03 ms |
query end | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.11 ms |
cleaning up | 0.05 ms |
# | Вызывающий объект | Файл и номер строки | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1494 |
17 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:441 |
16 | JAccess::preloadComponents() | JROOT/libraries/joomla/access/access.php:213 |
15 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:168 |
14 | JAccess::check() | JROOT/libraries/joomla/user/user.php:394 |
13 | JUser->authorise() | JROOT/administrator/components/com_virtuemart/helpers/config.php:544 |
12 | VmConfig::echoAdmin() | JROOT/administrator/components/com_virtuemart/helpers/config.php:517 |
11 | VmConfig->__construct() | JROOT/administrator/components/com_virtuemart/helpers/config.php:807 |
10 | VmConfig::loadConfig() | JROOT/plugins/system/onepage_generic/onepage_generic.php:75 |
9 | plgSystemOnepage_generic->onAfterRoute() | Так же, как вызов в строке ниже. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1125 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:791 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 2.09 ms После последнего запроса: 6.76 ms Память запроса: 0.017 MB Память до запроса: 14.824 MB Выбрано строк: 1
SHOW TABLES LIKE "mir_virtuemart_configs"
EXPLAIN не доступен для запроса: SHOW TABLES LIKE "mir_virtuemart_configs"
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.10 ms |
init | 0.04 ms |
System lock | 0.03 ms |
optimizing | 0.02 ms |
statistics | 0.04 ms |
preparing | 0.03 ms |
executing | 0.02 ms |
checking permissions | 1.23 ms |
Sending data | 0.04 ms |
end | 0.02 ms |
query end | 0.03 ms |
closing tables | 0.02 ms |
removing tmp table | 0.03 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.04 ms |
# | Вызывающий объект | Файл и номер строки | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
12 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_virtuemart/models/config.php:511 |
11 | VirtueMartModelConfig::checkConfigTableExists() | JROOT/administrator/components/com_virtuemart/helpers/config.php:810 |
10 | VmConfig::loadConfig() | JROOT/plugins/system/onepage_generic/onepage_generic.php:75 |
9 | plgSystemOnepage_generic->onAfterRoute() | Так же, как вызов в строке ниже. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1125 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:791 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.63 ms После последнего запроса: 0.25 ms Память запроса: 0.021 MB Память до запроса: 14.841 MB Выбрано строк: 1
SELECT `config`
FROM `mir_virtuemart_configs`
WHERE `virtuemart_config_id` = "1";
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | mir_virtuemart_configs | NULL | system | PRIMARY | Индекс не используется | NULL | NULL | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.02 ms |
Opening tables | 0.06 ms |
init | 0.04 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
Sending data | 0.05 ms |
end | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.07 ms |
cleaning up | 0.03 ms |
# | Вызывающий объект | Файл и номер строки | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_virtuemart/helpers/config.php:862 |
10 | VmConfig::loadConfig() | JROOT/plugins/system/onepage_generic/onepage_generic.php:75 |
9 | plgSystemOnepage_generic->onAfterRoute() | Так же, как вызов в строке ниже. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1125 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:791 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.96 ms После последнего запроса: 2.53 ms Память запроса: 0.043 MB Память до запроса: 14.960 MB Выбрано строк: 1
SELECT params
FROM mir_extensions
WHERE folder ='editors'
AND element ='jckeditor'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | mir_extensions | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
init | 0.03 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.18 ms |
preparing | 0.03 ms |
executing | 0.01 ms |
Sending data | 0.19 ms |
end | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.04 ms |
cleaning up | 0.02 ms |
# | Вызывающий объект | Файл и номер строки | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
10 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jcktypography/jcktypography.php:61 |
9 | plgSystemJCKtypography->onAfterRoute() | Так же, как вызов в строке ниже. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1125 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:791 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 1.20 ms После последнего запроса: 47.63 ms Память запроса: 0.028 MB Память до запроса: 16.699 MB Выбрано строк: 37
SELECT a.id, a.parent_id
FROM mir_assets AS a
WHERE (a.name LIKE 'com_content.%' OR a.name = 'com_content' OR a.id = 1)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | PRIMARY,idx_asset_name | Индекс не используется | NULL | NULL | 194 | 20.41 | Using where |
Status | Duration |
---|
starting | 0.15 ms |
checking permissions | 0.02 ms |
Opening tables | 0.04 ms |
init | 0.05 ms |
System lock | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.17 ms |
preparing | 0.03 ms |
executing | 0.01 ms |
Sending data | 0.32 ms |
end | 0.02 ms |
query end | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.04 ms |
# | Вызывающий объект | Файл и номер строки | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/access/access.php:332 |
19 | JAccess::preloadPermissionsParentIdMapping() | JROOT/libraries/joomla/access/access.php:240 |
18 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:168 |
17 | JAccess::check() | JROOT/libraries/joomla/user/user.php:394 |
16 | JUser->authorise() | JROOT/components/com_content/models/category.php:142 |
15 | ContentModelCategory->populateState() | JROOT/libraries/legacy/model/legacy.php:435 |
14 | JModelLegacy->getState() | JROOT/libraries/legacy/view/legacy.php:408 |
13 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:114 |
12 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:95 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:660 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.98 ms После последнего запроса: 3.30 ms Память запроса: 0.029 MB Память до запроса: 16.840 MB Выбрано строк: 37
SELECT a.id, a.name, a.rules
FROM mir_assets AS a
WHERE (a.name LIKE 'com_content.%' OR a.name = 'com_content' OR a.id = 1 )
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | PRIMARY,idx_asset_name | Индекс не используется | NULL | NULL | 194 | 20.41 | Using where |
Status | Duration |
---|
starting | 0.14 ms |
checking permissions | 0.02 ms |
Opening tables | 0.05 ms |
init | 0.05 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.12 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.23 ms |
end | 0.01 ms |
query end | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 0.06 ms |
cleaning up | 0.03 ms |
# | Вызывающий объект | Файл и номер строки | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1255 |
20 | JDatabaseDriver->getIterator() | JROOT/libraries/joomla/access/access.php:373 |
19 | JAccess::preloadPermissions() | JROOT/libraries/joomla/access/access.php:243 |
18 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:168 |
17 | JAccess::check() | JROOT/libraries/joomla/user/user.php:394 |
16 | JUser->authorise() | JROOT/components/com_content/models/category.php:142 |
15 | ContentModelCategory->populateState() | JROOT/libraries/legacy/model/legacy.php:435 |
14 | JModelLegacy->getState() | JROOT/libraries/legacy/view/legacy.php:408 |
13 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:114 |
12 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:95 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:660 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 7.66 ms После последнего запроса: 4.10 ms Память запроса: 0.030 MB Память до запроса: 17.049 MB Выбрано строк: 2
Повторяющиеся запросы:
#34SELECT 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 mir_categories as c
LEFT JOIN (SELECT cat.id as id
FROM mir_categories AS cat JOIN mir_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
LEFT JOIN mir_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND badcats.id is null
AND s.id=100
GROUP BY 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
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using temporary; Используется filesort |
1 | PRIMARY | c | NULL | range | cat_idx,idx_access,idx_left_right | cat_idx | 208 | NULL | 7 | 55.55 | Using index condition; Using where |
1 | PRIMARY | <derived2> | NULL | ref | <auto_key0> | <auto_key0> | 4 | stroymir39.c.id | 10 | 100.00 | Using where; Not exists; Using index |
2 | DERIVED | parent | NULL | range | cat_idx,idx_left_right | cat_idx | 203 | NULL | 42 | 100.00 | Using index condition; Using temporary; Используется filesort |
2 | DERIVED | cat | NULL | index | PRIMARY,cat_idx,idx_access,idx_checkout,idx_left_right,idx_language,idx_path,idx_alias | idx_left_right | 8 | NULL | 89 | 11.11 | Using where; Using index; Using join buffer (Block Nested Loop) |
Status | Duration |
---|
starting | 0.30 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
Opening tables | 1.30 ms |
init | 0.26 ms |
System lock | 0.03 ms |
optimizing | 0.02 ms |
optimizing | 0.03 ms |
statistics | 1.03 ms |
preparing | 0.08 ms |
Creating tmp table | 0.04 ms |
Sorting result | 0.04 ms |
statistics | 1.37 ms |
preparing | 0.07 ms |
Creating tmp table | 0.22 ms |
Sorting result | 0.02 ms |
executing | 0.03 ms |
Sending data | 0.24 ms |
executing | 0.01 ms |
Sending data | 1.32 ms |
Creating sort index | 0.50 ms |
Creating sort index | 0.09 ms |
end | 0.01 ms |
query end | 0.02 ms |
removing tmp table | 0.07 ms |
query end | 0.02 ms |
removing tmp table | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
removing tmp table | 0.03 ms |
closing tables | 0.04 ms |
freeing items | 0.12 ms |
cleaning up | 0.08 ms |
# | Вызывающий объект | Файл и номер строки | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:309 |
16 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
15 | JCategories->get() | JROOT/components/com_content/models/category.php:354 |
14 | ContentModelCategory->getCategory() | JROOT/libraries/legacy/view/legacy.php:408 |
13 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:115 |
12 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:95 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:660 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 9.56 ms После последнего запроса: 3.88 ms Память запроса: 0.034 MB Память до запроса: 17.277 MB Выбрано строк: 1
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore,
CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count,c.published,
CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
FROM mir_content AS a
LEFT JOIN mir_categories AS c
ON c.id = a.catid
LEFT JOIN mir_users AS ua
ON ua.id = a.created_by
LEFT JOIN mir_users AS uam
ON uam.id = a.modified_by
LEFT JOIN mir_categories as parent
ON parent.id = c.parent_id
LEFT JOIN mir_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM mir_categories AS cat JOIN mir_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id ) AS badcats
ON badcats.id = c.id
WHERE
CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
AND a.catid = 100
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-04-06 15:30:08')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-04-06 15:30:08')
ORDER BY c.lft, a.ordering, a.created
LIMIT 9, 3
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | idx_catid | idx_catid | 4 | const | 10 | 16.00 | Using where; Using temporary; Используется filesort |
1 | PRIMARY | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stroymir39.a.created_by | 1 | 100.00 | Using where |
1 | PRIMARY | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stroymir39.a.modified_by | 1 | 100.00 | Using where |
1 | PRIMARY | parent | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stroymir39.c.parent_id | 1 | 100.00 | Using where |
1 | PRIMARY | v | NULL | ALL | PRIMARY | Индекс не используется | NULL | NULL | 2 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
1 | PRIMARY | <derived2> | NULL | ref | <auto_key0> | <auto_key0> | 4 | stroymir39.c.id | 10 | 100.00 | Using where; Using index |
2 | DERIVED | parent | NULL | range | cat_idx,idx_left_right | cat_idx | 203 | NULL | 42 | 100.00 | Using index condition; Using temporary; Используется filesort |
2 | DERIVED | cat | NULL | index | PRIMARY,cat_idx,idx_access,idx_checkout,idx_left_right,idx_language,idx_path,idx_alias | idx_left_right | 8 | NULL | 89 | 11.11 | Using where; Using index; Using join buffer (Block Nested Loop) |
Status | Duration |
---|
starting | 0.46 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
Opening tables | 2.08 ms |
init | 0.17 ms |
System lock | 0.04 ms |
optimizing | 0.02 ms |
optimizing | 0.03 ms |
statistics | 0.17 ms |
preparing | 0.05 ms |
Creating tmp table | 0.03 ms |
Sorting result | 0.04 ms |
statistics | 0.80 ms |
preparing | 0.08 ms |
Creating tmp table | 0.14 ms |
Sorting result | 0.02 ms |
executing | 0.02 ms |
Sending data | 2.77 ms |
executing | 0.01 ms |
Sending data | 1.08 ms |
Creating sort index | 0.59 ms |
Creating sort index | 0.19 ms |
end | 0.02 ms |
query end | 0.02 ms |
removing tmp table | 0.07 ms |
query end | 0.03 ms |
removing tmp table | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
removing tmp table | 0.03 ms |
closing tables | 0.10 ms |
freeing items | 0.11 ms |
cleaning up | 0.05 ms |
# | Вызывающий объект | Файл и номер строки | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/model/legacy.php:310 |
17 | JModelLegacy->_getList() | JROOT/libraries/legacy/model/list.php:183 |
16 | JModelList->getItems() | JROOT/components/com_content/models/articles.php:565 |
15 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
14 | ContentModelCategory->getItems() | JROOT/libraries/legacy/view/legacy.php:408 |
13 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:128 |
12 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:95 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:660 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 4.94 ms После последнего запроса: 3.47 ms Память запроса: 0.030 MB Память до запроса: 17.530 MB Выбрано строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `mir_contentitem_tag_map` AS m
INNER JOIN `mir_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 254
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | Индекс не используется | NULL | NULL | 35 | 2.86 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | stroymir39.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.23 ms |
checking permissions | 0.02 ms |
checking permissions | 0.03 ms |
Opening tables | 1.55 ms |
init | 0.06 ms |
System lock | 0.02 ms |
optimizing | 0.04 ms |
statistics | 1.63 ms |
preparing | 0.09 ms |
executing | 0.03 ms |
Sending data | 0.78 ms |
end | 0.01 ms |
query end | 0.02 ms |
closing tables | 0.05 ms |
freeing items | 0.09 ms |
cleaning up | 0.03 ms |
# | Вызывающий объект | Файл и номер строки | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:435 |
16 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:693 |
15 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
14 | ContentModelCategory->getItems() | JROOT/libraries/legacy/view/legacy.php:408 |
13 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:128 |
12 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:95 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:660 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 2.68 ms После последнего запроса: 3.14 ms Память запроса: 0.025 MB Память до запроса: 17.677 MB Выбрано строк: 1
SELECT COUNT(*)
FROM mir_content AS a
LEFT JOIN mir_categories AS c
ON c.id = a.catid
LEFT JOIN mir_users AS ua
ON ua.id = a.created_by
LEFT JOIN mir_users AS uam
ON uam.id = a.modified_by
LEFT JOIN mir_categories as parent
ON parent.id = c.parent_id
LEFT JOIN mir_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM mir_categories AS cat JOIN mir_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id ) AS badcats
ON badcats.id = c.id
WHERE
CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
AND a.catid = 100
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-04-06 15:30:08')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-04-06 15:30:08')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | idx_catid | idx_catid | 4 | const | 10 | 16.00 | Using where |
1 | PRIMARY | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stroymir39.a.created_by | 1 | 100.00 | Using where; Using index |
1 | PRIMARY | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stroymir39.a.modified_by | 1 | 100.00 | Using where; Using index |
1 | PRIMARY | parent | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stroymir39.c.parent_id | 1 | 100.00 | Using where; Using index |
1 | PRIMARY | v | NULL | eq_ref | PRIMARY | PRIMARY | 4 | stroymir39.a.id | 1 | 100.00 | Using where; Using index |
1 | PRIMARY | <derived2> | NULL | ref | <auto_key0> | <auto_key0> | 4 | stroymir39.c.id | 10 | 100.00 | Using where; Using index |
2 | DERIVED | parent | NULL | range | cat_idx,idx_left_right | cat_idx | 203 | NULL | 42 | 100.00 | Using index condition; Using temporary; Используется filesort |
2 | DERIVED | cat | NULL | index | PRIMARY,cat_idx,idx_access,idx_checkout,idx_left_right,idx_language,idx_path,idx_alias | idx_left_right | 8 | NULL | 89 | 11.11 | Using where; Using index; Using join buffer (Block Nested Loop) |
Status | Duration |
---|
starting | 0.23 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.11 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.13 ms |
preparing | 0.05 ms |
Creating tmp table | 0.02 ms |
Sorting result | 0.03 ms |
statistics | 0.11 ms |
preparing | 0.05 ms |
executing | 0.04 ms |
Sending data | 0.24 ms |
executing | 0.01 ms |
Sending data | 0.69 ms |
Creating sort index | 0.44 ms |
end | 0.02 ms |
query end | 0.03 ms |
removing tmp table | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
removing tmp table | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.08 ms |
cleaning up | 0.04 ms |
# | Вызывающий объект | Файл и номер строки | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
18 | JDatabaseDriver->loadResult() | JROOT/libraries/legacy/model/legacy.php:337 |
17 | JModelLegacy->_getListCount() | JROOT/libraries/legacy/model/list.php:278 |
16 | JModelList->getTotal() | JROOT/libraries/legacy/model/list.php:228 |
15 | JModelList->getPagination() | JROOT/components/com_content/models/category.php:265 |
14 | ContentModelCategory->getItems() | JROOT/libraries/legacy/view/legacy.php:408 |
13 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:128 |
12 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:95 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:660 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.75 ms После последнего запроса: 0.64 ms Память запроса: 0.027 MB Память до запроса: 17.688 MB Выбрано строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `mir_contentitem_tag_map` AS m
INNER JOIN `mir_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.category'
AND `m`.`content_item_id` = 100
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | Индекс не используется | NULL | NULL | 35 | 2.86 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | stroymir39.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
init | 0.06 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.11 ms |
preparing | 0.06 ms |
executing | 0.01 ms |
Sending data | 0.08 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 ms |
# | Вызывающий объект | Файл и номер строки | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:435 |
13 | JHelperTags->getItemTags() | JROOT/libraries/legacy/view/category.php:217 |
12 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:95 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:660 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 2.99 ms После последнего запроса: 8.23 ms Память запроса: 0.023 MB Память до запроса: 18.180 MB Выбрано строк: 1
SELECT MAX(contact.id) AS contactid
FROM `mir_contact_details` AS `contact`
WHERE contact.published = 1
AND contact.user_id = 610
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | contact | NULL | ref | idx_state | idx_state | 1 | const | 1 | 11.11 | Using where |
Status | Duration |
---|
starting | 0.13 ms |
checking permissions | 0.02 ms |
Opening tables | 1.00 ms |
init | 0.05 ms |
System lock | 0.02 ms |
optimizing | 0.05 ms |
statistics | 0.96 ms |
preparing | 0.04 ms |
executing | 0.01 ms |
Sending data | 0.33 ms |
end | 0.02 ms |
query end | 0.02 ms |
closing tables | 0.05 ms |
freeing items | 0.10 ms |
cleaning up | 0.05 ms |
# | Вызывающий объект | Файл и номер строки | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
17 | JDatabaseDriver->loadResult() | JROOT/plugins/content/contact/contact.php:110 |
16 | PlgContentContact->getContactId() | JROOT/plugins/content/contact/contact.php:60 |
15 | PlgContentContact->onContentPrepare() | Так же, как вызов в строке ниже. |
14 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:95 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:660 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 4.31 ms После последнего запроса: 2.47 ms Память запроса: 0.038 MB Память до запроса: 18.252 MB Выбрано строк: 1
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM mir_categories as c
LEFT JOIN (SELECT cat.id as id
FROM mir_categories AS cat JOIN mir_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_contact'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
LEFT JOIN mir_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_contact' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND badcats.id is null
AND s.id=9
GROUP BY 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
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using temporary; Используется filesort |
1 | PRIMARY | c | NULL | range | cat_idx,idx_access,idx_left_right | cat_idx | 208 | NULL | 4 | 55.55 | Using index condition; Using where |
1 | PRIMARY | <derived2> | NULL | ref | <auto_key0> | <auto_key0> | 4 | stroymir39.c.id | 10 | 100.00 | Using where; Not exists; Using index |
2 | DERIVED | parent | NULL | range | cat_idx,idx_left_right | cat_idx | 203 | NULL | 33 | 100.00 | Using index condition; Using temporary; Используется filesort |
2 | DERIVED | cat | NULL | index | PRIMARY,cat_idx,idx_access,idx_checkout,idx_left_right,idx_language,idx_path,idx_alias | idx_left_right | 8 | NULL | 89 | 11.11 | Using where; Using index; Using join buffer (Block Nested Loop) |
Status | Duration |
---|
starting | 0.44 ms |
checking permissions | 0.03 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.03 ms |
Opening tables | 0.05 ms |
init | 0.20 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.22 ms |
preparing | 0.06 ms |
Creating tmp table | 0.03 ms |
Sorting result | 0.04 ms |
statistics | 0.28 ms |
preparing | 0.07 ms |
Creating tmp table | 0.11 ms |
Sorting result | 0.02 ms |
executing | 0.03 ms |
Sending data | 0.14 ms |
executing | 0.01 ms |
Sending data | 1.06 ms |
Creating sort index | 0.54 ms |
Creating sort index | 0.12 ms |
end | 0.02 ms |
query end | 0.03 ms |
removing tmp table | 0.12 ms |
query end | 0.03 ms |
removing tmp table | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.03 ms |
removing tmp table | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 0.14 ms |
cleaning up | 0.06 ms |
# | Вызывающий объект | Файл и номер строки | 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
24 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:309 |
23 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
22 | JCategories->get() | JROOT/components/com_contact/router.php:84 |
21 | ContactRouter->build() | JROOT/libraries/cms/router/site.php:496 |
20 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:465 |
19 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:281 |
18 | JRouter->build() | JROOT/libraries/cms/router/site.php:147 |
17 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
16 | JRoute::_() | JROOT/plugins/content/contact/contact.php:68 |
15 | PlgContentContact->onContentPrepare() | Так же, как вызов в строке ниже. |
14 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:95 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:660 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 4.18 ms После последнего запроса: 7.35 ms Память запроса: 0.033 MB Память до запроса: 18.357 MB Выбрано строк: 2
Повторяющиеся запросы:
#27SELECT 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 mir_categories as c
LEFT JOIN (SELECT cat.id as id
FROM mir_categories AS cat JOIN mir_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
LEFT JOIN mir_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND badcats.id is null
AND s.id=100
GROUP BY 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
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using temporary; Используется filesort |
1 | PRIMARY | c | NULL | range | cat_idx,idx_access,idx_left_right | cat_idx | 208 | NULL | 7 | 55.55 | Using index condition; Using where |
1 | PRIMARY | <derived2> | NULL | ref | <auto_key0> | <auto_key0> | 4 | stroymir39.c.id | 10 | 100.00 | Using where; Not exists; Using index |
2 | DERIVED | parent | NULL | range | cat_idx,idx_left_right | cat_idx | 203 | NULL | 42 | 100.00 | Using index condition; Using temporary; Используется filesort |
2 | DERIVED | cat | NULL | index | PRIMARY,cat_idx,idx_access,idx_checkout,idx_left_right,idx_language,idx_path,idx_alias | idx_left_right | 8 | NULL | 89 | 11.11 | Using where; Using index; Using join buffer (Block Nested Loop) |
Status | Duration |
---|
starting | 0.46 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.03 ms |
Opening tables | 0.06 ms |
init | 0.18 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
optimizing | 0.03 ms |
statistics | 0.21 ms |
preparing | 0.06 ms |
Creating tmp table | 0.04 ms |
Sorting result | 0.04 ms |
statistics | 0.26 ms |
preparing | 0.07 ms |
Creating tmp table | 0.09 ms |
Sorting result | 0.02 ms |
executing | 0.03 ms |
Sending data | 0.12 ms |
executing | 0.01 ms |
Sending data | 0.93 ms |
Creating sort index | 0.70 ms |
Creating sort index | 0.12 ms |
end | 0.02 ms |
query end | 0.03 ms |
removing tmp table | 0.13 ms |
query end | 0.03 ms |
removing tmp table | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
removing tmp table | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.11 ms |
cleaning up | 0.04 ms |
# | Вызывающий объект | Файл и номер строки | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:309 |
19 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
18 | JCategories->get() | JROOT/components/com_content/helpers/route.php:44 |
17 | ContentHelperRoute::getArticleRoute() | JROOT/plugins/content/jw_disqus/jw_disqus.php:185 |
16 | plgContentJw_disqus->renderDisqus() | JROOT/plugins/content/jw_disqus/jw_disqus.php:47 |
15 | plgContentJw_disqus->onContentPrepare() | Так же, как вызов в строке ниже. |
14 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:106 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:95 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:660 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.91 ms После последнего запроса: 24.30 ms Память запроса: 0.017 MB Память до запроса: 18.819 MB Выбрано строк: 1
SELECT template_style_id
FROM mir_menu
WHERE id = 1894
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | mir_menu | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.14 ms |
checking permissions | 0.03 ms |
Opening tables | 0.05 ms |
init | 0.05 ms |
System lock | 0.02 ms |
optimizing | 0.06 ms |
statistics | 0.12 ms |
preparing | 0.03 ms |
executing | 0.02 ms |
Sending data | 0.03 ms |
end | 0.02 ms |
query end | 0.03 ms |
closing tables | 0.03 ms |
freeing items | 0.08 ms |
cleaning up | 0.05 ms |
# | Вызывающий объект | Файл и номер строки | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
11 | JDatabaseDriver->loadResult() | JROOT/plugins/system/yt/includes/site/lib/yt_template.php:184 |
10 | YtFrameworkTemplate->isOverrideTemplate() | JROOT/plugins/system/yt/includes/site/lib/yt_template.php:30 |
9 | YtFrameworkTemplate->YtFrameworkTemplate() | JROOT/templates/sj_shoppystore/includes/frame_inc.php:31 |
8 | include_once JROOT/templates/sj_shoppystore/includes/frame_inc.php | JROOT/templates/sj_shoppystore/index.php:25 |
7 | require JROOT/templates/sj_shoppystore/index.php | JROOT/libraries/joomla/document/html.php:578 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:640 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1072 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.64 ms После последнего запроса: 0.14 ms Память запроса: 0.017 MB Память до запроса: 18.835 MB Выбрано строк: 1
SELECT id
FROM mir_template_styles
WHERE home = 1
AND client_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | mir_template_styles | NULL | ALL | idx_home | Индекс не используется | NULL | NULL | 5 | 20.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.02 ms |
Opening tables | 0.05 ms |
init | 0.03 ms |
System lock | 0.03 ms |
optimizing | 0.02 ms |
statistics | 0.06 ms |
preparing | 0.03 ms |
executing | 0.01 ms |
Sending data | 0.09 ms |
end | 0.02 ms |
query end | 0.02 ms |
closing tables | 0.04 ms |
freeing items | 0.06 ms |
cleaning up | 0.03 ms |
# | Вызывающий объект | Файл и номер строки | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
11 | JDatabaseDriver->loadResult() | JROOT/plugins/system/yt/includes/site/lib/yt_template.php:188 |
10 | YtFrameworkTemplate->isOverrideTemplate() | JROOT/plugins/system/yt/includes/site/lib/yt_template.php:30 |
9 | YtFrameworkTemplate->YtFrameworkTemplate() | JROOT/templates/sj_shoppystore/includes/frame_inc.php:31 |
8 | include_once JROOT/templates/sj_shoppystore/includes/frame_inc.php | JROOT/templates/sj_shoppystore/index.php:25 |
7 | require JROOT/templates/sj_shoppystore/index.php | JROOT/libraries/joomla/document/html.php:578 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:640 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1072 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.64 ms После последнего запроса: 4.90 ms Память запроса: 0.014 MB Память до запроса: 18.989 MB Выбрано строк: 1
Повторяющиеся запросы:
#38SELECT home
FROM mir_menu
WHERE id=1894
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | mir_menu | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.10 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.02 ms |
end | 0.01 ms |
query end | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.05 ms |
cleaning up | 0.03 ms |
# | Вызывающий объект | Файл и номер строки | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
9 | JDatabase->query() | JROOT/plugins/system/yt/includes/site/lib/yt_template.php:172 |
8 | YtFrameworkTemplate->isHomePage() | JROOT/templates/sj_shoppystore/index.php:78 |
7 | require JROOT/templates/sj_shoppystore/index.php | JROOT/libraries/joomla/document/html.php:578 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:640 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1072 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.30 ms После последнего запроса: 0.17 ms Память запроса: 0.014 MB Память до запроса: 19.003 MB Выбрано строк: 1
Повторяющиеся запросы:
#37SELECT home
FROM mir_menu
WHERE id=1894
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | mir_menu | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.01 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | Вызывающий объект | Файл и номер строки | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/yt/includes/site/lib/yt_template.php:173 |
8 | YtFrameworkTemplate->isHomePage() | JROOT/templates/sj_shoppystore/index.php:78 |
7 | require JROOT/templates/sj_shoppystore/index.php | JROOT/libraries/joomla/document/html.php:578 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:640 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1072 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.92 ms После последнего запроса: 34.99 ms Память запроса: 0.019 MB Память до запроса: 20.074 MB Выбрано строк: 84
SELECT *
FROM mir_acymailing_config
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | mir_acymailing_config | NULL | ALL | NULL | Индекс не используется | NULL | NULL | 84 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.10 ms |
checking permissions | 0.02 ms |
Opening tables | 0.06 ms |
init | 0.03 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.03 ms |
executing | 0.01 ms |
Sending data | 0.19 ms |
end | 0.02 ms |
query end | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.07 ms |
cleaning up | 0.04 ms |
# | Вызывающий объект | Файл и номер строки | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acymailing/classes/cpanel.php:17 |
11 | cpanelClass->load() | JROOT/administrator/components/com_acymailing/helpers/helper.php:462 |
10 | acymailing_config() | JROOT/administrator/components/com_acymailing/helpers/helper.php:1169 |
9 | include_once JROOT/administrator/components/com_acymailing/helpers/helper.php | JROOT/plugins/system/regacymailing/regacymailing.php:139 |
8 | plgSystemRegacymailing->onAfterRender() | Так же, как вызов в строке ниже. |
7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.98 ms После последнего запроса: 9.94 ms Память запроса: 0.015 MB Память до запроса: 20.531 MB Выбрано строк: 1
SELECT template
FROM mir_template_styles
WHERE home = 1
AND client_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | mir_template_styles | NULL | ALL | idx_home | Индекс не используется | NULL | NULL | 5 | 20.00 | Using where |
Status | Duration |
---|
starting | 0.13 ms |
checking permissions | 0.04 ms |
Opening tables | 0.05 ms |
init | 0.05 ms |
System lock | 0.03 ms |
optimizing | 0.04 ms |
statistics | 0.08 ms |
preparing | 0.04 ms |
executing | 0.01 ms |
Sending data | 0.13 ms |
end | 0.02 ms |
query end | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.07 ms |
cleaning up | 0.05 ms |
# | Вызывающий объект | Файл и номер строки | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
10 | JDatabaseDriver->loadResult() | JROOT/plugins/system/yt/yt.php:280 |
9 | plgSystemYt->nameOfSJTemplate() | JROOT/plugins/system/yt/yt.php:161 |
8 | plgSystemYt->onAfterRender() | Так же, как вызов в строке ниже. |
7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
3 × 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 mir_categories as c
LEFT JOIN (SELECT cat.id as id
FROM mir_categories AS cat JOIN mir_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
2 × SELECT `ip`,`reason`
FROM mir_rsfirewall_lists
2 × SELECT `m`.`tag_id`,`t`.*
FROM `mir_contentitem_tag_map` AS m
INNER JOIN `mir_tags` AS t
ON `m`.`tag_id` = `t`.`id`
2 × SELECT home
FROM mir_menu
1 × SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore,
CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count,c.published,
CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
FROM mir_content AS a
LEFT JOIN mir_categories AS c
ON c.id = a.catid
LEFT JOIN mir_users AS ua
ON ua.id = a.created_by
LEFT JOIN mir_users AS uam
ON uam.id = a.modified_by
LEFT JOIN mir_categories as parent
ON parent.id = c.parent_id
LEFT JOIN mir_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM mir_categories AS cat JOIN mir_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
1 × SELECT params
FROM mir_extensions
1 × SELECT a.id, a.parent_id
FROM mir_assets AS a
1 × SELECT a.id, a.name, a.rules
FROM mir_assets AS a
1 × SELECT COUNT(*)
FROM mir_content AS a
LEFT JOIN mir_categories AS c
ON c.id = a.catid
LEFT JOIN mir_users AS ua
ON ua.id = a.created_by
LEFT JOIN mir_users AS uam
ON uam.id = a.modified_by
LEFT JOIN mir_categories as parent
ON parent.id = c.parent_id
LEFT JOIN mir_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM mir_categories AS cat JOIN mir_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
1 × SELECT *
FROM mir_acymailing_confi
1 × SELECT template
FROM mir_template_styles
1 × SELECT id
FROM mir_template_styles
1 × SELECT template_style_id
FROM mir_menu
1 × SELECT MAX(contact.id) AS contactid
FROM `mir_contact_details` AS `contact`
1 × SELECT `config`
FROM `mir_virtuemart_configs`
1 × SELECT element
FROM mir_extensions
1 × SELECT `file`
FROM mir_rsfirewall_hashes
1 × SELECT *
FROM mir_rsfirewall_configuratio
1 × SELECT `path`
FROM mir_rsfirewall_ignored
1 × SELECT id, rules
FROM `mir_viewlevels
1 × SELECT `session_id`
FROM `mir_session`
1 × SELECT b.id
FROM mir_usergroups AS a
LEFT JOIN mir_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM mir_menu AS m
LEFT JOIN mir_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT *
FROM mir_rsfirewall_hashes
1 × SELECT a.rules
FROM mir_assets AS a
1 × SELECT `data`
FROM `mir_session`
1 × SELECT *
FROM mir_assets
1 × SELECT *
FROM mir_rsfirewall_exceptions
1 × SELECT *
FROM mir_rsfirewall_snapshots
1 × SELECT a.name, a.rules
FROM mir_assets AS a