Время запроса: 0.38 ms Память запроса: 0.023 MB Память до запроса: 4.562 MB Выбрано строк: 0
SELECT `data`
FROM `p920e_session`
WHERE `session_id` = X'3837363835363261623639356536643666393439666665353466653739373839'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.15 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.04 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.00 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 После последнего запроса: 1.98 ms Память запроса: 0.020 MB Память до запроса: 4.673 MB Выбрано строк: 0
SELECT `session_id`
FROM `p920e_session`
WHERE `session_id` = X'3837363835363261623639356536643666393439666665353466653739373839'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 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.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Время запроса: 0.30 ms После последнего запроса: 0.23 ms Память запроса: 0.004 MB Память до запроса: 4.678 MB
INSERT INTO `p920e_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'3837363835363261623639356536643666393439666665353466653739373839', 1, 1776214539, 0, '', 0)
EXPLAIN не доступен для запроса: INSERT INTO `p920e_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3837363835363261623639356536643666393439666665353466653739373839', 1, 1776214539, 0, '', 0)
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| update | 0.11 ms |
| Waiting for query cache lock | 0.00 ms |
| update | 0.00 ms |
| end | 0.00 ms |
| query end | 0.05 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 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.96 ms После последнего запроса: 3.55 ms Память запроса: 0.025 MB Память до запроса: 4.883 MB Выбрано строк: 48
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `p920e_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_extensions | NULL | ref | extension | extension | 82 | const | 48 | 1.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.18 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.11 ms |
| preparing | 0.04 ms |
| executing | 0.00 ms |
| Sending data | 0.36 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.04 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
| 10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Так же, как вызов в строке ниже. |
| 9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
| 7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
| 6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
| 5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
| 4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.49 ms После последнего запроса: 3.32 ms Память запроса: 0.021 MB Память до запроса: 5.152 MB Выбрано строк: 17
SELECT id, rules
FROM `p920e_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_viewlevels | NULL | ALL | NULL | Индекс не используется | NULL | NULL | 11 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.20 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.11 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 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.48 ms После последнего запроса: 0.27 ms Память запроса: 0.021 MB Память до запроса: 5.169 MB Выбрано строк: 2
SELECT b.id
FROM p920e_usergroups AS a
LEFT JOIN p920e_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.14 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.08 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
| 9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.49 ms После последнего запроса: 0.95 ms Память запроса: 0.051 MB Память до запроса: 5.245 MB Выбрано строк: 187
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM p920e_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_extensions | NULL | ref | extension | extension | 82 | const | 246 | 0.60 | Using index condition; Using where; Используется filesort |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.06 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 1.13 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:351 |
| 9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Так же, как вызов в строке ниже. |
| 8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:356 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.67 ms После последнего запроса: 47.24 ms Память запроса: 0.023 MB Память до запроса: 9.907 MB Выбрано строк: 0
Повторяющиеся запросы:
#9SELECT `manifest_cache`
FROM `p920e_extensions`
WHERE `type` = 'component'
AND `name` = 'com_akeeba'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_extensions | NULL | ref | extension | extension | 82 | const | 48 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.36 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/fof30/Container/Container.php:787 |
| 14 | FOF30\Container\Container->getDefaultMediaVersion() | JROOT/libraries/fof30/Container/Container.php:675 |
| 13 | FOF30\Container\Container->__construct() | JROOT/libraries/fof30/Container/Container.php:159 |
| 12 | FOF30\Container\Container::makeInstance() | JROOT/libraries/fof30/Container/Container.php:140 |
| 11 | FOF30\Container\Container::getInstance() | JROOT/plugins/actionlog/akeebabackup/akeebabackup.php:56 |
| 10 | plgActionlogAkeebabackup->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 9 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 8 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/plugins/system/actionlogs/actionlogs.php:64 |
| 7 | PlgSystemActionLogs->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.60 ms После последнего запроса: 6.89 ms Память запроса: 0.023 MB Память до запроса: 10.303 MB Выбрано строк: 0
Повторяющиеся запросы:
#8SELECT `manifest_cache`
FROM `p920e_extensions`
WHERE `type` = 'component'
AND `name` = 'com_akeeba'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_extensions | NULL | ref | extension | extension | 82 | const | 48 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.29 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/fof30/Container/Container.php:787 |
| 14 | FOF30\Container\Container->getDefaultMediaVersion() | JROOT/libraries/fof30/Container/Container.php:675 |
| 13 | FOF30\Container\Container->__construct() | JROOT/libraries/fof30/Container/Container.php:290 |
| 12 | FOF30\Container\Container::makeInstance() | JROOT/libraries/fof30/Container/Container.php:140 |
| 11 | FOF30\Container\Container::getInstance() | JROOT/plugins/actionlog/akeebabackup/akeebabackup.php:56 |
| 10 | plgActionlogAkeebabackup->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 9 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 8 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/plugins/system/actionlogs/actionlogs.php:64 |
| 7 | PlgSystemActionLogs->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.38 ms После последнего запроса: 3.18 ms Память запроса: 0.020 MB Память до запроса: 10.521 MB Выбрано строк: 1
SELECT `enabled`
FROM `p920e_extensions`
WHERE `element` = 'com_akeeba'
AND `type` = 'component'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.10 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 8 | JDatabaseDriver->loadResult() | JROOT/plugins/system/backuponupdate/backuponupdate.php:36 |
| 7 | require_once JROOT/plugins/system/backuponupdate/backuponupdate.php | JROOT/libraries/src/Plugin/PluginHelper.php:251 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.44 ms После последнего запроса: 18.89 ms Память запроса: 0.024 MB Память до запроса: 12.038 MB Выбрано строк: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `p920e_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.11 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
| 16 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Так же, как вызов в строке ниже. |
| 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
| 13 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 12 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 11 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 10 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 9 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 8 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/improved_ajax_login/improved_ajax_login.php:21 |
| 7 | require_once JROOT/plugins/system/improved_ajax_login/improved_ajax_login.php | JROOT/libraries/src/Plugin/PluginHelper.php:251 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.46 ms После последнего запроса: 0.41 ms Память запроса: 0.006 MB Память до запроса: 12.030 MB
UPDATE `p920e_extensions`
SET `params` = '{\"mediaversion\":\"7bd6d664c1462621f95a1add3868eef1\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | p920e_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.08 ms |
| updating | 0.12 ms |
| end | 0.01 ms |
| Waiting for query cache lock | 0.00 ms |
| end | 0.01 ms |
| query end | 0.06 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 12 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 11 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 10 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 9 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 8 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/improved_ajax_login/improved_ajax_login.php:21 |
| 7 | require_once JROOT/plugins/system/improved_ajax_login/improved_ajax_login.php | JROOT/libraries/src/Plugin/PluginHelper.php:251 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.81 ms После последнего запроса: 37.95 ms Память запроса: 0.026 MB Память до запроса: 14.276 MB Выбрано строк: 95
SELECT *
FROM p920e_rsform_config
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_rsform_config | NULL | ALL | NULL | Индекс не используется | NULL | NULL | 95 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.20 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.38 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsform/helpers/config.php:50 |
| 11 | RSFormProConfig->load() | JROOT/administrator/components/com_rsform/helpers/config.php:17 |
| 10 | RSFormProConfig->__construct() | JROOT/administrator/components/com_rsform/helpers/config.php:102 |
| 9 | RSFormProConfig::getInstance() | JROOT/plugins/system/rsformdeletesubmissions/rsformdeletesubmissions.php:28 |
| 8 | plgSystemRsformdeletesubmissions->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.34 ms После последнего запроса: 0.45 ms Память запроса: 0.005 MB Память до запроса: 14.295 MB
UPDATE p920e_rsform_config
SET `SettingValue`='1776214539'
WHERE `SettingName`='deleteafter.last_run'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | p920e_rsform_config | NULL | range | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.03 ms |
| updating | 0.08 ms |
| end | 0.00 ms |
| Waiting for query cache lock | 0.02 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.03 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_rsform/helpers/config.php:90 |
| 9 | RSFormProConfig->set() | JROOT/plugins/system/rsformdeletesubmissions/rsformdeletesubmissions.php:37 |
| 8 | plgSystemRsformdeletesubmissions->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.76 ms После последнего запроса: 0.17 ms Память запроса: 0.020 MB Память до запроса: 14.300 MB Выбрано строк: 0
SELECT `FormId`,`DeleteSubmissionsAfter`
FROM `p920e_rsform_forms`
WHERE `DeleteSubmissionsAfter` > '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_rsform_forms | NULL | ALL | NULL | Индекс не используется | NULL | NULL | 36 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.24 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.30 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.03 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsformdeletesubmissions/rsformdeletesubmissions.php:47 |
| 8 | plgSystemRsformdeletesubmissions->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.35 ms После последнего запроса: 0.27 ms Память запроса: 0.020 MB Память до запроса: 14.304 MB Выбрано строк: 1
SELECT `lastupdate`
FROM `p920e_ak_storage`
WHERE `tag` = 'akeebaupdatecheck_lastrun'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_ak_storage | NULL | system | PRIMARY | Индекс не используется | NULL | NULL | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.13 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/akeebaupdatecheck/akeebaupdatecheck.php:81 |
| 8 | plgSystemAkeebaupdatecheck->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.06 ms После последнего запроса: 0.92 ms Память запроса: 0.065 MB Память до запроса: 14.367 MB Выбрано строк: 49
Повторяющиеся запросы:
#23SELECT *
FROM `p920e_comprofiler_plugin_autoactions`
WHERE `trigger` != ''
AND `published` = 1
ORDER BY `ordering` ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_comprofiler_plugin_autoactions | NULL | ref | published | published | 1 | const | 49 | 90.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.15 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| Sorting result | 0.00 ms |
| executing | 0.01 ms |
| Sending data | 0.64 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/cbautoactionsbot/cbautoactionsbot.php:29 |
| 8 | plgSystemcbautoactionsbot->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 |
Время запроса: 4.66 ms После последнего запроса: 3.98 ms Память запроса: 1.392 MB Память до запроса: 14.588 MB Выбрано строк: 173
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM p920e_menu AS m
LEFT JOIN p920e_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_client_id_parent_id_alias_language | Индекс не используется | NULL | NULL | 281 | 9.11 | Using where; Используется filesort |
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | a0033651_kmo59.m.component_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.20 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.09 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 3.98 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.05 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 21 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Так же, как вызов в строке ниже. |
| 20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 18 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 17 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 16 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
| 15 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
| 14 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
| 13 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
| 12 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
| 11 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
| 10 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
| 9 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/plugins/system/communitybuilder/communitybuilder.php:300 |
| 8 | plgSystemCommunityBuilder->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.42 ms После последнего запроса: 56.61 ms Память запроса: 0.028 MB Память до запроса: 19.569 MB Выбрано строк: 1
SELECT `params`
FROM `p920e_comprofiler_plugin`
WHERE `id` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_comprofiler_plugin | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.16 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 26 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:353 |
| 25 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CB/Application/CBConfig.php:43 |
| 24 | CB\Application\CBConfig::getConfig() | JROOT/libraries/CBLib/CB/Application/CBApplication.php:47 |
| 23 | CB\Application\CBApplication::CB\Application\{closure}() | Так же, как вызов в строке ниже. |
| 22 | call_user_func_array() | JROOT/libraries/CBLib/CBLib/Application/Config.php:38 |
| 21 | CBLib\Application\Config::setMainConfig() | JROOT/libraries/CBLib/CBLib/Core/CBLib.php:78 |
| 20 | CBLib\Core\CBLib::CBLib\Core\{closure}() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:607 |
| 19 | CBLib\DependencyInjection\Container->build() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:498 |
| 18 | CBLib\DependencyInjection\Container->make() | JROOT/libraries/CBLib/CBLib/Application/Application.php:212 |
| 17 | CBLib\Application\Application::__callStatic() | JROOT/libraries/CBLib/CB/Application/CBConfig.php:77 |
| 16 | CB\Application\CBConfig::loadLegacyCBueConfig() | JROOT/libraries/CBLib/CB/Legacy/LegacyFoundationFunctions.php:102 |
| 15 | CB\Legacy\LegacyFoundationFunctions->__construct() | Так же, как вызов в строке ниже. |
| 14 | ReflectionClass->newInstanceArgs() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:645 |
| 13 | CBLib\DependencyInjection\Container->build() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:498 |
| 12 | CBLib\DependencyInjection\Container->make() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:134 |
| 11 | CBLib\DependencyInjection\Container->get() | JROOT/administrator/components/com_comprofiler/plugin.foundation.php:34 |
| 10 | include_once JROOT/administrator/components/com_comprofiler/plugin.foundation.php | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:154 |
| 9 | plgSystemcbpaidsubsbot->loadCBSubs() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:170 |
| 8 | plgSystemcbpaidsubsbot->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.61 ms После последнего запроса: 14.91 ms Память запроса: 0.023 MB Память до запроса: 21.195 MB Выбрано строк: 1
SELECT *
FROM `p920e_cbsubs_config`
WHERE `id` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_cbsubs_config | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.30 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.03 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 15 | JDatabaseDriver->loadAssoc() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:422 |
| 14 | CBLib\Database\Driver\CmsDatabaseDriver->loadObject() | JROOT/libraries/CBLib/CBLib/Database/Table/Table.php:136 |
| 13 | CBLib\Database\Table\Table->load() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/models/table/cbpaidTable.php:157 |
| 12 | cbpaidTable->load() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/libraries/cbpaidApp.php:76 |
| 11 | getcbpaidTabHandler::settingsParams() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/libraries/cbpaidSubscriptionsMgr.php:217 |
| 10 | cbpaidSubscriptionsMgr->checkExpireMe() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:101 |
| 9 | cbpaidSysPlugin->checkExpireMe() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:176 |
| 8 | plgSystemcbpaidsubsbot->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.62 ms После последнего запроса: 1.57 ms Память запроса: 0.084 MB Память до запроса: 21.292 MB Выбрано строк: 0
SELECT a.*
FROM `p920e_cbsubs_plans` AS a
LEFT JOIN `p920e_cbsubs_plans` AS b
ON b.`id` = a.`parent`
WHERE a.published = 1
GROUP BY a.id
ORDER BY IF( ISNULL( b.`ordering` ) , a.`ordering`, b.`ordering` ) ASC, IF( ISNULL( b.`ordering` ) , a.`ordering`, 11000 + a.`ordering` ) ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | PRIMARY,published_allownew_allowreg_parent_ordering,fe_published_allownew_allowreg_parent_order,upgrade_published_allownew_parent_ordering,allownew_published_upgrade_fe_parent_order | published_allownew_allowreg_parent_ordering | 1 | const | 1 | 100.00 | Using index condition; Using temporary; Используется filesort |
| 1 | SIMPLE | b | NULL | eq_ref | PRIMARY | PRIMARY | 4 | a0033651_kmo59.a.parent | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.29 ms |
| init | 0.09 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.20 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.56 ms |
| Creating sort index | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| removing tmp table | 0.07 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 15 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:402 |
| 14 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/models/table/cbpaidInstanciator.php:92 |
| 13 | cbpaidInstanciator->_loadTrueObjects() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/libraries/cbpaidPlansMgr.php:143 |
| 12 | cbpaidPlansMgr->loadPublishedPlans() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/libraries/cbpaidPlansMgr.php:197 |
| 11 | cbpaidPlansMgr->checkAllSubscriptions() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/libraries/cbpaidSubscriptionsMgr.php:221 |
| 10 | cbpaidSubscriptionsMgr->checkExpireMe() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:101 |
| 9 | cbpaidSysPlugin->checkExpireMe() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:176 |
| 8 | plgSystemcbpaidsubsbot->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.55 ms После последнего запроса: 1.85 ms Память запроса: 0.051 MB Память до запроса: 21.438 MB Выбрано строк: 38
SELECT *, CONCAT_WS( "/", `folder`, `element` ) AS lookup
FROM `p920e_comprofiler_plugin`
WHERE `published` = 1
AND `viewaccesslevel` IN (1,5)
AND `type` = 'user'
ORDER BY `ordering`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_comprofiler_plugin | NULL | ref | idx_folder,type_pub_order,published_ordering | type_pub_order | 304 | const,const | 38 | 20.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.26 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 16 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:402 |
| 15 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:454 |
| 14 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:181 |
| 13 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/libraries/cbpaidPlansMgr.php:162 |
| 12 | cbpaidPlansMgr->loadPublishedPlans() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/libraries/cbpaidPlansMgr.php:197 |
| 11 | cbpaidPlansMgr->checkAllSubscriptions() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/libraries/cbpaidSubscriptionsMgr.php:221 |
| 10 | cbpaidSubscriptionsMgr->checkExpireMe() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:101 |
| 9 | cbpaidSysPlugin->checkExpireMe() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:176 |
| 8 | plgSystemcbpaidsubsbot->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.69 ms После последнего запроса: 52.24 ms Память запроса: 0.087 MB Память до запроса: 26.954 MB Выбрано строк: 49
Повторяющиеся запросы:
#17SELECT *
FROM `p920e_comprofiler_plugin_autoactions`
WHERE `trigger` != ''
AND `published` = 1
ORDER BY `ordering` ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_comprofiler_plugin_autoactions | NULL | ref | published | published | 1 | const | 49 | 90.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.38 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 55 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 54 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:402 |
| 53 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:454 |
| 52 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/components/com_comprofiler/plugin/user/plug_cbautoactions/cbautoactions.php:39 |
| 51 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbautoactions/cbautoactions.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
| 50 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
| 49 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbantispam/cbantispam.php:26 |
| 48 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbantispam/cbantispam.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
| 47 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
| 46 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbactivity/cbactivity.php:25 |
| 45 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbactivity/cbactivity.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
| 44 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
| 43 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbfieldgroups/cbfieldgroups.php:18 |
| 42 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbfieldgroups/cbfieldgroups.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
| 41 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
| 40 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbconnect/cbconnect.php:18 |
| 39 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbconnect/cbconnect.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
| 38 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
| 37 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbprofileupdatelogger/cb.pulog.php:20 |
| 36 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbprofileupdatelogger/cb.pulog.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
| 35 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
| 34 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbgroupjive/cbgroupjive.php:25 |
| 33 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbgroupjive/cbgroupjive.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
| 32 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
| 31 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbreconfirmemail/cbreconfirmemail.php:18 |
| 30 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbreconfirmemail/cbreconfirmemail.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
| 29 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
| 28 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbprogressfield/cbprogressfield.php:21 |
| 27 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbprogressfield/cbprogressfield.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
| 26 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
| 25 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbblogs/cbblogs.php:22 |
| 24 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbblogs/cbblogs.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
| 23 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
| 22 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbforums/cbforums.php:20 |
| 21 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbforums/cbforums.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
| 20 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
| 19 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbarticles/cbarticles.php:22 |
| 18 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbarticles/cbarticles.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
| 17 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
| 16 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_pms_mypmspro/pms.mypmspro.php:28 |
| 15 | require_once JROOT/components/com_comprofiler/plugin/user/plug_pms_mypmspro/pms.mypmspro.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
| 14 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
| 13 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/libraries/cbpaidPlansMgr.php:162 |
| 12 | cbpaidPlansMgr->loadPublishedPlans() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/libraries/cbpaidPlansMgr.php:197 |
| 11 | cbpaidPlansMgr->checkAllSubscriptions() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/libraries/cbpaidSubscriptionsMgr.php:221 |
| 10 | cbpaidSubscriptionsMgr->checkExpireMe() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:101 |
| 9 | cbpaidSysPlugin->checkExpireMe() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:176 |
| 8 | plgSystemcbpaidsubsbot->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.57 ms После последнего запроса: 10.68 ms Память запроса: 0.037 MB Память до запроса: 27.701 MB Выбрано строк: 7
SELECT *, CONCAT_WS( "/", `folder`, `element` ) AS lookup
FROM `p920e_comprofiler_plugin`
WHERE `published` = 1
AND `viewaccesslevel` IN (1,5)
AND `type` = 'user/plug_cbgroupjive/plugins'
ORDER BY `ordering`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_comprofiler_plugin | NULL | ref | idx_folder,type_pub_order,published_ordering | type_pub_order | 304 | const,const | 7 | 20.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.12 ms |
| preparing | 0.04 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.13 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 38 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 37 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:402 |
| 36 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:454 |
| 35 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:181 |
| 34 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbgroupjive/cbgroupjive.php:26 |
| 33 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbgroupjive/cbgroupjive.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
| 32 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
| 31 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbreconfirmemail/cbreconfirmemail.php:18 |
| 30 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbreconfirmemail/cbreconfirmemail.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
| 29 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
| 28 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbprogressfield/cbprogressfield.php:21 |
| 27 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbprogressfield/cbprogressfield.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
| 26 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
| 25 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbblogs/cbblogs.php:22 |
| 24 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbblogs/cbblogs.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
| 23 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
| 22 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbforums/cbforums.php:20 |
| 21 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbforums/cbforums.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
| 20 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
| 19 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbarticles/cbarticles.php:22 |
| 18 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbarticles/cbarticles.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
| 17 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
| 16 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_pms_mypmspro/pms.mypmspro.php:28 |
| 15 | require_once JROOT/components/com_comprofiler/plugin/user/plug_pms_mypmspro/pms.mypmspro.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:397 |
| 14 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 |
| 13 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/libraries/cbpaidPlansMgr.php:162 |
| 12 | cbpaidPlansMgr->loadPublishedPlans() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/libraries/cbpaidPlansMgr.php:197 |
| 11 | cbpaidPlansMgr->checkAllSubscriptions() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/libraries/cbpaidSubscriptionsMgr.php:221 |
| 10 | cbpaidSubscriptionsMgr->checkExpireMe() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:101 |
| 9 | cbpaidSysPlugin->checkExpireMe() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:176 |
| 8 | plgSystemcbpaidsubsbot->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.60 ms После последнего запроса: 7.30 ms Память запроса: 0.028 MB Память до запроса: 27.944 MB Выбрано строк: 15
SELECT *, CONCAT_WS( "/", `folder`, `element` ) AS lookup
FROM `p920e_comprofiler_plugin`
WHERE `published` = 1
AND `viewaccesslevel` IN (1,5)
AND `type` = 'user/plug_cbpaidsubscriptions/plugin'
ORDER BY `ordering`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_comprofiler_plugin | NULL | ref | idx_folder,type_pub_order,published_ordering | type_pub_order | 304 | const,const | 15 | 20.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| Sorting result | 0.00 ms |
| executing | 0.01 ms |
| Sending data | 0.16 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 16 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:402 |
| 15 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:454 |
| 14 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:181 |
| 13 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/libraries/cbpaidPlansMgr.php:163 |
| 12 | cbpaidPlansMgr->loadPublishedPlans() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/libraries/cbpaidPlansMgr.php:197 |
| 11 | cbpaidPlansMgr->checkAllSubscriptions() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/libraries/cbpaidSubscriptionsMgr.php:221 |
| 10 | cbpaidSubscriptionsMgr->checkExpireMe() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:101 |
| 9 | cbpaidSysPlugin->checkExpireMe() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/cbpaidsubscriptions.sysplug.php:176 |
| 8 | plgSystemcbpaidsubsbot->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.48 ms После последнего запроса: 21.29 ms Память запроса: 0.020 MB Память до запроса: 29.902 MB Выбрано строк: 2
SELECT *
FROM p920e_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_languages | NULL | ALL | NULL | Индекс не используется | NULL | NULL | 2 | 50.00 | Using where; Используется filesort |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.14 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.08 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
| 5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
| 4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.60 ms После последнего запроса: 0.63 ms Память запроса: 0.019 MB Память до запроса: 29.912 MB Выбрано строк: 6
SELECT id, home, template, s.params
FROM p920e_template_styles as s
LEFT JOIN p920e_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 8 | 1.00 | Using index condition; Using where |
| 1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | a0033651_kmo59.e.element | 1 | 85.71 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.12 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.10 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.13 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.03 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 5 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
| 4 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/libraries/src/Application/SiteApplication.php:168 |
| 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.32 ms После последнего запроса: 18.22 ms Память запроса: 0.028 MB Память до запроса: 31.241 MB Выбрано строк: 17
SHOW FULL COLUMNS
FROM `p920e_users`
EXPLAIN не доступен для запроса: SHOW FULL COLUMNS FROM `p920e_users`
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.36 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| Opening tables | 0.21 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| Sending data | 0.07 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.21 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 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/libraries/src/Table/User.php:41 |
| 17 | Joomla\CMS\Table\User->__construct() | JROOT/libraries/src/Table/Table.php:328 |
| 16 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/src/User/User.php:603 |
| 15 | Joomla\CMS\User\User::getTable() | JROOT/libraries/CBLib/CB/Database/Table/UserTable.php:181 |
| 14 | CB\Database\Table\UserTable->_reinitNonComprofileVars() | JROOT/libraries/CBLib/CB/Database/Table/UserTable.php:121 |
| 13 | CB\Database\Table\UserTable->__construct() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:194 |
| 12 | CBuser::_getOrSetInstance() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:84 |
| 11 | CBuser::getInstance() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:115 |
| 10 | CBuser::getUserDataInstance() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:103 |
| 9 | CBuser::getMyUserDataInstance() | JROOT/components/com_comprofiler/comprofiler.html.php:869 |
| 8 | HTML_comprofiler::loginForm() | JROOT/components/com_comprofiler/comprofiler.php:1245 |
| 7 | login() | JROOT/components/com_comprofiler/comprofiler.php:137 |
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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.22 ms После последнего запроса: 1.15 ms Память запроса: 0.021 MB Память до запроса: 31.283 MB Выбрано строк: 1
SELECT *
FROM `p920e_modules`
WHERE `module` = 'mod_cblogin'
AND `published` = 1
AND `access` IN (1, 5)
AND `language` IN ( 'ru-RU', '*', '' )
ORDER BY `position`, `ordering`
LIMIT 0, 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_modules | NULL | ref | published,newsfeeds,idx_language | newsfeeds | 204 | const,const | 1 | 20.00 | Using index condition; Using where; Используется filesort |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.14 ms |
| init | 0.08 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.58 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.09 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 10 | JDatabaseDriver->loadObject() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:418 |
| 9 | CBLib\Database\Driver\CmsDatabaseDriver->loadObject() | JROOT/components/com_comprofiler/comprofiler.html.php:886 |
| 8 | HTML_comprofiler::loginForm() | JROOT/components/com_comprofiler/comprofiler.php:1245 |
| 7 | login() | JROOT/components/com_comprofiler/comprofiler.php:137 |
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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.46 ms После последнего запроса: 5.46 ms Память запроса: 0.411 MB Память до запроса: 31.626 MB Выбрано строк: 165
SELECT f.*
FROM p920e_comprofiler_fields f
INNER JOIN p920e_comprofiler_tabs AS t
ON (f.tabid = t.tabid)
WHERE f.published = 1
ORDER BY t.position, t.ordering, f.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | tabid_pub_prof_order,published_ordering | published_ordering | 1 | const | 165 | 100.00 | Using where; Using temporary; Используется filesort |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY | PRIMARY | 4 | a0033651_kmo59.f.tabid | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.28 ms |
| init | 0.04 ms |
| System lock | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.05 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 1.99 ms |
| Creating sort index | 2.39 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| removing tmp table | 0.27 ms |
| query end | 0.00 ms |
| closing tables | 0.04 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 19 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:402 |
| 18 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:454 |
| 17 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1037 |
| 16 | cbTabs->_getTabFieldsDb() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:332 |
| 15 | CBuser->getField() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:1121 |
| 14 | CBuser->{closure}() | Так же, как вызов в строке ниже. |
| 13 | preg_replace_callback() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:1172 |
| 12 | CBuser->evaluateFields() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:648 |
| 11 | CBuser->replaceUserVars() | JROOT/modules/mod_cblogin/mod_cblogin.php:134 |
| 10 | include JROOT/modules/mod_cblogin/mod_cblogin.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/components/com_comprofiler/comprofiler.html.php:889 |
| 8 | HTML_comprofiler::loginForm() | JROOT/components/com_comprofiler/comprofiler.php:1245 |
| 7 | login() | JROOT/components/com_comprofiler/comprofiler.php:137 |
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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.60 ms После последнего запроса: 20.26 ms Память запроса: 0.026 MB Память до запроса: 33.343 MB Выбрано строк: 0
SELECT f.`name`, f.`params`
FROM `p920e_comprofiler_fields` AS f
LEFT JOIN `p920e_comprofiler_tabs` AS t
ON t.`tabid` = f.`tabid`
WHERE f.`type` = 'fieldgroup'
AND f.`published` = 1
AND t.`enabled` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | tabid_pub_prof_order,type_required_edit,published_ordering | type_required_edit | 152 | const | 6 | 69.33 | Using index condition |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,enabled_position_ordering,orderedit_enabled_pos_order,orderreg_enabled_pos_order | PRIMARY | 4 | a0033651_kmo59.f.tabid | 1 | 29.31 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.13 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.13 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 21 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:402 |
| 20 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/components/com_comprofiler/plugin/user/plug_cbfieldgroups/library/Trigger/FieldTrigger.php:55 |
| 19 | CB\Plugin\FieldGroups\Trigger\FieldTrigger->fieldsFetch() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:880 |
| 18 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1293 |
| 17 | cbPluginHandler->trigger() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1084 |
| 16 | cbTabs->_getTabFieldsDb() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:332 |
| 15 | CBuser->getField() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:1121 |
| 14 | CBuser->{closure}() | Так же, как вызов в строке ниже. |
| 13 | preg_replace_callback() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:1172 |
| 12 | CBuser->evaluateFields() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:648 |
| 11 | CBuser->replaceUserVars() | JROOT/modules/mod_cblogin/mod_cblogin.php:134 |
| 10 | include JROOT/modules/mod_cblogin/mod_cblogin.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/components/com_comprofiler/comprofiler.html.php:889 |
| 8 | HTML_comprofiler::loginForm() | JROOT/components/com_comprofiler/comprofiler.php:1245 |
| 7 | login() | JROOT/components/com_comprofiler/comprofiler.php:137 |
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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.52 ms После последнего запроса: 2.71 ms Память запроса: 0.051 MB Память до запроса: 33.641 MB Выбрано строк: 17
SELECT *
FROM p920e_comprofiler_tabs t
WHERE t.enabled=1
AND t.viewaccesslevel IN (1,5)
ORDER BY t.position, t.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | t | NULL | ref | enabled_position_ordering,orderedit_enabled_pos_order,orderreg_enabled_pos_order | enabled_position_ordering | 1 | const | 17 | 20.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.20 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 25 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:402 |
| 24 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:454 |
| 23 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/components/com_comprofiler/plugin/user/plug_cbsubsfieldstabsprotect/cbsubs.fieldstabsprotect.php:428 |
| 22 | CBfldProtectbysub->_getTab() | JROOT/components/com_comprofiler/plugin/user/plug_cbsubsfieldstabsprotect/cbsubs.fieldstabsprotect.php:396 |
| 21 | CBfldProtectbysub->_checkIfFieldTabAllowed() | JROOT/components/com_comprofiler/plugin/user/plug_cbsubsfieldstabsprotect/cbsubs.fieldstabsprotect.php:260 |
| 20 | CBfldProtectbysub->_authField() | JROOT/components/com_comprofiler/plugin/user/plug_cbsubsfieldstabsprotect/cbsubs.fieldstabsprotect.php:345 |
| 19 | CBfldProtectbysub->onBeforegetFieldRow() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:880 |
| 18 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1293 |
| 17 | cbPluginHandler->trigger() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1072 |
| 16 | cbPluginHandler->callField() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:351 |
| 15 | CBuser->getField() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:1121 |
| 14 | CBuser->{closure}() | Так же, как вызов в строке ниже. |
| 13 | preg_replace_callback() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:1172 |
| 12 | CBuser->evaluateFields() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:648 |
| 11 | CBuser->replaceUserVars() | JROOT/modules/mod_cblogin/mod_cblogin.php:134 |
| 10 | include JROOT/modules/mod_cblogin/mod_cblogin.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/components/com_comprofiler/comprofiler.html.php:889 |
| 8 | HTML_comprofiler::loginForm() | JROOT/components/com_comprofiler/comprofiler.php:1245 |
| 7 | login() | JROOT/components/com_comprofiler/comprofiler.php:137 |
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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.26 ms После последнего запроса: 1.35 ms Память запроса: 0.034 MB Память до запроса: 33.717 MB Выбрано строк: 48
SELECT `id`,`name`,`rules`,`parent_id`
FROM `p920e_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_ajax','com_akeeba','com_associations','com_banners','com_cache','com_categories','com_checkin','com_comprofiler','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_dropeditor','com_dropfiles','com_droppics','com_droptables','com_favicon','com_fields','com_finder','com_improved_ajax_login','com_installer','com_jce','com_jch_optimize','com_joomlaupdate','com_languages','com_login','com_mailto','com_maximenuck','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_offlajn_installer','com_plugins','com_postinstall','com_privacy','com_redirect','com_rsform','com_search','com_sppagebuilder','com_tags','com_templates','com_users','com_wrapper')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_assets | NULL | ALL | idx_asset_name | Индекс не используется | NULL | NULL | 338 | 14.50 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.17 ms |
| init | 0.08 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.17 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.64 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.03 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 30 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
| 29 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
| 28 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
| 27 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 26 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 25 | Joomla\CMS\User\User->authorise() | JROOT/libraries/CBLib/CBLib/Cms/Joomla/Joomla3/CmsUser.php:301 |
| 24 | CBLib\Cms\Joomla\Joomla3\CmsUser->isAuthorizedToPerformActionOnAsset() | JROOT/libraries/CBLib/CBLib/Entity/User/User.php:216 |
| 23 | CBLib\Entity\User\User->isAuthorizedToPerformActionOnAsset() | JROOT/libraries/CBLib/CBLib/Entity/User/User.php:277 |
| 22 | CBLib\Entity\User\User->isSuperAdmin() | JROOT/libraries/CBLib/CBLib/Entity/User/User.php:233 |
| 21 | CBLib\Entity\User\User->canViewAccessLevel() | JROOT/libraries/CBLib/CBLib/Entity/User/User.php:308 |
| 20 | CBLib\Entity\User\User->isGlobalModerator() | JROOT/components/com_comprofiler/plugin/user/plug_cbprivacy/library/Trigger/FieldTrigger.php:164 |
| 19 | CB\Plugin\Privacy\Trigger\FieldTrigger->beforeFieldDisplay() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:880 |
| 18 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1293 |
| 17 | cbPluginHandler->trigger() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1072 |
| 16 | cbPluginHandler->callField() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:351 |
| 15 | CBuser->getField() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:1121 |
| 14 | CBuser->{closure}() | Так же, как вызов в строке ниже. |
| 13 | preg_replace_callback() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:1172 |
| 12 | CBuser->evaluateFields() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:648 |
| 11 | CBuser->replaceUserVars() | JROOT/modules/mod_cblogin/mod_cblogin.php:134 |
| 10 | include JROOT/modules/mod_cblogin/mod_cblogin.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/components/com_comprofiler/comprofiler.html.php:889 |
| 8 | HTML_comprofiler::loginForm() | JROOT/components/com_comprofiler/comprofiler.php:1245 |
| 7 | login() | JROOT/components/com_comprofiler/comprofiler.php:137 |
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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.50 ms После последнего запроса: 3.94 ms Память запроса: 0.024 MB Память до запроса: 33.978 MB Выбрано строк: 1
SELECT *
FROM p920e_comprofiler_plugin p
WHERE p.published=1
AND p.element LIKE '%pms.%'
ORDER BY p.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p | NULL | ALL | idx_folder,published_ordering | Индекс не используется | NULL | NULL | 128 | 10.94 | Using where; Используется filesort |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.05 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.16 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 15 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:402 |
| 14 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:454 |
| 13 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/libraries/CBLib/CB/Legacy/cbPMS.php:77 |
| 12 | cbPMS->_callPluginTypeMethod() | JROOT/libraries/CBLib/CB/Legacy/cbPMS.php:144 |
| 11 | cbPMS->getPMSunreadCount() | JROOT/modules/mod_cblogin/mod_cblogin.php:187 |
| 10 | include JROOT/modules/mod_cblogin/mod_cblogin.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/components/com_comprofiler/comprofiler.html.php:889 |
| 8 | HTML_comprofiler::loginForm() | JROOT/components/com_comprofiler/comprofiler.php:1245 |
| 7 | login() | JROOT/components/com_comprofiler/comprofiler.php:137 |
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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.70 ms После последнего запроса: 3.43 ms Память запроса: 0.025 MB Память до запроса: 34.214 MB Выбрано строк: 1
SELECT COUNT(*)
FROM `p920e_comprofiler_plugin_messages` AS m
LEFT JOIN `p920e_comprofiler_plugin_messages_read` AS r
ON r.`to_user` = 0
AND r.`message` = m.`id`
WHERE ( ( m.`from_user` != 0
AND m.`to_user` = 0 ) OR ( m.`to_user` = 0
AND m.`to_user_delete` = 0 ) )
AND r.`id` IS NULL
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ref | to_messages,from_messages | to_messages | 4 | const | 10 | 91.00 | Using where |
| 1 | SIMPLE | r | NULL | eq_ref | read,message | read | 8 | const,a0033651_kmo59.m.id | 1 | 10.00 | Using where; Not exists; Using index |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.24 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.11 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.06 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:353 |
| 16 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/components/com_comprofiler/plugin/user/plug_pms_mypmspro/pms.mypmspro.php:198 |
| 15 | getmypmsproTab->getPMSunreadCount() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:880 |
| 14 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPMS.php:52 |
| 13 | cbPMS->_callPlugin() | JROOT/libraries/CBLib/CB/Legacy/cbPMS.php:84 |
| 12 | cbPMS->_callPluginTypeMethod() | JROOT/libraries/CBLib/CB/Legacy/cbPMS.php:144 |
| 11 | cbPMS->getPMSunreadCount() | JROOT/modules/mod_cblogin/mod_cblogin.php:187 |
| 10 | include JROOT/modules/mod_cblogin/mod_cblogin.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/components/com_comprofiler/comprofiler.html.php:889 |
| 8 | HTML_comprofiler::loginForm() | JROOT/components/com_comprofiler/comprofiler.php:1245 |
| 7 | login() | JROOT/components/com_comprofiler/comprofiler.php:137 |
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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.59 ms После последнего запроса: 0.88 ms Память запроса: 0.026 MB Память до запроса: 34.227 MB Выбрано строк: 1
SELECT `id`
FROM `p920e_menu`
WHERE ( `link` LIKE 'index.php?option=com_comprofiler&view=pluginclass&plugin=pms.mypmspro%' OR `link` LIKE 'index.php?option=com_comprofiler&task=pluginclass&plugin=pms.mypmspro%' )
AND `published` = 1
AND `access` IN ( 1,5 )
AND `language` IN ( 'ru-RU', '*', '' )
AND `client_id` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_menu | NULL | ref | idx_client_id_parent_id_alias_language,idx_language | idx_client_id_parent_id_alias_language | 1 | const | 257 | 0.42 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.09 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 1.29 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 20 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:353 |
| 19 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CB/Legacy/LegacyFoundationFunctions.php:215 |
| 18 | getCBprofileItemid() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:993 |
| 17 | CBframework->viewUrl() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:1123 |
| 16 | CBframework->pluginClassUrl() | JROOT/components/com_comprofiler/plugin/user/plug_pms_mypmspro/pms.mypmspro.php:147 |
| 15 | getmypmsproTab->getPMSlink() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:880 |
| 14 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPMS.php:52 |
| 13 | cbPMS->_callPlugin() | JROOT/libraries/CBLib/CB/Legacy/cbPMS.php:84 |
| 12 | cbPMS->_callPluginTypeMethod() | JROOT/libraries/CBLib/CB/Legacy/cbPMS.php:121 |
| 11 | cbPMS->getPMSlinks() | JROOT/modules/mod_cblogin/mod_cblogin.php:188 |
| 10 | include JROOT/modules/mod_cblogin/mod_cblogin.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/components/com_comprofiler/comprofiler.html.php:889 |
| 8 | HTML_comprofiler::loginForm() | JROOT/components/com_comprofiler/comprofiler.php:1245 |
| 7 | login() | JROOT/components/com_comprofiler/comprofiler.php:137 |
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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.88 ms После последнего запроса: 1.05 ms Память запроса: 0.093 MB Память до запроса: 34.257 MB Выбрано строк: 126
SELECT *, CONCAT_WS( "/", `folder`, `element` ) AS lookup
FROM `p920e_comprofiler_plugin`
WHERE `published` = 1
AND `viewaccesslevel` IN (1,5)
ORDER BY `ordering`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_comprofiler_plugin | NULL | ALL | idx_folder,published_ordering | Индекс не используется | NULL | NULL | 128 | 19.69 | Using where; Используется filesort |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.62 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 29 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:402 |
| 28 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:454 |
| 27 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:181 |
| 26 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/router.php:206 |
| 25 | ComprofilerRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 24 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 23 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 22 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 21 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 20 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 19 | Joomla\CMS\Router\Route::_() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:669 |
| 18 | CBframework->cbSef() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:993 |
| 17 | CBframework->viewUrl() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:1123 |
| 16 | CBframework->pluginClassUrl() | JROOT/components/com_comprofiler/plugin/user/plug_pms_mypmspro/pms.mypmspro.php:147 |
| 15 | getmypmsproTab->getPMSlink() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:880 |
| 14 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPMS.php:52 |
| 13 | cbPMS->_callPlugin() | JROOT/libraries/CBLib/CB/Legacy/cbPMS.php:84 |
| 12 | cbPMS->_callPluginTypeMethod() | JROOT/libraries/CBLib/CB/Legacy/cbPMS.php:121 |
| 11 | cbPMS->getPMSlinks() | JROOT/modules/mod_cblogin/mod_cblogin.php:188 |
| 10 | include JROOT/modules/mod_cblogin/mod_cblogin.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/components/com_comprofiler/comprofiler.html.php:889 |
| 8 | HTML_comprofiler::loginForm() | JROOT/components/com_comprofiler/comprofiler.php:1245 |
| 7 | login() | JROOT/components/com_comprofiler/comprofiler.php:137 |
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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.95 ms После последнего запроса: 8.76 ms Память запроса: 0.023 MB Память до запроса: 34.946 MB Выбрано строк: 1
SELECT COUNT(*)
FROM p920e_comprofiler_members AS m
LEFT JOIN p920e_comprofiler AS c
ON m.referenceid = c.id
LEFT JOIN p920e_users AS u
ON m.referenceid = u.id
WHERE m.memberid = 0
AND c.approved = 1
AND c.confirmed = 1
AND c.banned = 0
AND u.block = 0
AND m.pending = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ref | PRIMARY,pamr,membrefid | membrefid | 4 | const | 1 | 7.64 | Using where |
| 1 | SIMPLE | c | NULL | eq_ref | PRIMARY,apprconfbanid | PRIMARY | 4 | a0033651_kmo59.m.referenceid | 1 | 100.00 | Using where |
| 1 | SIMPLE | u | NULL | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | a0033651_kmo59.m.referenceid | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.40 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.18 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:353 |
| 12 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CB/Legacy/cbConnection.php:525 |
| 11 | cbConnection->getPendingConnectionsCount() | JROOT/modules/mod_cblogin/mod_cblogin.php:213 |
| 10 | include JROOT/modules/mod_cblogin/mod_cblogin.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/components/com_comprofiler/comprofiler.html.php:889 |
| 8 | HTML_comprofiler::loginForm() | JROOT/components/com_comprofiler/comprofiler.php:1245 |
| 7 | login() | JROOT/components/com_comprofiler/comprofiler.php:137 |
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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.72 ms После последнего запроса: 67.85 ms Память запроса: 0.024 MB Память до запроса: 35.799 MB Выбрано строк: 1
SELECT `id`
FROM `p920e_menu`
WHERE ( `link` LIKE 'index.php?option=com_comprofiler&view=lostpassword%' OR `link` LIKE 'index.php?option=com_comprofiler&task=lostpassword%' )
AND `published` = 1
AND `access` IN ( 1,5 )
AND `language` IN ( 'ru-RU', '*', '' )
AND `client_id` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_menu | NULL | ref | idx_client_id_parent_id_alias_language,idx_language | idx_client_id_parent_id_alias_language | 1 | const | 257 | 0.42 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.10 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 1.29 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:353 |
| 14 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CB/Legacy/LegacyFoundationFunctions.php:215 |
| 13 | getCBprofileItemid() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:993 |
| 12 | CBframework->viewUrl() | JROOT/modules/mod_cblogin/tmpl/bootstrap.php:154 |
| 11 | require JROOT/modules/mod_cblogin/tmpl/bootstrap.php | JROOT/modules/mod_cblogin/mod_cblogin.php:233 |
| 10 | include JROOT/modules/mod_cblogin/mod_cblogin.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/components/com_comprofiler/comprofiler.html.php:889 |
| 8 | HTML_comprofiler::loginForm() | JROOT/components/com_comprofiler/comprofiler.php:1245 |
| 7 | login() | JROOT/components/com_comprofiler/comprofiler.php:137 |
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 2.66 ms После последнего запроса: 39.70 ms Память запроса: 0.546 MB Память до запроса: 35.685 MB Выбрано строк: 47
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM p920e_modules AS m
LEFT JOIN p920e_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN p920e_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 <= '2026-04-15 00:55:39')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-04-15 00:55:39')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 221 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | PRIMARY,published,newsfeeds | Индекс не используется | NULL | NULL | 106 | 1.18 | Using where; Используется filesort |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | a0033651_kmo59.m.module,const | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | a0033651_kmo59.m.id | 1 | 40.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.14 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.17 ms |
| init | 0.07 ms |
| System lock | 0.01 ms |
| optimizing | 0.05 ms |
| statistics | 0.10 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 1.86 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.05 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | Так же, как вызов в строке ниже. |
| 13 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 12 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
| 11 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
| 10 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:343 |
| 9 | Joomla\CMS\Helper\ModuleHelper::_load() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/plugin/cbsubscontent/cbsubs.content_access.php:257 |
| 8 | cbpaidAccessModuleHelper::myLoad() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/plugin/cbsubscontent/cbsubs.content_access.php:499 |
| 7 | cbpaidBot->_checkModules() | JROOT/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/plugin/cbsubscontent/cbsubs.content_access.php:1016 |
| 6 | cbpaidsubsbot_onAfterDispatch_Alt() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 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.02 ms После последнего запроса: 5.92 ms Память запроса: 0.365 MB Память до запроса: 36.361 MB Выбрано строк: 8
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM p920e_modules AS m
LEFT JOIN p920e_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN p920e_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND module = 'mod_maximenuck'
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-04-15 00:55:39')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-04-15 00:55:39')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 221 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 | ref | PRIMARY,published,newsfeeds | newsfeeds | 204 | const,const | 9 | 0.94 | Using index condition; Using where; Используется filesort |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | a0033651_kmo59.m.module,const | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | a0033651_kmo59.m.id | 1 | 40.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.14 ms |
| preparing | 0.04 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.52 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/maximenuckmobile/maximenuckmobile.php:253 |
| 8 | plgSystemMaximenuckmobile->getMaximenuModules() | JROOT/plugins/system/maximenuckmobile/maximenuckmobile.php:110 |
| 7 | plgSystemMaximenuckmobile->onAfterDispatch() | 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/SiteApplication.php:199 |
| 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.42 ms После последнего запроса: 68.98 ms Память запроса: 0.024 MB Память до запроса: 39.526 MB Выбрано строк: 1
SELECT folder AS type, element AS name, params, extension_id
FROM p920e_extensions
WHERE element = 'jch_optimize'
AND type = 'plugin'
AND folder = 'system'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p920e_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 5.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.11 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jch_optimize/src/Plugin.php:74 |
| 17 | JchOptimize\Platform\Plugin::loadjch() | JROOT/plugins/system/jch_optimize/src/Plugin.php:47 |
| 16 | JchOptimize\Platform\Plugin::getPlugin() | JROOT/plugins/system/jch_optimize/src/Plugin.php:91 |
| 15 | JchOptimize\Platform\Plugin::getPluginParams() | JROOT/plugins/system/jch_optimize/src/Cache.php:110 |
| 14 | JchOptimize\Platform\Cache::getLifetime() | JROOT/plugins/system/jch_optimize/src/Cache.php:92 |
| 13 | JchOptimize\Platform\Cache::getCacheObject() | JROOT/plugins/system/jch_optimize/src/Cache.php:127 |
| 12 | JchOptimize\Platform\Cache::getCache() | JROOT/plugins/system/jch_optimize/vendor/jchoptimize/core/src/Html/Callbacks/CombineJsCss.php:54 |
| 11 | JchOptimize\Core\Html\Callbacks\CombineJsCss->__construct() | JROOT/plugins/system/jch_optimize/vendor/jchoptimize/core/src/Html/Processor.php:134 |
| 10 | JchOptimize\Core\Html\Processor->processCombineJsCss() | JROOT/plugins/system/jch_optimize/vendor/jchoptimize/core/src/Optimize.php:108 |
| 9 | JchOptimize\Core\Optimize->process() | JROOT/plugins/system/jch_optimize/vendor/jchoptimize/core/src/Optimize.php:90 |
| 8 | JchOptimize\Core\Optimize::optimize() | JROOT/plugins/system/jch_optimize/jch_optimize.php:95 |
| 7 | plgSystemJCH_Optimize->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 |
4 × SELECT *, CONCAT_WS( "/", `folder`, `element` ) AS lookup
FROM `p920e_comprofiler_plugin`
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `p920e_extensions`
2 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM p920e_modules AS m
LEFT JOIN p920e_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN p920e_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
2 × SELECT `id`
FROM `p920e_menu`
2 × SELECT `manifest_cache`
FROM `p920e_extensions`
2 × SELECT *
FROM `p920e_comprofiler_plugin_autoactions`
1 × SELECT `data`
FROM `p920e_session`
1 × SELECT COUNT(*)
FROM p920e_comprofiler_members AS m
LEFT JOIN p920e_comprofiler AS c
ON m.referenceid = c.id
LEFT JOIN p920e_users AS u
ON m.referenceid = u.id
1 × SELECT COUNT(*)
FROM `p920e_comprofiler_plugin_messages` AS m
LEFT JOIN `p920e_comprofiler_plugin_messages_read` AS r
ON r.`to_user` = 0
AND r.`message` = m.`id`
1 × SELECT *
FROM p920e_comprofiler_plugin p
1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `p920e_assets`
1 × SELECT *
FROM p920e_comprofiler_tabs t
1 × SELECT f.`name`, f.`params`
FROM `p920e_comprofiler_fields` AS f
LEFT JOIN `p920e_comprofiler_tabs` AS t
ON t.`tabid` = f.`tabid`
1 × SELECT f.*
FROM p920e_comprofiler_fields f
INNER JOIN p920e_comprofiler_tabs AS t
ON (f.tabid = t.tabid)
1 × SELECT *
FROM `p920e_modules`
1 × SELECT id, home, template, s.params
FROM p920e_template_styles as s
LEFT JOIN p920e_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT a.*
FROM `p920e_cbsubs_plans` AS a
LEFT JOIN `p920e_cbsubs_plans` AS b
ON b.`id` = a.`parent`
1 × SELECT *
FROM p920e_languages
1 × SELECT `session_id`
FROM `p920e_session`
1 × SELECT *
FROM `p920e_cbsubs_config`
1 × SELECT `params`
FROM `p920e_comprofiler_plugin`
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM p920e_menu AS m
LEFT JOIN p920e_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT `lastupdate`
FROM `p920e_ak_storage`
1 × SELECT `FormId`,`DeleteSubmissionsAfter`
FROM `p920e_rsform_forms`
1 × SELECT *
FROM p920e_rsform_confi
1 × SELECT `enabled`
FROM `p920e_extensions`
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM p920e_extensions
1 × SELECT b.id
FROM p920e_usergroups AS a
LEFT JOIN p920e_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `p920e_viewlevels
1 × SELECT folder AS type, element AS name, params, extension_id
FROM p920e_extensions