Время запроса: 0.29 ms Память запроса: 0.023 MB. Память перед запросом: 1.027 MB Возвращено строк: 0
SELECT `data`
FROM `ja25_session`
WHERE `session_id` = X'3731343334633237653862363263393831346135643939343832623938313634'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | ja25_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
| 14 | JSessionStorageDatabase->read() | Такой же, как вызов в строке ниже |
| 13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
| 12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
| 11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
| 10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:661 |
| 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
| 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
| 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Время запроса: 0.18 ms После последнего запроса: 0.40 ms Память запроса: 0.020 MB. Память перед запросом: 1.041 MB Возвращено строк: 0
SELECT `session_id`
FROM `ja25_session`
WHERE `session_id` = X'3731343334633237653862363263393831346135643939343832623938313634'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | ja25_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Время запроса: 3.49 ms После последнего запроса: 0.09 ms Память запроса: 0.004 MB. Память перед запросом: 1.046 MB
INSERT INTO `ja25_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'3731343334633237653862363263393831346135643939343832623938313634', 1, 1765100828, 0, '', 0)
EXPLAIN недоступен для INSERT INTO `ja25_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3731343334633237653862363263393831346135643939343832623938313634', 1, 1765100828, 0, '', 0)
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| update | 0.15 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 3.07 ms |
| closing tables | 0.09 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.03 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Время запроса: 0.42 ms После последнего запроса: 2.08 ms Память запроса: 0.021 MB. Память перед запросом: 1.152 MB Возвращено строк: 10
SELECT id, rules
FROM `ja25_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | ja25_viewlevels | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 10 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.02 ms |
| executing | 0.07 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.40 ms После последнего запроса: 0.13 ms Память запроса: 0.021 MB. Память перед запросом: 1.166 MB Возвращено строк: 2
SELECT b.id
FROM ja25_usergroups AS a
LEFT JOIN ja25_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 17
| 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 | 3 | 100.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.03 ms |
| executing | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
| 9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.70 ms После последнего запроса: 42.20 ms Память запроса: 0.006 MB. Память перед запросом: 3.951 MB
UPDATE `ja25_extensions`
SET `params` = '{\"mediaversion\":\"ffbda93b55f67c31eda745f1eff564a4\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN недоступен для UPDATE `ja25_extensions`
SET `params` = '{\"mediaversion\":\"ffbda93b55f67c31eda745f1eff564a4\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
| Status | Duration |
|---|
| starting | 0.15 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| init | 0.01 ms |
| System lock | 0.22 ms |
| updating | 0.06 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 13 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 12 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/djclassifiedsyt/djclassifiedsyt.php:57 |
| 8 | plgSystemDjclassifiedsyt->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 3.43 ms После последнего запроса: 6.68 ms Память запроса: 0.008 MB. Память перед запросом: 4.226 MB
CREATE TABLE IF NOT EXISTS `ja25_zoo_jbzoo_config` (`
group` VARCHAR(150) NULL DEFAULT NULL,
`key` VARCHAR(100) NULL DEFAULT NULL,
`value` TEXT NULL,
`type` VARCHAR(10) NULL DEFAULT 'string',
UNIQUE INDEX `group_key` (`
group`, `key`),
INDEX `
group` (`
group`),
INDEX `key` (`key`)) COLLATE='utf8_general_ci' ENGINE=MyISAM;
EXPLAIN недоступен для CREATE TABLE IF NOT EXISTS `ja25_zoo_jbzoo_config` (`group` VARCHAR(150) NULL DEFAULT NULL,
`key` VARCHAR(100) NULL DEFAULT NULL,
`value` TEXT NULL,
`type` VARCHAR(10) NULL DEFAULT 'string',
UNIQUE INDEX `group_key` (`group`, `key`),
INDEX `group` (`group`),
INDEX `key` (`key`)) COLLATE='utf8_general_ci' ENGINE=MyISAM;
| Status | Duration |
|---|
| starting | 0.15 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 3.04 ms |
| waiting for handler commit | 0.03 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:66 |
| 16 | DatabaseHelper->query() | JROOT/media/zoo/applications/jbuniversal/framework/helpers/jbtables.php:405 |
| 15 | JBTablesHelper->createTable() | JROOT/media/zoo/applications/jbuniversal/framework/helpers/jbtables.php:184 |
| 14 | JBTablesHelper->checkConfig() | JROOT/media/zoo/applications/jbuniversal/framework/models/jbmodel.config.php:56 |
| 13 | JBModelConfig->__construct() | JROOT/media/zoo/applications/jbuniversal/framework/models/jbmodel.config.php:43 |
| 12 | JBModelConfig::model() | JROOT/media/zoo/applications/jbuniversal/framework/events/jsystem.php:54 |
| 11 | JBZooSystemPlugin->__construct() | JROOT/media/zoo/applications/jbuniversal/framework/events/jsystem.php:42 |
| 10 | JBZooSystemPlugin::getInstance() | JROOT/plugins/system/jbzoo/jbzoo.php:96 |
| 9 | plgSystemJBZoo->_initFramework() | JROOT/plugins/system/jbzoo/jbzoo.php:170 |
| 8 | plgSystemJBZoo->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.56 ms После последнего запроса: 0.30 ms Память запроса: 0.027 MB. Память перед запросом: 4.235 MB Возвращено строк: 49
SELECT CONCAT_WS(".", `
group`, `key`) as group_key,
`value`,
`type`
FROM ja25_zoo_jbzoo_config
LIMIT 1000| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | ja25_zoo_jbzoo_config | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 49 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.02 ms |
| executing | 0.23 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/media/zoo/applications/jbuniversal/framework/models/jbmodel.php:156 |
| 16 | JBModel->_query() | JROOT/media/zoo/applications/jbuniversal/framework/models/jbmodel.php:108 |
| 15 | JBModel->fetchAll() | JROOT/media/zoo/applications/jbuniversal/framework/models/jbmodel.config.php:235 |
| 14 | JBModelConfig->_init() | JROOT/media/zoo/applications/jbuniversal/framework/models/jbmodel.config.php:57 |
| 13 | JBModelConfig->__construct() | JROOT/media/zoo/applications/jbuniversal/framework/models/jbmodel.config.php:43 |
| 12 | JBModelConfig::model() | JROOT/media/zoo/applications/jbuniversal/framework/events/jsystem.php:54 |
| 11 | JBZooSystemPlugin->__construct() | JROOT/media/zoo/applications/jbuniversal/framework/events/jsystem.php:42 |
| 10 | JBZooSystemPlugin::getInstance() | JROOT/plugins/system/jbzoo/jbzoo.php:96 |
| 9 | plgSystemJBZoo->_initFramework() | JROOT/plugins/system/jbzoo/jbzoo.php:170 |
| 8 | plgSystemJBZoo->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.50 ms После последнего запроса: 6.19 ms Память запроса: 0.061 MB. Память перед запросом: 4.479 MB Возвращено строк: 1
SELECT params
FROM ja25_expautos_config
WHERE id = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | ja25_expautos_config | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| executing | 0.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/helpers/ExpAutosProConfigs.php:34 |
| 12 | ExpAutosProConfigs::getExpConfigDb() | JROOT/components/com_expautospro/helpers/ExpAutosProConfigs.php:45 |
| 11 | ExpAutosProConfigs::getExpConfig() | JROOT/components/com_expautospro/router.php:502 |
| 10 | ExpautosproParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |
| 9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.71 ms После последнего запроса: 0.44 ms Память запроса: 0.023 MB. Память перед запросом: 4.594 MB Возвращено строк: 1
SELECT a.*, a.id AS value, a.title AS text, a.parent_id AS parent_id, a.ecount AS catecount, a.description AS description, a.itemtype AS catitemtype
FROM ja25_expautos_categories AS a
LEFT JOIN `ja25_expautos_categories` AS b
ON a.lft > b.lft
AND a.rgt < b.rgt
WHERE a.level > 0
AND a.access IN (1,1,10)
AND a.published = 1
GROUP BY a.id, a.title, a.level, a.lft, a.rgt, a.parent_id, a.published
ORDER BY a.lft ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 3 | 33.33 | Using where; Using temporary; Используется сортировка файлов |
| 1 | SIMPLE | b | NULL | ALL | idx_left_right | INDEX KEY не используется | NULL | NULL | 3 | 100.00 | Range checked for each record (index map: 0x2) |
| Status | Duration |
|---|
| starting | 0.11 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.07 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.03 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.08 ms |
| executing | 0.16 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/ExpAutosProCategories.php:66 |
| 13 | ExpAutosProCategories::getCategories() | JROOT/components/com_expautospro/helpers/ExpAutosProCategories.php:37 |
| 12 | ExpAutosProCategories::initialize() | JROOT/components/com_expautospro/helpers/ExpAutosProCategories.php:274 |
| 11 | ExpAutosProCategories::getCategoriesByAlias() | JROOT/components/com_expautospro/router.php:669 |
| 10 | ExpautosproParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |
| 9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 2.35 ms После последнего запроса: 0.37 ms Память запроса: 0.087 MB. Память перед запросом: 4.691 MB Возвращено строк: 181
SELECT a.*, a.id AS value, a.name AS text,c.title AS category_name
FROM ja25_expautos_make AS a
LEFT JOIN ja25_expautos_categories AS c
ON c.id = a.catid
WHERE a.state >= 0
ORDER BY a.name asc
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | idexpmk_state | INDEX KEY не используется | NULL | NULL | 182 | 100.00 | Using where; Using temporary; Используется сортировка файлов |
| 1 | SIMPLE | c | NULL | ALL | PRIMARY | INDEX KEY не используется | NULL | NULL | 3 | 100.00 | Using where; Using join buffer (hash join) |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.14 ms |
| executing | 1.70 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 13 | JDatabaseDriver->loadAssocList() | JROOT/components/com_expautospro/helpers/ExpAutosProMakes.php:56 |
| 12 | ExpAutosProMakes::getExpMakesData() | JROOT/components/com_expautospro/helpers/ExpAutosProMakes.php:102 |
| 11 | ExpAutosProMakes::getExpMakesByAlias() | JROOT/components/com_expautospro/router.php:682 |
| 10 | ExpautosproParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |
| 9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.46 ms После последнего запроса: 26.63 ms Память запроса: 0.022 MB. Память перед запросом: 8.090 MB Возвращено строк: 2
SELECT id
FROM ja25_expautos_expuser
WHERE userid = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | ja25_expautos_expuser | NULL | ref | idexpus_userid | idexpus_userid | 4 | const | 2 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/helpers/ExpAutosProUsers.php:42 |
| 10 | ExpAutosProUsers::getExpDbUserId() | JROOT/components/com_expautospro/helpers/ExpAutosProUsers.php:25 |
| 9 | ExpAutosProUsers::getExpDbo() | JROOT/components/com_expautospro/controller.php:45 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:26 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.58 ms После последнего запроса: 2.45 ms Память запроса: 0.071 MB. Память перед запросом: 8.382 MB Возвращено строк: 0
Повторяющиеся запросы:
#14SELECT a.*,c.title AS category_name, c.id AS categid, c.itemtype AS catitemtype,mk.id AS mkid,mk.name AS make_name,md.id AS mdid,md.name AS model_name,bt.id AS btid,bt.name AS bodytype_name,dr.id AS drid,dr.name AS drive_name,ecl.id AS eclid,ecl.name AS extcolor_name, ecl.image AS extcolor_image,tr.id AS trid,tr.name AS trans_name, tr.code AS trans_code,fl.id AS flid,fl.name AS fuel_name, fl.code AS fuel_code,cond.id AS condid,cond.name AS cond_name,user.id AS userwid,user.name AS user_name, user.username AS user_username, user.email AS user_email,expuser.id AS expuserwid,expusercountry.id AS expusercountrywid,expuserstate.id AS expuserstatewid,expusercity.id AS expusercitywid,expuser.lastname AS expuser_lastname, expuser.companyname AS expuser_companyname,expuser.street AS expuser_street,expuser.phone AS expuser_phone,expuser.web AS expuser_web, expuser.logo AS expuser_logo,expuser.zipcode AS expuser_zipcode, expuser.fax AS expuser_fax,expuser.mobphone AS expuser_mobphone, expuser.userinfo AS expuser_userinfo,expuser.utop AS expuser_utop, expuser.ucommercial AS expuser_ucommercial,expuser.uspecial AS expuser_uspecial,expusercountry.name AS expuser_country, expusercity.city_name AS expuser_city,expuserstate.name AS expuser_state,expuser.latitude AS expuser_latitude,expuser.longitude AS expuser_longitude,cnt.id AS cntid,cnt.name AS cnt_name,st.id AS stid,st.name AS st_name,ct.id AS ctid,ct.city_name AS ct_name,inter.id AS interid,inter.name AS intcolor_name, inter.image AS intcolor_image,ef1.id AS ef1id,ef1.name AS ef1_name,ef2.id AS ef2id,ef2.name AS ef2_name,ef3.id AS ef3id,ef3.name AS ef3_name,ag.title AS access_level
FROM ja25_expautos_admanager as a
LEFT JOIN ja25_expautos_categories AS c
ON c.id = a.catid
LEFT JOIN ja25_expautos_make AS mk
ON mk.id = a.make
LEFT JOIN ja25_expautos_model AS md
ON md.id = a.model
LEFT JOIN ja25_expautos_bodytype AS bt
ON bt.id = a.bodytype
LEFT JOIN ja25_expautos_drive AS dr
ON dr.id = a.drive
LEFT JOIN ja25_expautos_color AS ecl
ON ecl.id = a.extcolor
LEFT JOIN ja25_expautos_trans AS tr
ON tr.id = a.trans
LEFT JOIN ja25_expautos_fuel AS fl
ON fl.id = a.fuel
LEFT JOIN ja25_expautos_condition AS cond
ON cond.id = a.condition
LEFT JOIN ja25_users AS user
ON user.id = a.user
LEFT JOIN ja25_expautos_expuser AS expuser
ON expuser.userid = a.user
LEFT JOIN ja25_expautos_country AS expusercountry
ON expusercountry.id = expuser.country
LEFT JOIN ja25_expautos_state AS expuserstate
ON expuserstate.id = expuser.expstate
LEFT JOIN ja25_expautos_cities AS expusercity
ON expusercity.id = expuser.city
LEFT JOIN ja25_expautos_country AS cnt
ON cnt.id = a.country
LEFT JOIN ja25_expautos_state AS st
ON st.id = a.expstate
LEFT JOIN ja25_expautos_cities AS ct
ON ct.id = a.city
LEFT JOIN ja25_expautos_color AS inter
ON inter.id = a.intcolor
LEFT JOIN ja25_expautos_extrafield1 AS ef1
ON ef1.id = a.extrafield1
LEFT JOIN ja25_expautos_extrafield2 AS ef2
ON ef2.id = a.extrafield2
LEFT JOIN ja25_expautos_extrafield3 AS ef3
ON ef3.id = a.extrafield3
LEFT JOIN ja25_viewlevels AS ag
ON ag.id = c.access
WHERE a.state=1
AND a.id=30508
AND c.access IN (1,1,10)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | INDEX KEY не используется | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.27 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.36 ms |
| init | 0.02 ms |
| System lock | 0.04 ms |
| optimizing | 0.03 ms |
| statistics | 0.10 ms |
| executing | 0.09 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 13 | JDatabase->query() | JROOT/components/com_expautospro/models/expdetail.php:241 |
| 12 | ExpautosproModelExpdetail->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_expautospro/views/expdetail/view.html.php:29 |
| 10 | ExpautosproViewExpdetail->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:59 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:26 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.11 ms После последнего запроса: 0.05 ms Память запроса: 0.071 MB. Память перед запросом: 8.393 MB Возвращено строк: 0
Повторяющиеся запросы:
#13SELECT a.*,c.title AS category_name, c.id AS categid, c.itemtype AS catitemtype,mk.id AS mkid,mk.name AS make_name,md.id AS mdid,md.name AS model_name,bt.id AS btid,bt.name AS bodytype_name,dr.id AS drid,dr.name AS drive_name,ecl.id AS eclid,ecl.name AS extcolor_name, ecl.image AS extcolor_image,tr.id AS trid,tr.name AS trans_name, tr.code AS trans_code,fl.id AS flid,fl.name AS fuel_name, fl.code AS fuel_code,cond.id AS condid,cond.name AS cond_name,user.id AS userwid,user.name AS user_name, user.username AS user_username, user.email AS user_email,expuser.id AS expuserwid,expusercountry.id AS expusercountrywid,expuserstate.id AS expuserstatewid,expusercity.id AS expusercitywid,expuser.lastname AS expuser_lastname, expuser.companyname AS expuser_companyname,expuser.street AS expuser_street,expuser.phone AS expuser_phone,expuser.web AS expuser_web, expuser.logo AS expuser_logo,expuser.zipcode AS expuser_zipcode, expuser.fax AS expuser_fax,expuser.mobphone AS expuser_mobphone, expuser.userinfo AS expuser_userinfo,expuser.utop AS expuser_utop, expuser.ucommercial AS expuser_ucommercial,expuser.uspecial AS expuser_uspecial,expusercountry.name AS expuser_country, expusercity.city_name AS expuser_city,expuserstate.name AS expuser_state,expuser.latitude AS expuser_latitude,expuser.longitude AS expuser_longitude,cnt.id AS cntid,cnt.name AS cnt_name,st.id AS stid,st.name AS st_name,ct.id AS ctid,ct.city_name AS ct_name,inter.id AS interid,inter.name AS intcolor_name, inter.image AS intcolor_image,ef1.id AS ef1id,ef1.name AS ef1_name,ef2.id AS ef2id,ef2.name AS ef2_name,ef3.id AS ef3id,ef3.name AS ef3_name,ag.title AS access_level
FROM ja25_expautos_admanager as a
LEFT JOIN ja25_expautos_categories AS c
ON c.id = a.catid
LEFT JOIN ja25_expautos_make AS mk
ON mk.id = a.make
LEFT JOIN ja25_expautos_model AS md
ON md.id = a.model
LEFT JOIN ja25_expautos_bodytype AS bt
ON bt.id = a.bodytype
LEFT JOIN ja25_expautos_drive AS dr
ON dr.id = a.drive
LEFT JOIN ja25_expautos_color AS ecl
ON ecl.id = a.extcolor
LEFT JOIN ja25_expautos_trans AS tr
ON tr.id = a.trans
LEFT JOIN ja25_expautos_fuel AS fl
ON fl.id = a.fuel
LEFT JOIN ja25_expautos_condition AS cond
ON cond.id = a.condition
LEFT JOIN ja25_users AS user
ON user.id = a.user
LEFT JOIN ja25_expautos_expuser AS expuser
ON expuser.userid = a.user
LEFT JOIN ja25_expautos_country AS expusercountry
ON expusercountry.id = expuser.country
LEFT JOIN ja25_expautos_state AS expuserstate
ON expuserstate.id = expuser.expstate
LEFT JOIN ja25_expautos_cities AS expusercity
ON expusercity.id = expuser.city
LEFT JOIN ja25_expautos_country AS cnt
ON cnt.id = a.country
LEFT JOIN ja25_expautos_state AS st
ON st.id = a.expstate
LEFT JOIN ja25_expautos_cities AS ct
ON ct.id = a.city
LEFT JOIN ja25_expautos_color AS inter
ON inter.id = a.intcolor
LEFT JOIN ja25_expautos_extrafield1 AS ef1
ON ef1.id = a.extrafield1
LEFT JOIN ja25_expautos_extrafield2 AS ef2
ON ef2.id = a.extrafield2
LEFT JOIN ja25_expautos_extrafield3 AS ef3
ON ef3.id = a.extrafield3
LEFT JOIN ja25_viewlevels AS ag
ON ag.id = c.access
WHERE a.state=1
AND a.id=30508
AND c.access IN (1,1,10)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | INDEX KEY не используется | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.28 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.24 ms |
| init | 0.02 ms |
| System lock | 0.03 ms |
| optimizing | 0.03 ms |
| statistics | 0.07 ms |
| executing | 0.09 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 13 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/models/expdetail.php:245 |
| 12 | ExpautosproModelExpdetail->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_expautospro/views/expdetail/view.html.php:29 |
| 10 | ExpautosproViewExpdetail->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:59 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:26 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.29 ms После последнего запроса: 0.48 ms Память запроса: 0.022 MB. Память перед запросом: 8.381 MB Возвращено строк: 2
SELECT license
FROM ja25_expautos_config
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | ja25_expautos_config | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 2 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.03 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/models/expdetail.php:89 |
| 12 | ExpautosproModelExpdetail->getExpnumber() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_expautospro/views/expdetail/view.html.php:43 |
| 10 | ExpautosproViewExpdetail->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:59 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:26 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.82 ms После последнего запроса: 2.27 ms Память запроса: 0.025 MB. Память перед запросом: 8.457 MB Возвращено строк: 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM ja25_fields AS a
LEFT JOIN `ja25_languages` AS l
ON l.lang_code = a.language
LEFT JOIN ja25_users AS uc
ON uc.id=a.checked_out
LEFT JOIN ja25_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN ja25_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN ja25_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_expautospro.expdetail'
AND a.access IN (1,1,10)
AND (a.group_id = 0 OR g.access IN (1,1,10))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | 7.14 | Using where; Using temporary; Используется сортировка файлов |
| 1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | ntestos.a.language | 1 | 100.00 | Using index condition |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | ntestos.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | ntestos.a.access | 1 | 100.00 | Using index condition |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | ntestos.a.created_user_id | 1 | 100.00 | Using index condition |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | ntestos.a.group_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.08 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.11 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.06 ms |
| executing | 0.07 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 18 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 17 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 16 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:404 |
| 14 | PlgSystemFields->display() | JROOT/plugins/system/fields/fields.php:358 |
| 13 | PlgSystemFields->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_expautospro/views/expdetail/view.html.php:59 |
| 10 | ExpautosproViewExpdetail->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:59 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:26 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 5.06 ms После последнего запроса: 61.86 ms Память запроса: 5.108 MB. Память перед запросом: 9.736 MB Возвращено строк: 1
SELECT custom_data
FROM ja25_extensions
WHERE element = 'yootheme'
AND folder = 'system'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | ja25_extensions | NULL | ref | element_clientid,element_folder_clientid | element_folder_clientid | 804 | const,const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.14 ms |
| preparing | 0.01 ms |
| executing | 4.50 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.03 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 51 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 50 | JDatabaseDriver->loadResult() | JROOT/templates/yootheme/packages/platform-joomla/src/Storage.php:30 |
| 49 | YOOtheme\Joomla\Storage->__construct() | Такой же, как вызов в строке ниже |
| 48 | ReflectionClass->newInstanceArgs() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:184 |
| 47 | YOOtheme\Container\Service->resolveClass() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:156 |
| 46 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 45 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 44 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 43 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 42 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 41 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 40 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 39 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 38 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container/ParameterResolver.php:84 |
| 37 | YOOtheme\Container\ParameterResolver->resolveDependencies() | JROOT/templates/yootheme/packages/container/src/Container/ParameterResolver.php:33 |
| 36 | YOOtheme\Container\ParameterResolver->resolve() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:182 |
| 35 | YOOtheme\Container\Service->resolveClass() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:156 |
| 34 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 33 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 32 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 31 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 30 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 29 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 28 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 27 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 26 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container/ParameterResolver.php:84 |
| 25 | YOOtheme\Container\ParameterResolver->resolveDependencies() | JROOT/templates/yootheme/packages/container/src/Container/ParameterResolver.php:33 |
| 24 | YOOtheme\Container\ParameterResolver->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:259 |
| 23 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 22 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 21 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 20 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/platform-joomla/src/Dispatcher.php:66 |
| 19 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/templates/yootheme/packages/theme-joomla/src/Listener/LoadTemplate.php:34 |
| 16 | YOOtheme\Theme\Joomla\Listener\LoadTemplate->YOOtheme\Theme\Joomla\Listener\{closure}() | JROOT/templates/yootheme/packages/theme-joomla/src/StreamWrapper.php:49 |
| 15 | YOOtheme\Theme\Joomla\StreamWrapper->url_stat() | Такой же, как вызов в строке ниже |
| 14 | file_exists() | JROOT/libraries/src/Filesystem/Path.php:335 |
| 13 | Joomla\CMS\Filesystem\Path::find() | JROOT/libraries/src/MVC/View/HtmlView.php:676 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/expdetail/view.html.php:96 |
| 10 | ExpautosproViewExpdetail->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:59 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:26 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.57 ms После последнего запроса: 56.54 ms Память запроса: 0.025 MB. Память перед запросом: 27.010 MB Возвращено строк: 0
SELECT bb.id AS value, bb.name AS text, bb.score AS score, bb.unregscore AS unregscore, bb.state AS state, bb.expicon AS expicon, bb.ordering AS ordering
FROM ja25_expautos_badbonus as bb
WHERE bb.state=1
ORDER BY bb.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bb | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 1 | 100.00 | Using where; Используется сортировка файлов |
| Status | Duration |
|---|
| starting | 0.12 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.07 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 17 | JDatabaseDriver->loadAssocList() | JROOT/components/com_expautospro/helpers/ExpAutosProBadbonus.php:40 |
| 16 | ExpAutosProBadbonus::getExpBadbonusDb() | JROOT/components/com_expautospro/helpers/ExpAutosProBadbonus.php:58 |
| 15 | ExpAutosProBadbonus::getBadbonusOptions() | JROOT/components/com_expautospro/skins/expdetail/default_bootstrap/default.php:20 |
| 14 | include_once JROOT/components/com_expautospro/skins/expdetail/default_bootstrap/default.php | JROOT/components/com_expautospro/views/expdetail/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/expdetail/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/expdetail/view.html.php:96 |
| 10 | ExpautosproViewExpdetail->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:59 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:26 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.51 ms После последнего запроса: 3.71 ms Память запроса: 0.026 MB. Память перед запросом: 27.039 MB Возвращено строк: 0
Повторяющиеся запросы:
#20SELECT id
FROM ja25_expautos_admanager
WHERE state = 1
AND catid = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | ja25_expautos_admanager | NULL | ref | idexpam_state,idexpam_catid | idexpam_catid | 4 | const | 1 | 96.94 | Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.03 ms |
| executing | 0.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 19 | JDatabase->query() | JROOT/components/com_expautospro/helpers/ExpAutosProDetailPagination.php:81 |
| 18 | ExpAutosProDetailPagination->getDetailIds() | JROOT/components/com_expautospro/helpers/ExpAutosProDetailPagination.php:39 |
| 17 | ExpAutosProDetailPagination->getArrayVal() | JROOT/components/com_expautospro/helpers/ExpAutosProDetailPagination.php:47 |
| 16 | ExpAutosProDetailPagination->getArray() | JROOT/components/com_expautospro/helpers/ExpAutosProDetailPagination.php:28 |
| 15 | ExpAutosProDetailPagination->__construct() | JROOT/components/com_expautospro/skins/expdetail/default_bootstrap/default.php:110 |
| 14 | include_once JROOT/components/com_expautospro/skins/expdetail/default_bootstrap/default.php | JROOT/components/com_expautospro/views/expdetail/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/expdetail/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/expdetail/view.html.php:96 |
| 10 | ExpautosproViewExpdetail->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:59 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:26 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.26 ms После последнего запроса: 0.03 ms Память запроса: 0.026 MB. Память перед запросом: 27.049 MB Возвращено строк: 0
Повторяющиеся запросы:
#19SELECT id
FROM ja25_expautos_admanager
WHERE state = 1
AND catid = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | ja25_expautos_admanager | NULL | ref | idexpam_state,idexpam_catid | idexpam_catid | 4 | const | 1 | 96.94 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 19 | JDatabaseDriver->loadColumn() | JROOT/components/com_expautospro/helpers/ExpAutosProDetailPagination.php:85 |
| 18 | ExpAutosProDetailPagination->getDetailIds() | JROOT/components/com_expautospro/helpers/ExpAutosProDetailPagination.php:39 |
| 17 | ExpAutosProDetailPagination->getArrayVal() | JROOT/components/com_expautospro/helpers/ExpAutosProDetailPagination.php:47 |
| 16 | ExpAutosProDetailPagination->getArray() | JROOT/components/com_expautospro/helpers/ExpAutosProDetailPagination.php:28 |
| 15 | ExpAutosProDetailPagination->__construct() | JROOT/components/com_expautospro/skins/expdetail/default_bootstrap/default.php:110 |
| 14 | include_once JROOT/components/com_expautospro/skins/expdetail/default_bootstrap/default.php | JROOT/components/com_expautospro/views/expdetail/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/expdetail/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/expdetail/view.html.php:96 |
| 10 | ExpautosproViewExpdetail->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:59 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:26 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 4.27 ms После последнего запроса: 0.72 ms Память запроса: 0.199 MB. Память перед запросом: 27.101 MB Возвращено строк: 43
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM ja25_modules AS m
LEFT JOIN ja25_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN ja25_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-12-07 09:47:08')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-12-07 09:47:08')
AND m.access IN (1,1,10)
AND m.client_id = 0
AND (mm.menuid = 300172 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | range | PRIMARY,published,newsfeeds | published | 5 | NULL | 130 | 1.60 | Using index condition; Using where; Используется сортировка файлов |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | ntestos.m.module,const | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | ntestos.m.id | 10 | 40.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.10 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.08 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.12 ms |
| preparing | 0.04 ms |
| executing | 3.67 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
| 18 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
| 17 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 16 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/components/com_expautospro/helpers/helper.php:44 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/expdetail/default_bootstrap/default.php:266 |
| 14 | include_once JROOT/components/com_expautospro/skins/expdetail/default_bootstrap/default.php | JROOT/components/com_expautospro/views/expdetail/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/expdetail/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/expdetail/view.html.php:96 |
| 10 | ExpautosproViewExpdetail->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:59 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:26 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.63 ms После последнего запроса: 23.29 ms Память запроса: 0.022 MB. Память перед запросом: 27.513 MB Возвращено строк: 0
SELECT *
FROM ja25_banners
WHERE '2025-12-07 09:47:08' >= 'reset'
AND `reset` != '0000-00-00 00:00:00'
AND `reset`!= NULL
AND (`checked_out` = 0 OR `checked_out` = 0)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | INDEX KEY не используется | NULL | NULL | NULL | NULL | Impossible WHERE |
| Status | Duration |
|---|
| starting | 0.17 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.10 ms |
| init | 0.01 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| executing | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_banners/helpers/banners.php:79 |
| 11 | BannersHelper::updateReset() | JROOT/modules/mod_banners/mod_banners.php:19 |
| 10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:38 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.25 ms После последнего запроса: 0.45 ms Память запроса: 0.023 MB. Память перед запросом: 27.528 MB Возвращено строк: 1
SELECT a.id as id,a.type as type,a.name as name,a.clickurl as clickurl,a.cid as cid,a.description as description,a.params as params,a.custombannercode as custombannercode,a.track_impressions as track_impressions,cl.track_impressions as client_track_impressions
FROM ja25_banners as a
LEFT JOIN ja25_banner_clients AS cl
ON cl.id = a.cid
WHERE a.state=1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-12-07 09:47:08')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-12-07 09:47:08')
AND (a.imptotal = 0 OR a.impmade < a.imptotal)
AND a.cid = 1
AND cl.state = 1
ORDER BY a.sticky DESC, RAND()
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | cl | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using temporary; Используется сортировка файлов |
| 1 | SIMPLE | a | NULL | ref | idx_state | idx_state | 1 | const | 31 | 0.64 | Using where |
| Status | Duration |
|---|
| starting | 0.15 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.07 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.06 ms |
| statistics | 0.12 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.07 ms |
| executing | 0.52 ms |
| end | 0.01 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.03 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_banners/models/banners.php:222 |
| 12 | BannersModelBanners->getItems() | JROOT/modules/mod_banners/helper.php:48 |
| 11 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
| 10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:38 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 3.28 ms После последнего запроса: 1.22 ms Память запроса: 0.006 MB. Память перед запросом: 27.541 MB
UPDATE ja25_banners
SET impmade = (impmade + 1)
WHERE id IN (130)
EXPLAIN недоступен для UPDATE ja25_banners
SET impmade = (impmade + 1)
WHERE id IN (130)
| Status | Duration |
|---|
| starting | 0.12 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.04 ms |
| updating | 0.14 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 2.75 ms |
| closing tables | 0.05 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/components/com_banners/models/banners.php:268 |
| 12 | BannersModelBanners->impress() | JROOT/modules/mod_banners/helper.php:54 |
| 11 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
| 10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:38 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 2.87 ms После последнего запроса: 0.09 ms Память запроса: 0.006 MB. Память перед запросом: 27.548 MB
UPDATE ja25_banner_tracks
SET `count` = (`count` + 1)
WHERE track_type=1
AND banner_id=130
AND track_date='2025-12-07 09:00:00'
EXPLAIN недоступен для UPDATE ja25_banner_tracks
SET `count` = (`count` + 1)
WHERE track_type=1 AND banner_id=130 AND track_date='2025-12-07 09:00:00'
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| init | 0.01 ms |
| System lock | 0.13 ms |
| updating | 0.08 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 2.42 ms |
| closing tables | 0.03 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.03 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/components/com_banners/models/banners.php:306 |
| 12 | BannersModelBanners->impress() | JROOT/modules/mod_banners/helper.php:54 |
| 11 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
| 10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:38 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.06 ms После последнего запроса: 5.56 ms Память запроса: 0.026 MB. Память перед запросом: 27.579 MB Возвращено строк: 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM ja25_fields AS a
LEFT JOIN `ja25_languages` AS l
ON l.lang_code = a.language
LEFT JOIN ja25_users AS uc
ON uc.id=a.checked_out
LEFT JOIN ja25_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN ja25_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN ja25_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'mod_custom.content'
AND a.access IN (1,1,10)
AND (a.group_id = 0 OR g.access IN (1,1,10))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | 7.14 | Using where; Using temporary; Используется сортировка файлов |
| 1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | ntestos.a.language | 1 | 100.00 | Using index condition |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | ntestos.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | ntestos.a.access | 1 | 100.00 | Using index condition |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | ntestos.a.created_user_id | 1 | 100.00 | Using index condition |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | ntestos.a.group_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.19 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.12 ms |
| init | 0.01 ms |
| System lock | 0.02 ms |
| optimizing | 0.06 ms |
| statistics | 0.17 ms |
| preparing | 0.06 ms |
| Creating tmp table | 0.08 ms |
| executing | 0.10 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.03 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 21 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 20 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 19 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 18 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 17 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 14 | JHtmlContent::prepare() | Такой же, как вызов в строке ниже |
| 13 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 12 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
| 11 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
| 10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:38 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.53 ms После последнего запроса: 1.09 ms Память запроса: 0.025 MB. Память перед запросом: 27.575 MB Возвращено строк: 1
SELECT *
FROM `ja25_extensions`
WHERE `element` = 'com_gsd'
AND `type` = 'component'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | ja25_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.18 ms |
| preparing | 0.02 ms |
| executing | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 18 | JDatabaseDriver->loadAssoc() | JROOT/plugins/system/nrframework/NRFramework/Extension.php:160 |
| 17 | NRFramework\Extension::get() | JROOT/plugins/system/nrframework/NRFramework/Extension.php:245 |
| 16 | NRFramework\Extension::isEnabled() | JROOT/plugins/system/nrframework/NRFramework/Extension.php:228 |
| 15 | NRFramework\Extension::componentIsEnabled() | JROOT/plugins/system/gsd/gsd.php:516 |
| 14 | plgSystemGSD->setup() | JROOT/plugins/system/gsd/gsd.php:559 |
| 13 | plgSystemGSD->getHelper() | JROOT/plugins/system/gsd/gsd.php:62 |
| 12 | plgSystemGSD->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.54 ms После последнего запроса: 0.28 ms Память запроса: 0.026 MB. Память перед запросом: 27.589 MB Возвращено строк: 2
SHOW FULL COLUMNS
FROM `ja25_gsd_config`
EXPLAIN недоступен для SHOW FULL COLUMNS FROM `ja25_gsd_config`
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.69 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.05 ms |
| statistics | 0.14 ms |
| preparing | 0.04 ms |
| Creating tmp table | 0.06 ms |
| executing | 0.11 ms |
| checking permissions | 0.07 ms |
| checking permissions | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 20 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 19 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 18 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_gsd/tables/config.php:27 |
| 17 | GSDTableConfig->__construct() | JROOT/libraries/src/Table/Table.php:328 |
| 16 | Joomla\CMS\Table\Table::getInstance() | JROOT/administrator/components/com_gsd/GSD/Helper.php:434 |
| 15 | GSD\Helper::getParams() | JROOT/plugins/system/gsd/gsd.php:528 |
| 14 | plgSystemGSD->setup() | JROOT/plugins/system/gsd/gsd.php:559 |
| 13 | plgSystemGSD->getHelper() | JROOT/plugins/system/gsd/gsd.php:62 |
| 12 | plgSystemGSD->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.34 ms После последнего запроса: 0.35 ms Память запроса: 0.024 MB. Память перед запросом: 27.605 MB Возвращено строк: 1
SELECT *
FROM ja25_gsd_config
WHERE `name` = 'config'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | ja25_gsd_config | NULL | system | NULL | INDEX KEY не используется | NULL | NULL | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 17 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
| 16 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_gsd/GSD/Helper.php:435 |
| 15 | GSD\Helper::getParams() | JROOT/plugins/system/gsd/gsd.php:528 |
| 14 | plgSystemGSD->setup() | JROOT/plugins/system/gsd/gsd.php:559 |
| 13 | plgSystemGSD->getHelper() | JROOT/plugins/system/gsd/gsd.php:62 |
| 12 | plgSystemGSD->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.33 ms После последнего запроса: 4.53 ms Память запроса: 0.022 MB. Память перед запросом: 27.733 MB Возвращено строк: 0
SELECT *
FROM ja25_jmap_metainfo
WHERE `linkurl` = 'https://autogrodno.by/market-auto/detail/30508/avtomobili/opel/zafira.html'
AND `published` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | ja25_jmap_metainfo | NULL | ref | published | published | 1 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:760 |
| 12 | plgSystemJMap->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.18 ms После последнего запроса: 0.05 ms Память запроса: 0.022 MB. Память перед запросом: 27.740 MB Возвращено строк: 0
SELECT *
FROM ja25_jmap_canonicals
WHERE `linkurl` = 'https://autogrodno.by/market-auto/detail/30508/avtomobili/opel/zafira.html'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | ja25_jmap_canonicals | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:860 |
| 12 | plgSystemJMap->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.29 ms После последнего запроса: 2.19 ms Память запроса: 0.020 MB. Память перед запросом: 27.820 MB Возвращено строк: 0
SELECT *
FROM ja25_jmap_headings
WHERE `linkurl` = 'https://autogrodno.by/market-auto/detail/30508/avtomobili/opel/zafira.html'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | ja25_jmap_headings | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 8 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:1176 |
| 7 | plgSystemJMap->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.25 ms После последнего запроса: 0.10 ms Память запроса: 0.022 MB. Память перед запросом: 27.831 MB Возвращено строк: 0
SELECT
`original_text`,
`target_text`,
`original_text_regex`,
`target_text_regex`
FROM
`ja25_jmap_text_replacements`
WHERE
`published` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | ja25_jmap_text_replacements | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jmap/jmap.php:397 |
| 8 | plgSystemJMap->patternReplacements() | JROOT/plugins/system/jmap/jmap.php:1257 |
| 7 | plgSystemJMap->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
2 × SELECT id
FROM ja25_expautos_admanager
2 × SELECT a.*,c.title AS category_name, c.id AS categid, c.itemtype AS catitemtype,mk.id AS mkid,mk.name AS make_name,md.id AS mdid,md.name AS model_name,bt.id AS btid,bt.name AS bodytype_name,dr.id AS drid,dr.name AS drive_name,ecl.id AS eclid,ecl.name AS extcolor_name, ecl.image AS extcolor_image,tr.id AS trid,tr.name AS trans_name, tr.code AS trans_code,fl.id AS flid,fl.name AS fuel_name, fl.code AS fuel_code,cond.id AS condid,cond.name AS cond_name,user.id AS userwid,user.name AS user_name, user.username AS user_username, user.email AS user_email,expuser.id AS expuserwid,expusercountry.id AS expusercountrywid,expuserstate.id AS expuserstatewid,expusercity.id AS expusercitywid,expuser.lastname AS expuser_lastname, expuser.companyname AS expuser_companyname,expuser.street AS expuser_street,expuser.phone AS expuser_phone,expuser.web AS expuser_web, expuser.logo AS expuser_logo,expuser.zipcode AS expuser_zipcode, expuser.fax AS expuser_fax,expuser.mobphone AS expuser_mobphone, expuser.userinfo AS expuser_userinfo,expuser.utop AS expuser_utop, expuser.ucommercial AS expuser_ucommercial,expuser.uspecial AS expuser_uspecial,expusercountry.name AS expuser_country, expusercity.city_name AS expuser_city,expuserstate.name AS expuser_state,expuser.latitude AS expuser_latitude,expuser.longitude AS expuser_longitude,cnt.id AS cntid,cnt.name AS cnt_name,st.id AS stid,st.name AS st_name,ct.id AS ctid,ct.city_name AS ct_name,inter.id AS interid,inter.name AS intcolor_name, inter.image AS intcolor_image,ef1.id AS ef1id,ef1.name AS ef1_name,ef2.id AS ef2id,ef2.name AS ef2_name,ef3.id AS ef3id,ef3.name AS ef3_name,ag.title AS access_level
FROM ja25_expautos_admanager as a
LEFT JOIN ja25_expautos_categories AS c
ON c.id = a.catid
LEFT JOIN ja25_expautos_make AS mk
ON mk.id = a.make
LEFT JOIN ja25_expautos_model AS md
ON md.id = a.model
LEFT JOIN ja25_expautos_bodytype AS bt
ON bt.id = a.bodytype
LEFT JOIN ja25_expautos_drive AS dr
ON dr.id = a.drive
LEFT JOIN ja25_expautos_color AS ecl
ON ecl.id = a.extcolor
LEFT JOIN ja25_expautos_trans AS tr
ON tr.id = a.trans
LEFT JOIN ja25_expautos_fuel AS fl
ON fl.id = a.fuel
LEFT JOIN ja25_expautos_condition AS cond
ON cond.id = a.condition
LEFT JOIN ja25_users AS user
ON user.id = a.user
LEFT JOIN ja25_expautos_expuser AS expuser
ON expuser.userid = a.user
LEFT JOIN ja25_expautos_country AS expusercountry
ON expusercountry.id = expuser.country
LEFT JOIN ja25_expautos_state AS expuserstate
ON expuserstate.id = expuser.expstate
LEFT JOIN ja25_expautos_cities AS expusercity
ON expusercity.id = expuser.city
LEFT JOIN ja25_expautos_country AS cnt
ON cnt.id = a.country
LEFT JOIN ja25_expautos_state AS st
ON st.id = a.expstate
LEFT JOIN ja25_expautos_cities AS ct
ON ct.id = a.city
LEFT JOIN ja25_expautos_color AS inter
ON inter.id = a.intcolor
LEFT JOIN ja25_expautos_extrafield1 AS ef1
ON ef1.id = a.extrafield1
LEFT JOIN ja25_expautos_extrafield2 AS ef2
ON ef2.id = a.extrafield2
LEFT JOIN ja25_expautos_extrafield3 AS ef3
ON ef3.id = a.extrafield3
LEFT JOIN ja25_viewlevels AS ag
ON ag.id = c.access
2 × SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM ja25_fields AS a
LEFT JOIN `ja25_languages` AS l
ON l.lang_code = a.language
LEFT JOIN ja25_users AS uc
ON uc.id=a.checked_out
LEFT JOIN ja25_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN ja25_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN ja25_fields_groups AS g
ON g.id = a.group_id
1 × SELECT `data`
FROM `ja25_session`
1 × SELECT *
FROM ja25_jmap_headings
1 × SELECT *
FROM ja25_jmap_canonicals
1 × SELECT *
FROM ja25_jmap_metainfo
1 × SELECT *
FROM ja25_gsd_config
1 × SELECT *
FROM `ja25_extensions`
1 × SELECT a.id as id,a.type as type,a.name as name,a.clickurl as clickurl,a.cid as cid,a.description as description,a.params as params,a.custombannercode as custombannercode,a.track_impressions as track_impressions,cl.track_impressions as client_track_impressions
FROM ja25_banners as a
LEFT JOIN ja25_banner_clients AS cl
ON cl.id = a.cid
1 × SELECT *
FROM ja25_banners
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM ja25_modules AS m
LEFT JOIN ja25_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN ja25_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT custom_data
FROM ja25_extensions
1 × SELECT bb.id AS value, bb.name AS text, bb.score AS score, bb.unregscore AS unregscore, bb.state AS state, bb.expicon AS expicon, bb.ordering AS ordering
FROM ja25_expautos_badbonus as bb
1 × SELECT `session_id`
FROM `ja25_session`
1 × SELECT license
FROM ja25_expautos_confi
1 × SELECT id
FROM ja25_expautos_expuser
1 × SELECT a.*, a.id AS value, a.name AS text,c.title AS category_name
FROM ja25_expautos_make AS a
LEFT JOIN ja25_expautos_categories AS c
ON c.id = a.catid
1 × SELECT a.*, a.id AS value, a.title AS text, a.parent_id AS parent_id, a.ecount AS catecount, a.description AS description, a.itemtype AS catitemtype
FROM ja25_expautos_categories AS a
LEFT JOIN `ja25_expautos_categories` AS b
ON a.lft > b.lft
AND a.rgt < b.rgt
1 × SELECT params
FROM ja25_expautos_config
1 × SELECT CONCAT_WS(".", `
group`, `key`) as group_key, `value`, `type`
FROM ja25_zoo_jbzoo_config
LIMIT 1001 × SELECT b.id
FROM ja25_usergroups AS a
LEFT JOIN ja25_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `ja25_viewlevels
1 × SELECT `original_text`, `target_text`, `original_text_regex`, `target_text_regex`
FROM `ja25_jmap_text_replacements`