Время запроса: 0.50 ms Память запроса: 0.023 MB. Память перед запросом: 1.028 MB Возвращено строк: 1
SELECT `data`
FROM `dr2cm_session`
WHERE `session_id` = X'6d36736d6d6775347175396464683733356d6a323437316a7167'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 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.50 ms После последнего запроса: 1.56 ms Память запроса: 0.021 MB. Память перед запросом: 1.139 MB Возвращено строк: 5
SELECT id, rules
FROM `dr2cm_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_viewlevels | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 5 | 100.00 | NULL |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 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.42 ms После последнего запроса: 0.14 ms Память запроса: 0.021 MB. Память перед запросом: 1.151 MB Возвращено строк: 2
SELECT b.id
FROM dr2cm_usergroups AS a
LEFT JOIN dr2cm_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 |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
| 9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.75 ms После последнего запроса: 24.60 ms Память запроса: 0.022 MB. Память перед запросом: 5.335 MB Возвращено строк: 2
SELECT *
FROM dr2cm_languages
ORDER BY ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_languages | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 2 | 100.00 | Используется сортировка файлов |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_sh404sef/helpers/language.php:215 |
| 12 | Sh404sefHelperLanguage::getAllContentLanguages() | JROOT/administrator/components/com_sh404sef/helpers/language.php:167 |
| 11 | Sh404sefHelperLanguage::getUrlCodeFromTag() | JROOT/administrator/components/com_sh404sef/classes/pageinfo.php:84 |
| 10 | Sh404sefClassPageinfo->setCurrentLanguage() | JROOT/administrator/components/com_sh404sef/classes/pageinfo.php:100 |
| 9 | Sh404sefClassPageinfo->init() | JROOT/plugins/system/sh404sef/sh404sef.php:63 |
| 8 | plgSystemSh404sef->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.80 ms После последнего запроса: 1.60 ms Память запроса: 0.023 MB. Память перед запросом: 5.493 MB Возвращено строк: 1
SELECT `params`
FROM dr2cm_extensions
WHERE `element`='com_sh404sef'
AND `type`='component';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:687 |
| 14 | ShlDbClass->loadResult() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:377 |
| 13 | ShlDbClass->shlLoadResult() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:483 |
| 12 | ShlDbHelper::selectResult() | JROOT/administrator/components/com_sh404sef/helpers/general.php:160 |
| 11 | Sh404sefHelperGeneral::getComponentParams() | JROOT/administrator/components/com_sh404sef/classes/config.php:665 |
| 10 | Sh404sefClassConfig->__construct() | JROOT/administrator/components/com_sh404sef/sh404seffactory.php:121 |
| 9 | Sh404sefFactory::getConfig() | JROOT/plugins/system/sh404sef/sh404sef.php:86 |
| 8 | plgSystemSh404sef->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.73 ms После последнего запроса: 9.49 ms Память запроса: 0.024 MB. Память перед запросом: 5.963 MB Возвращено строк: 1
SELECT *
FROM `dr2cm_sh404sef_aliases`
WHERE `state` = 1
and (`alias` = 'detskie-sady-mkr-keramik.html')
order by `ordering` asc
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_sh404sef_aliases | NULL | ref | state,alias | alias | 573 | const | 1 | 100.00 | Using where; Используется сортировка файлов |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 16 | ShlDbClass->loadObject() | JROOT/administrator/components/com_sh404sef/models/redirector.php:221 |
| 15 | Sh404sefModelRedirector->findHardcodedMatchedRules() | JROOT/administrator/components/com_sh404sef/models/redirector.php:115 |
| 14 | Sh404sefModelRedirector->loadMatchRules() | JROOT/administrator/components/com_sh404sef/models/redirector.php:86 |
| 13 | Sh404sefModelRedirector->__construct() | JROOT/administrator/components/com_sh404sef/sh404seffactory.php:205 |
| 12 | Sh404sefFactory::getRedirector() | JROOT/administrator/components/com_sh404sef/classes/router.php:681 |
| 11 | Sh404sefClassRouterInternal->_checkAliases() | JROOT/administrator/components/com_sh404sef/classes/router.php:280 |
| 10 | Sh404sefClassRouterInternal->preprocessParseRule() | Такой же, как вызов в строке ниже |
| 9 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
| 8 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
| 7 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:212 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 25.51 ms После последнего запроса: 0.17 ms Память запроса: 3.259 MB. Память перед запросом: 5.972 MB Возвращено строк: 13535
SELECT *
FROM dr2cm_sh404sef_aliases
WHERE state = 1
and (type = 1 or type = 2);
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_sh404sef_aliases | NULL | ALL | type,state | INDEX KEY не используется | NULL | NULL | 13618 | 99.40 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:661 |
| 18 | ShlDbClass->loadObjectList() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:455 |
| 17 | ShlDbClass->shlLoadObjectList() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:686 |
| 16 | ShlDbHelper::selectObjectList() | JROOT/administrator/components/com_sh404sef/models/redirector.php:285 |
| 15 | Sh404sefModelRedirector->findWildcardMatchedRules() | JROOT/administrator/components/com_sh404sef/models/redirector.php:116 |
| 14 | Sh404sefModelRedirector->loadMatchRules() | JROOT/administrator/components/com_sh404sef/models/redirector.php:86 |
| 13 | Sh404sefModelRedirector->__construct() | JROOT/administrator/components/com_sh404sef/sh404seffactory.php:205 |
| 12 | Sh404sefFactory::getRedirector() | JROOT/administrator/components/com_sh404sef/classes/router.php:681 |
| 11 | Sh404sefClassRouterInternal->_checkAliases() | JROOT/administrator/components/com_sh404sef/classes/router.php:280 |
| 10 | Sh404sefClassRouterInternal->preprocessParseRule() | Такой же, как вызов в строке ниже |
| 9 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
| 8 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
| 7 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:212 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.64 ms После последнего запроса: 135.04 ms Память запроса: 0.025 MB. Память перед запросом: 14.605 MB Возвращено строк: 1
Повторяющиеся запросы:
#109SELECT `params`
FROM dr2cm_extensions
WHERE `type`='plugin'
AND `folder`='system'
AND `element`='sef';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 5.00 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 21 | JDatabaseDriver->loadResult() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:687 |
| 20 | ShlDbClass->loadResult() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:377 |
| 19 | ShlDbClass->shlLoadResult() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:483 |
| 18 | ShlDbHelper::selectResult() | JROOT/plugins/system/shlib/shl_packages/system/joomla.php:29 |
| 17 | ShlSystem_Joomla::getExtensionParams() | JROOT/plugins/system/shlib/shl_packages/system/route.php:128 |
| 16 | ShlSystem_Route::getCanonicalDomain() | JROOT/plugins/system/shlib/shl_packages/system/route.php:62 |
| 15 | ShlSystem_Route::absolutify() | JROOT/administrator/components/com_sh404sef/models/redirector.php:413 |
| 14 | Sh404sefModelRedirector->executeAlias() | JROOT/administrator/components/com_sh404sef/models/redirector.php:348 |
| 13 | Sh404sefModelRedirector->redirectFromAliases() | JROOT/administrator/components/com_sh404sef/models/redirector.php:145 |
| 12 | Sh404sefModelRedirector->redirectFromAlias() | JROOT/administrator/components/com_sh404sef/classes/router.php:682 |
| 11 | Sh404sefClassRouterInternal->_checkAliases() | JROOT/administrator/components/com_sh404sef/classes/router.php:280 |
| 10 | Sh404sefClassRouterInternal->preprocessParseRule() | Такой же, как вызов в строке ниже |
| 9 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
| 8 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
| 7 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:212 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.63 ms После последнего запроса: 1.47 ms Память запроса: 0.025 MB. Память перед запросом: 14.643 MB Возвращено строк: 3
SELECT `oldurl`, `newurl`, `dateadd`, `id`, `cpt`, `rank`
FROM dr2cm_sh404sef_urls
WHERE `oldurl`='detskie-sady-mkr-keramik.html'
ORDER BY `rank`;
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_sh404sef_urls | NULL | ref | oldurl | oldurl | 573 | const | 3 | 100.00 | Using where; Используется сортировка файлов |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:661 |
| 18 | ShlDbClass->loadObjectList() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:455 |
| 17 | ShlDbClass->shlLoadObjectList() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:686 |
| 16 | ShlDbHelper::selectObjectList() | JROOT/administrator/components/com_sh404sef/models/sefurls.php:103 |
| 15 | Sh404sefModelSefurls->getNonSefUrlRecordFromDatabase() | JROOT/administrator/components/com_sh404sef/classes/router.php:1740 |
| 14 | Sh404sefClassRouterInternal->_lookupSef() | JROOT/administrator/components/com_sh404sef/classes/router.php:1334 |
| 13 | Sh404sefClassRouterInternal->_parseSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2384 |
| 12 | Sh404sefClassRouter->_parseSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:435 |
| 11 | Sh404sefClassRouterInternal->parseRule() | Такой же, как вызов в строке ниже |
| 10 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
| 9 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
| 8 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:570 |
| 7 | Joomla\CMS\Router\Router->_processParseRules() | JROOT/libraries/src/Router/Router.php:216 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.64 ms После последнего запроса: 0.20 ms Память запроса: 0.008 MB. Память перед запросом: 14.654 MB
UPDATE `dr2cm_sh404sef_urls`
SET `cpt`=1968, `last_hit`='2026-07-12 21:45:33'
WHERE `id`='83483'
AND `rank`=0;
EXPLAIN недоступен для: UPDATE `dr2cm_sh404sef_urls` SET `cpt`=1968, `last_hit`='2026-07-12 21:45:33' WHERE `id`='83483' AND `rank`=0;
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/shlib/shl_packages/system/abstractdecorator.php:41 |
| 17 | ShlSystem_Abstractdecorator->__call() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:478 |
| 16 | ShlDbClass->shlExecute() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:467 |
| 15 | ShlDbClass->shlQuery() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:797 |
| 14 | ShlDbHelper::update() | JROOT/administrator/components/com_sh404sef/classes/router.php:1353 |
| 13 | Sh404sefClassRouterInternal->_parseSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2384 |
| 12 | Sh404sefClassRouter->_parseSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:435 |
| 11 | Sh404sefClassRouterInternal->parseRule() | Такой же, как вызов в строке ниже |
| 10 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
| 9 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
| 8 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:570 |
| 7 | Joomla\CMS\Router\Router->_processParseRules() | JROOT/libraries/src/Router/Router.php:216 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.60 ms После последнего запроса: 5.14 ms Память запроса: 0.006 MB. Память перед запросом: 14.772 MB
UPDATE `dr2cm_extensions`
SET `params` = '{\"mediaversion\":\"4a250f0faa4b2d1c1af413e91e903204\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN недоступен для: UPDATE `dr2cm_extensions`
SET `params` = '{\"mediaversion\":\"4a250f0faa4b2d1c1af413e91e903204\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 13 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 12 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/ef4_jmframework/ef4_jmframework.php:294 |
| 8 | plgSystemEF4_JMFramework->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.40 ms После последнего запроса: 3.90 ms Память запроса: 0.028 MB. Память перед запросом: 15.003 MB Возвращено строк: 43
SELECT `id`,`name`,`rules`,`parent_id`
FROM `dr2cm_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_ajax','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_contentmap','com_cpanel','com_dbreplacer','com_djmediatools','com_fields','com_finder','com_gantry5','com_ijoomlainstaller','com_installer','com_jcomments','com_jmap','com_joomlaupdate','com_jotcache','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_privacy','com_redirect','com_search','com_sh404sef','com_tags','com_templates','com_uniform','com_users','com_wrapper')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_assets | NULL | range | idx_asset_name | idx_asset_name | 202 | NULL | 45 | 100.00 | Using index condition |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
| 16 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
| 15 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
| 14 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 13 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 12 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:58 |
| 11 | ContentModelArticle->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
| 10 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_content/models/article.php:251 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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 |
Время запроса: 10.44 ms После последнего запроса: 0.23 ms Память запроса: 1.001 MB. Память перед запросом: 15.056 MB Возвращено строк: 7672
SELECT `id`,`name`,`rules`,`parent_id`
FROM `dr2cm_assets`
WHERE `name` LIKE 'com_content.%' OR `name` = 'com_content' OR `parent_id` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_assets | NULL | ALL | idx_asset_name,idx_parent_id | INDEX KEY не используется | NULL | NULL | 12852 | 20.18 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:359 |
| 16 | Joomla\CMS\Access\Access::preloadPermissions() | JROOT/libraries/src/Access/Access.php:226 |
| 15 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:540 |
| 14 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 13 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 12 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:58 |
| 11 | ContentModelArticle->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
| 10 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_content/models/article.php:251 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.95 ms После последнего запроса: 14.83 ms Память запроса: 0.031 MB. Память перед запросом: 20.709 MB Возвращено строк: 31
SHOW FULL COLUMNS
FROM `dr2cm_content`
EXPLAIN недоступен для: SHOW FULL COLUMNS FROM `dr2cm_content`
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 13 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 12 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Content.php:39 |
| 11 | Joomla\CMS\Table\Content->__construct() | JROOT/libraries/src/Table/Table.php:328 |
| 10 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_content/models/article.php:253 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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 После последнего запроса: 1.07 ms Память запроса: 0.005 MB. Память перед запросом: 20.758 MB
UPDATE dr2cm_content
SET `hits` = (`hits` + 1)
WHERE `id` = '8442'
EXPLAIN недоступен для: UPDATE dr2cm_content
SET `hits` = (`hits` + 1)
WHERE `id` = '8442'
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Table/Table.php:1264 |
| 10 | Joomla\CMS\Table\Table->hit() | JROOT/components/com_content/models/article.php:254 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.10 ms После последнего запроса: 1.24 ms Память запроса: 0.023 MB. Память перед запросом: 20.805 MB Возвращено строк: 1
SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM dr2cm_content AS a
INNER JOIN dr2cm_categories AS c
on c.id = a.catid
LEFT JOIN dr2cm_users AS u
on u.id = a.created_by
LEFT JOIN dr2cm_categories as parent
ON parent.id = c.parent_id
LEFT JOIN dr2cm_content_rating AS v
ON a.id = v.content_id
WHERE a.id = 8442
AND c.published > 0
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-07-12 21:45:33')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-07-12 21:45:33')
AND (a.state = 1 OR a.state =2)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY,idx_state,idx_catid | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | u | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | v | NULL | const | PRIMARY | PRIMARY | 4 | const | 0 | 0.00 | unique row not found |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/components/com_content/models/article.php:151 |
| 13 | ContentModelArticle->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 12 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_content/views/article/view.html.php:42 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.33 ms После последнего запроса: 6.51 ms Память запроса: 0.029 MB. Память перед запросом: 21.536 MB Возвращено строк: 1
SELECT `oldurl`, `dateadd`
FROM dr2cm_sh404sef_urls
WHERE `newurl`='index.php?option=com_content&Itemid=1904&catid=931&id=8442&lang=ru&view=article';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 1 | 100.00 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 29 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 28 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 27 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 26 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:778 |
| 25 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:815 |
| 24 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1537 |
| 23 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1193 |
| 22 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2390 |
| 21 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1047 |
| 20 | Sh404sefClassRouterInternal->buildRule() | Такой же, как вызов в строке ниже |
| 19 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 18 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 17 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 16 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_content/views/article/view.html.php:71 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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 |
Время запроса: 3.83 ms После последнего запроса: 0.61 ms Память запроса: 0.022 MB. Память перед запросом: 21.563 MB Возвращено строк: 0
Повторяющиеся запросы:
#81SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8442
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 12 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/views/article/view.html.php:184 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.88 ms После последнего запроса: 23.60 ms Память запроса: 0.039 MB. Память перед запросом: 22.363 MB Возвращено строк: 31
SHOW FULL COLUMNS
FROM `dr2cm_content`
EXPLAIN недоступен для: SHOW FULL COLUMNS FROM `dr2cm_content`
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 32 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 31 | JDatabaseDriverMysqli->getTableColumns() | JROOT/plugins/system/articlesanywhere/src/Collection/Fields/Fields.php:39 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Fields\Fields->getAvailableFields() | JROOT/plugins/system/articlesanywhere/src/PluginTags/Filters.php:192 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\Filters->setOtherFieldFilters() | JROOT/plugins/system/articlesanywhere/src/PluginTags/Filters.php:89 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\Filters->get() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:177 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getSet() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:156 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getSets() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:56 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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 |
Время запроса: 3.07 ms После последнего запроса: 0.44 ms Память запроса: 0.036 MB. Память перед запросом: 22.381 MB Возвращено строк: 149
SHOW TABLES
EXPLAIN недоступен для: SHOW TABLES
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 34 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:505 |
| 33 | JDatabaseDriverMysqli->getTableList() | JROOT/libraries/regularlabs/src/DB.php:245 |
| 32 | RegularLabs\Library\DB::getTableList() | JROOT/libraries/regularlabs/src/DB.php:231 |
| 31 | RegularLabs\Library\DB::tableExists() | JROOT/plugins/system/articlesanywhere/src/Collection/Fields/CustomFields.php:31 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Fields\CustomFields->getAvailableFields() | JROOT/plugins/system/articlesanywhere/src/PluginTags/Filters.php:193 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\Filters->setOtherFieldFilters() | JROOT/plugins/system/articlesanywhere/src/PluginTags/Filters.php:89 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\Filters->get() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:177 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getSet() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:156 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getSets() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:56 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.61 ms После последнего запроса: 0.43 ms Память запроса: 0.032 MB. Память перед запросом: 22.407 MB Возвращено строк: 5
SELECT `id`,`name`,`type`
FROM `dr2cm_fields`
WHERE `context` = 'com_content.article'
AND `state` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_fields | NULL | ref | idx_state,idx_context | idx_state | 1 | const | 5 | 100.00 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 33 | JDatabaseDriver->loadObjectList() | Такой же, как вызов в строке ниже |
| 32 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Collection/DB.php:49 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\DB::getResults() | JROOT/plugins/system/articlesanywhere/src/Collection/Fields/CustomFields.php:44 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Fields\CustomFields->getAvailableFields() | JROOT/plugins/system/articlesanywhere/src/PluginTags/Filters.php:193 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\Filters->setOtherFieldFilters() | JROOT/plugins/system/articlesanywhere/src/PluginTags/Filters.php:89 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\Filters->get() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:177 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getSet() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:156 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getSets() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:56 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.56 ms После последнего запроса: 0.36 ms Память запроса: 0.040 MB. Память перед запросом: 22.424 MB Возвращено строк: 31
SHOW FULL COLUMNS
FROM `dr2cm_content`
EXPLAIN недоступен для: SHOW FULL COLUMNS FROM `dr2cm_content`
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 33 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 32 | JDatabaseDriverMysqli->getTableColumns() | JROOT/plugins/system/articlesanywhere/src/PluginTags/Ordering.php:205 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\Ordering->getColumns() | JROOT/plugins/system/articlesanywhere/src/PluginTags/Ordering.php:162 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\Ordering->parse() | JROOT/plugins/system/articlesanywhere/src/PluginTags/Ordering.php:81 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\Ordering->getOrderings() | JROOT/plugins/system/articlesanywhere/src/PluginTags/Ordering.php:53 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\Ordering->get() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:181 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getSet() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:156 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getSets() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:56 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.37 ms После последнего запроса: 2.66 ms Память запроса: 0.032 MB. Память перед запросом: 22.460 MB Возвращено строк: 1
Повторяющиеся запросы:
#26 #83SELECT `id`
FROM `dr2cm_categories` AS `categories`
WHERE `extension` = 'com_content'
AND ((`categories`.`id` = 948))
AND `categories`.`published` = 1
AND `categories`.`access` IN (1,5)
AND `categories`.`language` IN ('ru-RU','*')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | categories | NULL | const | PRIMARY,cat_idx,idx_access,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 35 | JDatabaseDriver->loadColumn() | Такой же, как вызов в строке ниже |
| 34 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Collection/DB.php:49 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\DB::getResults() | JROOT/plugins/system/articlesanywhere/src/Collection/Filters/Categories.php:55 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Filters\Categories->getIds() | JROOT/plugins/system/articlesanywhere/src/Collection/Filters/Categories.php:33 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Filters\Categories->setFilter() | JROOT/plugins/system/articlesanywhere/src/Collection/Filters/Filter.php:48 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Filters\Filter->set() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:112 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getIdsQuery() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:98 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getIds() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:54 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOnlyIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:81 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getIdsBySet() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:67 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 2.43 ms После последнего запроса: 0.27 ms Память запроса: 0.029 MB. Память перед запросом: 22.474 MB Возвращено строк: 0
SELECT `items`.`id`
FROM `dr2cm_content` AS `items`
WHERE ((`items`.`featured` = 1))
AND `items`.`catid` = 948
AND `items`.`state` = 1
AND ( `items`.`publish_up` <= '2026-07-12 21:45:33' )
AND ( `items`.`publish_down` = '0000-00-00 00:00:00' OR `items`.`publish_down` > '2026-07-12 21:45:33' )
AND `items`.`access` IN (1,5)
AND `items`.`language` IN ('ru-RU','*')
GROUP BY `items`.`id`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | items | NULL | ref | PRIMARY,idx_access,idx_checkout,idx_state,idx_catid,idx_createdby,idx_featured_catid,idx_language,idx_xreference,idx_alias | idx_featured_catid | 5 | const,const | 1 | 13.33 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 31 | JDatabaseDriver->loadColumn() | Такой же, как вызов в строке ниже |
| 30 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Collection/DB.php:49 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\DB::getResults() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:100 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getIds() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:54 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOnlyIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:81 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getIdsBySet() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:67 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.58 ms После последнего запроса: 0.68 ms Память запроса: 0.040 MB. Память перед запросом: 22.483 MB Возвращено строк: 31
SHOW FULL COLUMNS
FROM `dr2cm_content`
EXPLAIN недоступен для: SHOW FULL COLUMNS FROM `dr2cm_content`
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 33 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 32 | JDatabaseDriverMysqli->getTableColumns() | JROOT/plugins/system/articlesanywhere/src/PluginTags/Ordering.php:205 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\Ordering->getColumns() | JROOT/plugins/system/articlesanywhere/src/PluginTags/Ordering.php:162 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\Ordering->parse() | JROOT/plugins/system/articlesanywhere/src/PluginTags/Ordering.php:81 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\Ordering->getOrderings() | JROOT/plugins/system/articlesanywhere/src/PluginTags/Ordering.php:53 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\Ordering->get() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:181 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getSet() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:156 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getSets() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:56 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.31 ms После последнего запроса: 0.98 ms Память запроса: 0.032 MB. Память перед запросом: 22.507 MB Возвращено строк: 1
Повторяющиеся запросы:
#23 #83SELECT `id`
FROM `dr2cm_categories` AS `categories`
WHERE `extension` = 'com_content'
AND ((`categories`.`id` = 948))
AND `categories`.`published` = 1
AND `categories`.`access` IN (1,5)
AND `categories`.`language` IN ('ru-RU','*')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | categories | NULL | const | PRIMARY,cat_idx,idx_access,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 35 | JDatabaseDriver->loadColumn() | Такой же, как вызов в строке ниже |
| 34 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Collection/DB.php:49 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\DB::getResults() | JROOT/plugins/system/articlesanywhere/src/Collection/Filters/Categories.php:55 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Filters\Categories->getIds() | JROOT/plugins/system/articlesanywhere/src/Collection/Filters/Categories.php:33 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Filters\Categories->setFilter() | JROOT/plugins/system/articlesanywhere/src/Collection/Filters/Filter.php:48 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Filters\Filter->set() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:112 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getIdsQuery() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:98 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getIds() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:54 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOnlyIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:81 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getIdsBySet() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:67 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.18 ms После последнего запроса: 0.25 ms Память запроса: 0.031 MB. Память перед запросом: 22.521 MB Возвращено строк: 51
SELECT `items`.`id`
FROM `dr2cm_content` AS `items`
WHERE ((`items`.`featured` = 0))
AND `items`.`catid` = 948
AND `items`.`state` = 1
AND ( `items`.`publish_up` <= '2026-07-12 21:45:33' )
AND ( `items`.`publish_down` = '0000-00-00 00:00:00' OR `items`.`publish_down` > '2026-07-12 21:45:33' )
AND `items`.`access` IN (1,5)
AND `items`.`language` IN ('ru-RU','*')
GROUP BY `items`.`id`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | items | NULL | ref | PRIMARY,idx_access,idx_checkout,idx_state,idx_catid,idx_createdby,idx_featured_catid,idx_language,idx_xreference,idx_alias | idx_catid | 4 | const | 52 | 6.67 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 31 | JDatabaseDriver->loadColumn() | Такой же, как вызов в строке ниже |
| 30 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Collection/DB.php:49 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\DB::getResults() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:100 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getIds() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:54 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOnlyIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:81 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getIdsBySet() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:67 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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 |
Время запроса: 117.72 ms После последнего запроса: 0.81 ms Память запроса: 0.032 MB. Память перед запросом: 22.542 MB Возвращено строк: 51
SELECT items.id,`custom_field_10`.`value` AS `custom_field_prevyu-50kh50`,`custom_field_11`.`value` AS `custom_field_adres`
FROM `dr2cm_content` AS `items`
LEFT JOIN `dr2cm_fields_values` AS `custom_field_10`
ON `custom_field_10`.`item_id` = `items`.`id`
AND `custom_field_10`.`field_id` = '10'
LEFT JOIN `dr2cm_fields_values` AS `custom_field_11`
ON `custom_field_11`.`item_id` = `items`.`id`
AND `custom_field_11`.`field_id` = '11'
WHERE `items`.`id` IN (6797,6992,7096,7698,7717,7969,8074,8144,8308,8396,8397,8398,8399,8401,8402,8403,8404,8405,8406,8407,8408,8409,8410,8411,8412,8413,8414,8415,8416,8417,8418,8419,8420,8421,8422,8423,8425,8426,8427,8428,8429,8430,8431,8432,8759,8972,8973,9116,9187,9234,9279)
GROUP BY `items`.`id`
ORDER BY `items`.`ordering` IS NULL,CAST(`items`.`ordering` AS CHAR(1)) = '',CAST(`items`.`ordering` AS CHAR(10)) = '0000-00-00',`items`.`ordering` ASC,items.ordering ASC
LIMIT 100
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | items | NULL | range | PRIMARY,idx_access,idx_checkout,idx_state,idx_catid,idx_createdby,idx_featured_catid,idx_language,idx_xreference,idx_alias | PRIMARY | 4 | NULL | 51 | 100.00 | Using where; Using temporary; Используется сортировка файлов |
| 1 | SIMPLE | custom_field_10 | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | const | 46 | 100.00 | Using where |
| 1 | SIMPLE | custom_field_11 | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | const | 1855 | 100.00 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 30 | JDatabaseDriver->loadObjectList() | Такой же, как вызов в строке ниже |
| 29 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Collection/DB.php:49 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\DB::getResults() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:144 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->applyLimit() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:75 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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 |
Время запроса: 130.22 ms После последнего запроса: 0.53 ms Память запроса: 0.260 MB. Память перед запросом: 22.558 MB Возвращено строк: 51
SELECT items.id,`custom_field_10`.`value` AS `custom_field_prevyu-50kh50`,`custom_field_11`.`value` AS `custom_field_adres`,items.*
FROM `dr2cm_content` AS `items`
LEFT JOIN `dr2cm_fields_values` AS `custom_field_10`
ON `custom_field_10`.`item_id` = `items`.`id`
AND `custom_field_10`.`field_id` = '10'
LEFT JOIN `dr2cm_fields_values` AS `custom_field_11`
ON `custom_field_11`.`item_id` = `items`.`id`
AND `custom_field_11`.`field_id` = '11'
WHERE `items`.`id` IN (9234,6797,9116,6992,7096,7698,7717,7969,8426,8308,8144,8425,8423,8429,8422,8427,8428,8430,8431,8432,8421,8759,8399,8398,8397,8396,8401,8402,8403,8404,8405,8406,8407,8408,8409,8410,8411,8412,8413,8415,8414,8420,8419,8416,8418,8417,8074,8973,8972,9187,9279)
GROUP BY `items`.`id`
ORDER BY `items`.`ordering` IS NULL,CAST(`items`.`ordering` AS CHAR(1)) = '',CAST(`items`.`ordering` AS CHAR(10)) = '0000-00-00',`items`.`ordering` ASC,items.ordering ASC
LIMIT 100
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | items | NULL | range | PRIMARY,idx_access,idx_checkout,idx_state,idx_catid,idx_createdby,idx_featured_catid,idx_language,idx_xreference,idx_alias | PRIMARY | 4 | NULL | 51 | 100.00 | Using where; Using temporary; Используется сортировка файлов |
| 1 | SIMPLE | custom_field_10 | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | const | 46 | 100.00 | Using where |
| 1 | SIMPLE | custom_field_11 | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | const | 1855 | 100.00 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 30 | JDatabaseDriver->loadObjectList() | Такой же, как вызов в строке ниже |
| 29 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Collection/DB.php:49 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\DB::getResults() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:165 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getData() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:78 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 4.37 ms После последнего запроса: 3.60 ms Память запроса: 0.033 MB. Память перед запросом: 23.009 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 9234
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 4.30 ms После последнего запроса: 1.00 ms Память запроса: 0.033 MB. Память перед запросом: 23.028 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 6797
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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 |
Время запроса: 3.91 ms После последнего запроса: 0.66 ms Память запроса: 0.033 MB. Память перед запросом: 23.046 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 9116
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.17 ms После последнего запроса: 0.65 ms Память запроса: 0.035 MB. Память перед запросом: 23.070 MB Возвращено строк: 1
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 6992
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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 |
Время запроса: 3.30 ms После последнего запроса: 0.75 ms Память запроса: 0.033 MB. Память перед запросом: 23.090 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 7096
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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 |
Время запроса: 3.65 ms После последнего запроса: 0.50 ms Память запроса: 0.033 MB. Память перед запросом: 23.107 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 7698
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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 |
Время запроса: 3.98 ms После последнего запроса: 0.68 ms Память запроса: 0.034 MB. Память перед запросом: 23.125 MB Возвращено строк: 1
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 7717
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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 |
Время запроса: 3.97 ms После последнего запроса: 0.54 ms Память запроса: 0.033 MB. Память перед запросом: 23.143 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 7969
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 4.18 ms После последнего запроса: 0.66 ms Память запроса: 0.034 MB. Память перед запросом: 23.161 MB Возвращено строк: 1
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8426
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.87 ms После последнего запроса: 0.50 ms Память запроса: 0.034 MB. Память перед запросом: 23.179 MB Возвращено строк: 1
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8308
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.75 ms После последнего запроса: 0.47 ms Память запроса: 0.033 MB. Память перед запросом: 23.197 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8144
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.71 ms После последнего запроса: 0.50 ms Память запроса: 0.033 MB. Память перед запросом: 23.215 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8425
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 2.77 ms После последнего запроса: 0.48 ms Память запроса: 0.033 MB. Память перед запросом: 23.233 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8423
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 2.79 ms После последнего запроса: 0.45 ms Память запроса: 0.033 MB. Память перед запросом: 23.251 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8429
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.74 ms После последнего запроса: 0.45 ms Память запроса: 0.033 MB. Память перед запросом: 23.269 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8422
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 2.72 ms После последнего запроса: 0.45 ms Память запроса: 0.033 MB. Память перед запросом: 23.287 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8427
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.05 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 2.29 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.60 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 2.72 ms После последнего запроса: 0.47 ms Память запроса: 0.034 MB. Память перед запросом: 23.305 MB Возвращено строк: 1
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8428
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.05 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| executing | 2.29 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.60 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.68 ms После последнего запроса: 0.49 ms Память запроса: 0.034 MB. Память перед запросом: 23.323 MB Возвращено строк: 1
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8430
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.05 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 2.23 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.55 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.75 ms После последнего запроса: 0.43 ms Память запроса: 0.034 MB. Память перед запросом: 23.341 MB Возвращено строк: 1
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8431
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.05 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.05 ms |
| executing | 2.30 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.57 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 2.77 ms После последнего запроса: 0.45 ms Память запроса: 0.034 MB. Память перед запросом: 23.359 MB Возвращено строк: 1
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8432
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.05 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 2.32 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.56 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.67 ms После последнего запроса: 0.45 ms Память запроса: 0.034 MB. Память перед запросом: 23.377 MB Возвращено строк: 1
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8421
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.05 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 2.25 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.55 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.70 ms После последнего запроса: 0.44 ms Память запроса: 0.033 MB. Память перед запросом: 23.395 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8759
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 2.28 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.54 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.74 ms После последнего запроса: 0.42 ms Память запроса: 0.034 MB. Память перед запросом: 23.413 MB Возвращено строк: 1
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8399
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.06 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 2.32 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.52 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 2.58 ms После последнего запроса: 0.42 ms Память запроса: 0.033 MB. Память перед запросом: 23.431 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8398
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 2.23 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.45 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.57 ms После последнего запроса: 0.36 ms Память запроса: 0.034 MB. Память перед запросом: 23.449 MB Возвращено строк: 1
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8397
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 2.22 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.48 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.53 ms После последнего запроса: 0.39 ms Память запроса: 0.033 MB. Память перед запросом: 23.466 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8396
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 2.17 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.47 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.61 ms После последнего запроса: 0.37 ms Память запроса: 0.033 MB. Память перед запросом: 23.484 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8401
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| executing | 2.23 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.49 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.62 ms После последнего запроса: 0.39 ms Память запроса: 0.033 MB. Память перед запросом: 23.502 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8402
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 2.23 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.50 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.62 ms После последнего запроса: 0.40 ms Память запроса: 0.034 MB. Память перед запросом: 23.520 MB Возвращено строк: 1
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8403
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 2.22 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.53 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.67 ms После последнего запроса: 0.42 ms Память запроса: 0.033 MB. Память перед запросом: 23.538 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8404
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.03 ms |
| executing | 2.27 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.50 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.67 ms После последнего запроса: 0.40 ms Память запроса: 0.033 MB. Память перед запросом: 23.556 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8405
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.03 ms |
| executing | 2.24 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.51 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.64 ms После последнего запроса: 0.40 ms Память запроса: 0.034 MB. Память перед запросом: 23.574 MB Возвращено строк: 1
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8406
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 2.24 ms |
| end | 0.02 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.50 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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 После последнего запроса: 0.40 ms Память запроса: 0.033 MB. Память перед запросом: 23.592 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8407
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 2.24 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.01 ms |
| freeing items | 0.49 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.76 ms После последнего запроса: 0.38 ms Память запроса: 0.034 MB. Память перед запросом: 23.611 MB Возвращено строк: 1
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8408
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 2.37 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.55 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.61 ms После последнего запроса: 0.44 ms Память запроса: 0.033 MB. Память перед запросом: 23.629 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8409
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 2.22 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.51 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.69 ms После последнего запроса: 0.39 ms Память запроса: 0.039 MB. Память перед запросом: 23.656 MB Возвращено строк: 1
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8410
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 2.29 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.53 ms |
| cleaning up | 0.03 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.63 ms После последнего запроса: 0.41 ms Память запроса: 0.034 MB. Память перед запросом: 23.679 MB Возвращено строк: 1
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8411
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 2.24 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 1.07 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.70 ms После последнего запроса: 0.97 ms Память запроса: 0.034 MB. Память перед запросом: 23.697 MB Возвращено строк: 1
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8412
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 2.29 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.51 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.55 ms После последнего запроса: 0.40 ms Память запроса: 0.033 MB. Память перед запросом: 23.715 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8413
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 2.18 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.45 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.59 ms После последнего запроса: 0.36 ms Память запроса: 0.033 MB. Память перед запросом: 23.733 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8415
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 2.23 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.47 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.63 ms После последнего запроса: 0.37 ms Память запроса: 0.034 MB. Память перед запросом: 23.751 MB Возвращено строк: 1
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8414
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 2.27 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.52 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.69 ms После последнего запроса: 0.42 ms Память запроса: 0.034 MB. Память перед запросом: 23.769 MB Возвращено строк: 1
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8420
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 2.27 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.51 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.59 ms После последнего запроса: 0.39 ms Память запроса: 0.033 MB. Память перед запросом: 23.787 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8419
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 2.22 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.01 ms |
| freeing items | 0.50 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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 |
Время запроса: 3.33 ms После последнего запроса: 0.41 ms Память запроса: 0.033 MB. Память перед запросом: 23.805 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8416
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 2.91 ms |
| end | 0.02 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.59 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.75 ms После последнего запроса: 0.46 ms Память запроса: 0.034 MB. Память перед запросом: 23.823 MB Возвращено строк: 1
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8418
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.07 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.03 ms |
| executing | 2.26 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.58 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 2.77 ms После последнего запроса: 0.45 ms Память запроса: 0.034 MB. Память перед запросом: 23.840 MB Возвращено строк: 1
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8417
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.05 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 2.34 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.57 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.71 ms После последнего запроса: 0.46 ms Память запроса: 0.034 MB. Память перед запросом: 23.858 MB Возвращено строк: 1
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8074
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.05 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.10 ms |
| preparing | 0.02 ms |
| executing | 2.26 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.57 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.80 ms После последнего запроса: 0.45 ms Память запроса: 0.034 MB. Память перед запросом: 23.876 MB Возвращено строк: 1
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8973
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.05 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| executing | 2.35 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.59 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.76 ms После последнего запроса: 0.47 ms Память запроса: 0.034 MB. Память перед запросом: 23.894 MB Возвращено строк: 1
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8972
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.05 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| executing | 2.33 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.53 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.64 ms После последнего запроса: 0.42 ms Память запроса: 0.033 MB. Память перед запросом: 23.912 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 9187
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.05 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 2.20 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.56 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.70 ms После последнего запроса: 0.44 ms Память запроса: 0.033 MB. Память перед запросом: 23.930 MB Возвращено строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 9279
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.05 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.09 ms |
| preparing | 0.02 ms |
| executing | 2.26 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 2.64 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 38 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:144 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->getTags() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Tags.php:39 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Tags->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:202 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:149 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->passCondition() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:122 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->pass() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:80 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->getResult() | JROOT/plugins/system/articlesanywhere/src/Output/IfStructures.php:69 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\IfStructures->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:157 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 2.77 ms После последнего запроса: 2.52 ms Память запроса: 0.031 MB. Память перед запросом: 23.577 MB Возвращено строк: 0
Повторяющиеся запросы:
#18SELECT `m`.`tag_id`,`t`.*
FROM `dr2cm_contentitem_tag_map` AS m
INNER JOIN `dr2cm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 8442
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX KEY не используется | NULL | NULL | 8366 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | vsesadiki_ru.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.05 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.03 ms |
| executing | 2.30 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.62 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 33 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 32 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/plugins/system/articlesanywhere/src/CurrentArticle.php:119 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\CurrentArticle::getTags() | JROOT/plugins/system/articlesanywhere/src/CurrentArticle.php:126 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\CurrentArticle::getTagIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/Filters.php:165 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\Filters->getTags() | JROOT/plugins/system/articlesanywhere/src/PluginTags/Filters.php:83 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\Filters->get() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:177 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getSet() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:156 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getSets() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:56 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.61 ms После последнего запроса: 0.50 ms Память запроса: 0.040 MB. Память перед запросом: 23.593 MB Возвращено строк: 31
SHOW FULL COLUMNS
FROM `dr2cm_content`
EXPLAIN недоступен для: SHOW FULL COLUMNS FROM `dr2cm_content`
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.47 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.10 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.05 ms |
| executing | 0.07 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 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.03 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 1.07 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 33 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 32 | JDatabaseDriverMysqli->getTableColumns() | JROOT/plugins/system/articlesanywhere/src/PluginTags/Ordering.php:205 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\Ordering->getColumns() | JROOT/plugins/system/articlesanywhere/src/PluginTags/Ordering.php:162 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\Ordering->parse() | JROOT/plugins/system/articlesanywhere/src/PluginTags/Ordering.php:81 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\Ordering->getOrderings() | JROOT/plugins/system/articlesanywhere/src/PluginTags/Ordering.php:53 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\Ordering->get() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:181 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getSet() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:156 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getSets() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:56 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.32 ms После последнего запроса: 0.94 ms Память запроса: 0.032 MB. Память перед запросом: 23.616 MB Возвращено строк: 1
Повторяющиеся запросы:
#23 #26SELECT `id`
FROM `dr2cm_categories` AS `categories`
WHERE `extension` = 'com_content'
AND ((`categories`.`id` = 948))
AND `categories`.`published` = 1
AND `categories`.`access` IN (1,5)
AND `categories`.`language` IN ('ru-RU','*')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | categories | NULL | const | PRIMARY,cat_idx,idx_access,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.34 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 35 | JDatabaseDriver->loadColumn() | Такой же, как вызов в строке ниже |
| 34 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Collection/DB.php:49 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\DB::getResults() | JROOT/plugins/system/articlesanywhere/src/Collection/Filters/Categories.php:55 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Filters\Categories->getIds() | JROOT/plugins/system/articlesanywhere/src/Collection/Filters/Categories.php:33 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Filters\Categories->setFilter() | JROOT/plugins/system/articlesanywhere/src/Collection/Filters/Filter.php:48 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Filters\Filter->set() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:112 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getIdsQuery() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:98 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getIds() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:54 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOnlyIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:81 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getIdsBySet() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:67 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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 |
Время запроса: 3.49 ms После последнего запроса: 0.29 ms Память запроса: 0.048 MB. Память перед запросом: 23.633 MB Возвращено строк: 427
SELECT `id`
FROM `dr2cm_categories` AS `categories`
WHERE `extension` = 'com_content'
AND ((`categories`.`id` IS NULL OR `categories`.`id` != 948))
AND `categories`.`published` = 1
AND `categories`.`access` IN (1,5)
AND `categories`.`language` IN ('ru-RU','*')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | categories | NULL | range | PRIMARY,cat_idx,idx_access,idx_language | PRIMARY | 4 | NULL | 273 | 0.21 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 2.41 ms |
| preparing | 0.03 ms |
| executing | 0.75 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 2.99 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 35 | JDatabaseDriver->loadColumn() | Такой же, как вызов в строке ниже |
| 34 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Collection/DB.php:49 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\DB::getResults() | JROOT/plugins/system/articlesanywhere/src/Collection/Filters/Categories.php:55 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Filters\Categories->getIds() | JROOT/plugins/system/articlesanywhere/src/Collection/Filters/Categories.php:45 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Filters\Categories->setFilter() | JROOT/plugins/system/articlesanywhere/src/Collection/Filters/Filter.php:48 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Filters\Filter->set() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:112 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getIdsQuery() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:98 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getIds() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:54 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOnlyIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:81 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getIdsBySet() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:67 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.42 ms После последнего запроса: 2.83 ms Память запроса: 0.032 MB. Память перед запросом: 23.651 MB Возвращено строк: 1
SELECT `id`
FROM `dr2cm_tags` AS `tags`
WHERE ((`tags`.`id` = 831))
AND `tags`.`published` = 1
AND `tags`.`access` IN (1,5)
AND `tags`.`language` IN ('ru-RU','*')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | tags | NULL | const | PRIMARY,tag_idx,idx_access,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.10 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 35 | JDatabaseDriver->loadColumn() | Такой же, как вызов в строке ниже |
| 34 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Collection/DB.php:49 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\DB::getResults() | JROOT/plugins/system/articlesanywhere/src/Collection/Filters/Tags.php:142 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Filters\Tags->getTagIds() | JROOT/plugins/system/articlesanywhere/src/Collection/Filters/Tags.php:30 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Filters\Tags->setFilter() | JROOT/plugins/system/articlesanywhere/src/Collection/Filters/Filter.php:48 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Filters\Filter->set() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:113 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getIdsQuery() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:98 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getIds() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:54 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOnlyIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:81 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getIdsBySet() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:67 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.39 ms После последнего запроса: 0.19 ms Память запроса: 0.032 MB. Память перед запросом: 23.668 MB Возвращено строк: 3
SELECT `content_item_id`
FROM `dr2cm_contentitem_tag_map`
WHERE `type_alias` = 'com_content.article'
AND `tag_id` = 831
GROUP BY `content_item_id`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_contentitem_tag_map | NULL | ref | uc_ItemnameTagid,idx_tag_type,idx_date_id,idx_core_content_id | idx_tag_type | 4 | const | 3 | 10.00 | Using where; Using temporary |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.09 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.03 ms |
| executing | 0.08 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 35 | JDatabaseDriver->loadColumn() | Такой же, как вызов в строке ниже |
| 34 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Collection/DB.php:49 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\DB::getResults() | JROOT/plugins/system/articlesanywhere/src/Collection/Filters/Tags.php:106 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Filters\Tags->getItemIdsByTagIds() | JROOT/plugins/system/articlesanywhere/src/Collection/Filters/Tags.php:32 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Filters\Tags->setFilter() | JROOT/plugins/system/articlesanywhere/src/Collection/Filters/Filter.php:48 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Filters\Filter->set() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:113 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getIdsQuery() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:98 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getIds() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:54 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOnlyIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:81 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getIdsBySet() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:67 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.28 ms После последнего запроса: 0.29 ms Память запроса: 0.029 MB. Память перед запросом: 23.683 MB Возвращено строк: 3
SELECT `items`.`id`
FROM `dr2cm_content` AS `items`
WHERE `items`.`catid` IN (2,3,4,5,6,7,8,9,10,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,137,144,145,146,148,149,151,162,165,166,167,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,336,337,339,340,341,343,346,347,348,349,350,351,352,353,358,359,361,363,364,365,366,367,368,369,370,371,373,374,375,376,377,378,379,380,381,382,383,384,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,888,890,891,892,893,894,895,896,897,898,899,900,901,902,903,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,925,926,928,929,930,931,932,933,950,961,971,974,977,978)
AND `items`.`id` IN (7800,7804,7831)
AND `items`.`state` = 1
AND ( `items`.`publish_up` <= '2026-07-12 21:45:33' )
AND ( `items`.`publish_down` = '0000-00-00 00:00:00' OR `items`.`publish_down` > '2026-07-12 21:45:33' )
AND `items`.`access` IN (1,5)
AND `items`.`language` IN ('ru-RU','*')
GROUP BY `items`.`id`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | items | NULL | range | PRIMARY,idx_access,idx_checkout,idx_state,idx_catid,idx_createdby,idx_featured_catid,idx_language,idx_xreference,idx_alias | PRIMARY | 4 | NULL | 3 | 1.67 | Using where |
| Status | Duration |
|---|
| starting | 0.18 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.06 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.05 ms |
| statistics | 0.75 ms |
| preparing | 0.04 ms |
| executing | 0.09 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.63 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 31 | JDatabaseDriver->loadColumn() | Такой же, как вызов в строке ниже |
| 30 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Collection/DB.php:49 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\DB::getResults() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:100 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getIds() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:54 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOnlyIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:81 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getIdsBySet() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:67 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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 После последнего запроса: 0.56 ms Память запроса: 0.029 MB. Память перед запросом: 23.697 MB Возвращено строк: 3
SELECT items.id,`categories`.`id` AS `category-id`,`categories`.`title` AS `category-title`,`categories`.`alias` AS `category-alias`,`categories`.`description` AS `category-description`,`categories`.`params` AS `category-params`
FROM `dr2cm_content` AS `items`
LEFT JOIN `dr2cm_categories` AS `categories`
ON `categories`.`id` = `items`.`catid`
WHERE `items`.`id` IN (7800,7804,7831)
GROUP BY `items`.`id`
ORDER BY `items`.`ordering` IS NULL,CAST(`items`.`ordering` AS CHAR(1)) = '',CAST(`items`.`ordering` AS CHAR(10)) = '0000-00-00',`items`.`ordering` ASC,items.ordering ASC
LIMIT 100
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | items | NULL | range | PRIMARY,idx_access,idx_checkout,idx_state,idx_catid,idx_createdby,idx_featured_catid,idx_language,idx_xreference,idx_alias | PRIMARY | 4 | NULL | 3 | 100.00 | Using where; Using temporary; Используется сортировка файлов |
| 1 | SIMPLE | categories | NULL | eq_ref | PRIMARY | PRIMARY | 4 | vsesadiki_ru.items.catid | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.07 ms |
| executing | 0.14 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.29 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 30 | JDatabaseDriver->loadObjectList() | Такой же, как вызов в строке ниже |
| 29 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Collection/DB.php:49 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\DB::getResults() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:144 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->applyLimit() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:75 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.64 ms После последнего запроса: 0.22 ms Память запроса: 0.046 MB. Память перед запросом: 23.711 MB Возвращено строк: 3
SELECT items.id,`categories`.`id` AS `category-id`,`categories`.`title` AS `category-title`,`categories`.`alias` AS `category-alias`,`categories`.`description` AS `category-description`,`categories`.`params` AS `category-params`,items.*
FROM `dr2cm_content` AS `items`
LEFT JOIN `dr2cm_categories` AS `categories`
ON `categories`.`id` = `items`.`catid`
WHERE `items`.`id` IN (7800,7804,7831)
GROUP BY `items`.`id`
ORDER BY `items`.`ordering` IS NULL,CAST(`items`.`ordering` AS CHAR(1)) = '',CAST(`items`.`ordering` AS CHAR(10)) = '0000-00-00',`items`.`ordering` ASC,items.ordering ASC
LIMIT 100
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | items | NULL | range | PRIMARY,idx_access,idx_checkout,idx_state,idx_catid,idx_createdby,idx_featured_catid,idx_language,idx_xreference,idx_alias | PRIMARY | 4 | NULL | 3 | 100.00 | Using where; Using temporary; Используется сортировка файлов |
| 1 | SIMPLE | categories | NULL | eq_ref | PRIMARY | PRIMARY | 4 | vsesadiki_ru.items.catid | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.05 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.08 ms |
| executing | 0.21 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.93 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 30 | JDatabaseDriver->loadObjectList() | Такой же, как вызов в строке ниже |
| 29 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Collection/DB.php:49 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\DB::getResults() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:165 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getData() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:78 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.23 ms После последнего запроса: 0.82 ms Память запроса: 0.034 MB. Память перед запросом: 23.739 MB Возвращено строк: 1
Повторяющиеся запросы:
#91SELECT `access` IN (1,5)
FROM `dr2cm_content`
WHERE `id` = 7800
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 40 | JDatabaseDriver->loadResult() | Такой же, как вызов в строке ниже |
| 39 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Collection/DB.php:49 |
| 38 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\DB::getResults() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:186 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->hasAccess() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Url.php:99 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Url->getArticleUrl() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Url.php:74 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Url->getArticleLink() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Url.php:48 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Url->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:175 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/DataTags.php:133 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\DataTags->getValueFromTag() | JROOT/plugins/system/articlesanywhere/src/Output/DataTags.php:59 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\DataTags->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:158 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.24 ms После последнего запроса: 0.50 ms Память запроса: 0.034 MB. Память перед запросом: 23.759 MB Возвращено строк: 1
Повторяющиеся запросы:
#90SELECT `access` IN (1,5)
FROM `dr2cm_content`
WHERE `id` = 7800
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 40 | JDatabaseDriver->loadResult() | Такой же, как вызов в строке ниже |
| 39 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Collection/DB.php:49 |
| 38 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\DB::getResults() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:186 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->hasAccess() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Url.php:136 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Url->getCategoryUrl() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Url.php:110 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Url->getCategoryLink() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Url.php:39 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Url->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:175 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/DataTags.php:133 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\DataTags->getValueFromTag() | JROOT/plugins/system/articlesanywhere/src/Output/DataTags.php:59 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\DataTags->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:158 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.21 ms После последнего запроса: 0.49 ms Память запроса: 0.034 MB. Память перед запросом: 23.778 MB Возвращено строк: 1
Повторяющиеся запросы:
#93SELECT `access` IN (1,5)
FROM `dr2cm_content`
WHERE `id` = 7804
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 40 | JDatabaseDriver->loadResult() | Такой же, как вызов в строке ниже |
| 39 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Collection/DB.php:49 |
| 38 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\DB::getResults() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:186 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->hasAccess() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Url.php:99 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Url->getArticleUrl() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Url.php:74 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Url->getArticleLink() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Url.php:48 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Url->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:175 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/DataTags.php:133 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\DataTags->getValueFromTag() | JROOT/plugins/system/articlesanywhere/src/Output/DataTags.php:59 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\DataTags->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:158 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.17 ms После последнего запроса: 0.29 ms Память запроса: 0.034 MB. Память перед запросом: 23.796 MB Возвращено строк: 1
Повторяющиеся запросы:
#92SELECT `access` IN (1,5)
FROM `dr2cm_content`
WHERE `id` = 7804
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 40 | JDatabaseDriver->loadResult() | Такой же, как вызов в строке ниже |
| 39 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Collection/DB.php:49 |
| 38 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\DB::getResults() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:186 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->hasAccess() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Url.php:136 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Url->getCategoryUrl() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Url.php:110 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Url->getCategoryLink() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Url.php:39 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Url->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:175 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/DataTags.php:133 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\DataTags->getValueFromTag() | JROOT/plugins/system/articlesanywhere/src/Output/DataTags.php:59 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\DataTags->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:158 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.19 ms После последнего запроса: 0.43 ms Память запроса: 0.034 MB. Память перед запросом: 23.814 MB Возвращено строк: 1
Повторяющиеся запросы:
#95SELECT `access` IN (1,5)
FROM `dr2cm_content`
WHERE `id` = 7831
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 40 | JDatabaseDriver->loadResult() | Такой же, как вызов в строке ниже |
| 39 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Collection/DB.php:49 |
| 38 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\DB::getResults() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:186 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->hasAccess() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Url.php:99 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Url->getArticleUrl() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Url.php:74 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Url->getArticleLink() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Url.php:48 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Url->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:175 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/DataTags.php:133 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\DataTags->getValueFromTag() | JROOT/plugins/system/articlesanywhere/src/Output/DataTags.php:59 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\DataTags->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:158 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.18 ms После последнего запроса: 0.24 ms Память запроса: 0.034 MB. Память перед запросом: 23.833 MB Возвращено строк: 1
Повторяющиеся запросы:
#94SELECT `access` IN (1,5)
FROM `dr2cm_content`
WHERE `id` = 7831
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 40 | JDatabaseDriver->loadResult() | Такой же, как вызов в строке ниже |
| 39 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Collection/DB.php:49 |
| 38 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\DB::getResults() | JROOT/plugins/system/articlesanywhere/src/Collection/Item.php:186 |
| 37 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Item->hasAccess() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Url.php:136 |
| 36 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Url->getCategoryUrl() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Url.php:110 |
| 35 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Url->getCategoryLink() | JROOT/plugins/system/articlesanywhere/src/Output/Data/Url.php:39 |
| 34 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Data\Url->get() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:175 |
| 33 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->getValue() | JROOT/plugins/system/articlesanywhere/src/Output/Values.php:65 |
| 32 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Values->get() | JROOT/plugins/system/articlesanywhere/src/Output/DataTags.php:133 |
| 31 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\DataTags->getValueFromTag() | JROOT/plugins/system/articlesanywhere/src/Output/DataTags.php:59 |
| 30 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\DataTags->handle() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:158 |
| 29 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->renderOutput() | JROOT/plugins/system/articlesanywhere/src/Output/Output.php:65 |
| 28 | RegularLabs\Plugin\System\ArticlesAnywhere\Output\Output->get() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:93 |
| 27 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutput() | JROOT/plugins/system/articlesanywhere/src/Collection/Collection.php:87 |
| 26 | RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Collection->getOutputByIds() | JROOT/plugins/system/articlesanywhere/src/PluginTags/PluginTag.php:74 |
| 25 | RegularLabs\Plugin\System\ArticlesAnywhere\PluginTags\PluginTag->getOutput() | JROOT/plugins/system/articlesanywhere/src/Replace.php:199 |
| 24 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTagsInString() | JROOT/plugins/system/articlesanywhere/src/Replace.php:186 |
| 23 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::process() | JROOT/plugins/system/articlesanywhere/src/Replace.php:90 |
| 22 | RegularLabs\Plugin\System\ArticlesAnywhere\Replace::replaceTags() | JROOT/plugins/system/articlesanywhere/src/Helper.php:112 |
| 21 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->replaceTags() | Такой же, как вызов в строке ниже |
| 20 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 19 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 18 | RegularLabs\Library\Article::process() | JROOT/plugins/system/articlesanywhere/src/Helper.php:62 |
| 17 | RegularLabs\Plugin\System\ArticlesAnywhere\Helper->onContentPrepare() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/plugins/system/articlesanywhere/src/Plugin.php:106 |
| 15 | RegularLabs\Plugin\System\ArticlesAnywhere\Plugin->run() | JROOT/plugins/system/articlesanywhere/articlesanywhere.php:55 |
| 14 | PlgSystemArticlesAnywhere->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.55 ms После последнего запроса: 2.02 ms Память запроса: 0.027 MB. Память перед запросом: 23.822 MB Возвращено строк: 1
SELECT m.*
FROM dr2cm_modules AS m
LEFT JOIN dr2cm_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.client_id = 0
AND m.id = 1457
AND m.access IN (1,1,5)
AND m.published = 1
AND e.enabled = 1
ORDER BY m.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | const | PRIMARY,published,newsfeeds | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | const,const | 1 | 10.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.09 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.15 ms |
| preparing | 0.02 ms |
| executing | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 25 | JDatabaseDriver->loadObject() | JROOT/plugins/system/modulesanywhere/src/Replace.php:672 |
| 24 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::getModuleFromDatabase() | JROOT/plugins/system/modulesanywhere/src/Replace.php:555 |
| 23 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processModule() | JROOT/plugins/system/modulesanywhere/src/Replace.php:336 |
| 22 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processMatch() | JROOT/plugins/system/modulesanywhere/src/Replace.php:216 |
| 21 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::replaceMatches() | JROOT/plugins/system/modulesanywhere/src/Replace.php:198 |
| 20 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::replace() | JROOT/plugins/system/modulesanywhere/src/Replace.php:157 |
| 19 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processModules() | JROOT/plugins/system/modulesanywhere/modulesanywhere.php:80 |
| 18 | PlgSystemModulesAnywhere->processArticle() | Такой же, как вызов в строке ниже |
| 17 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 16 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 15 | RegularLabs\Library\Article::process() | JROOT/libraries/regularlabs/src/SystemPlugin.php:230 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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 |
Время запроса: 35.76 ms После последнего запроса: 0.83 ms Память запроса: 0.029 MB. Память перед запросом: 23.884 MB Возвращено строк: 3
SELECT c.id, c.title, c.catid, c.alias, c.metadata, f_gps_points.value as f_gps_points, f_point_marker.value as f_point_marker, f_point_names.value as f_point_names
FROM dr2cm_content as c
LEFT JOIN `dr2cm_fields_values` AS `f_gps_points`
ON (`c`.`id` = `f_gps_points`.`item_id`)
AND f_gps_points.field_id=8
LEFT JOIN `dr2cm_fields_values` AS `f_point_marker`
ON (`c`.`id` = `f_point_marker`.`item_id`)
AND f_point_marker.field_id=5
LEFT JOIN `dr2cm_fields_values` AS `f_point_names`
ON (`c`.`id` = `f_point_names`.`item_id`)
AND f_point_names.field_id=9
WHERE id IN ( SELECT content_item_id
FROM dr2cm_contentitem_tag_map
WHERE `tag_id` IN (831))
AND state=1
GROUP BY c.id
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | <subquery2> | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | NULL | 100.00 | Using temporary |
| 1 | SIMPLE | c | NULL | eq_ref | PRIMARY,idx_access,idx_checkout,idx_state,idx_catid,idx_createdby,idx_featured_catid,idx_language,idx_xreference,idx_alias | PRIMARY | 4 | <subquery2>.content_item_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | f_gps_points | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | const | 4325 | 100.00 | Using where |
| 1 | SIMPLE | f_point_marker | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | const | 5040 | 100.00 | Using where |
| 1 | SIMPLE | f_point_names | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | const | 6 | 100.00 | Using where |
| 2 | MATERIALIZED | dr2cm_contentitem_tag_map | NULL | ref | idx_tag_type | idx_tag_type | 4 | const | 3 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.12 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.12 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.22 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.05 ms |
| executing | 34.97 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.03 ms |
| closing tables | 0.02 ms |
| freeing items | 0.87 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 28 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_community_links/helper.php:87 |
| 27 | mod_com_links::mod_get_result() | JROOT/modules/mod_community_links/mod_community_links.php:79 |
| 26 | include JROOT/modules/mod_community_links/mod_community_links.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 25 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 24 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/modulesanywhere/src/Replace.php:596 |
| 23 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processModule() | JROOT/plugins/system/modulesanywhere/src/Replace.php:336 |
| 22 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processMatch() | JROOT/plugins/system/modulesanywhere/src/Replace.php:216 |
| 21 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::replaceMatches() | JROOT/plugins/system/modulesanywhere/src/Replace.php:198 |
| 20 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::replace() | JROOT/plugins/system/modulesanywhere/src/Replace.php:157 |
| 19 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processModules() | JROOT/plugins/system/modulesanywhere/modulesanywhere.php:80 |
| 18 | PlgSystemModulesAnywhere->processArticle() | Такой же, как вызов в строке ниже |
| 17 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 16 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 15 | RegularLabs\Library\Article::process() | JROOT/libraries/regularlabs/src/SystemPlugin.php:230 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.55 ms После последнего запроса: 0.72 ms Память запроса: 0.034 MB. Память перед запросом: 23.906 MB Возвращено строк: 0
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `dr2cm_categories` AS `s`
INNER JOIN `dr2cm_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 7800
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | INDEX KEY не используется | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.17 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.07 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.07 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.49 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 38 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 37 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
| 36 | ContentRouter->getCategorySegment() | Такой же, как вызов в строке ниже |
| 35 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:124 |
| 34 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 33 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 32 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 30 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 29 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 28 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 27 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_community_links/mod_community_links.php:137 |
| 26 | include JROOT/modules/mod_community_links/mod_community_links.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 25 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 24 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/modulesanywhere/src/Replace.php:596 |
| 23 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processModule() | JROOT/plugins/system/modulesanywhere/src/Replace.php:336 |
| 22 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processMatch() | JROOT/plugins/system/modulesanywhere/src/Replace.php:216 |
| 21 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::replaceMatches() | JROOT/plugins/system/modulesanywhere/src/Replace.php:198 |
| 20 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::replace() | JROOT/plugins/system/modulesanywhere/src/Replace.php:157 |
| 19 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processModules() | JROOT/plugins/system/modulesanywhere/modulesanywhere.php:80 |
| 18 | PlgSystemModulesAnywhere->processArticle() | Такой же, как вызов в строке ниже |
| 17 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 16 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 15 | RegularLabs\Library\Article::process() | JROOT/libraries/regularlabs/src/SystemPlugin.php:230 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.31 ms После последнего запроса: 0.40 ms Память запроса: 0.036 MB. Память перед запросом: 23.931 MB Возвращено строк: 1
SELECT `oldurl`, `dateadd`
FROM dr2cm_sh404sef_urls
WHERE `newurl`='index.php?option=com_content&Itemid=1904&id=7800&lang=ru&view=article';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.09 ms |
| preparing | 0.02 ms |
| executing | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.00 ms |
| freeing items | 0.32 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 44 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 43 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 42 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 41 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:778 |
| 40 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:815 |
| 39 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1537 |
| 38 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1193 |
| 37 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2390 |
| 36 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1047 |
| 35 | Sh404sefClassRouterInternal->buildRule() | Такой же, как вызов в строке ниже |
| 34 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 33 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 32 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 31 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 30 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 29 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 28 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 27 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_community_links/mod_community_links.php:137 |
| 26 | include JROOT/modules/mod_community_links/mod_community_links.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 25 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 24 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/modulesanywhere/src/Replace.php:596 |
| 23 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processModule() | JROOT/plugins/system/modulesanywhere/src/Replace.php:336 |
| 22 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processMatch() | JROOT/plugins/system/modulesanywhere/src/Replace.php:216 |
| 21 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::replaceMatches() | JROOT/plugins/system/modulesanywhere/src/Replace.php:198 |
| 20 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::replace() | JROOT/plugins/system/modulesanywhere/src/Replace.php:157 |
| 19 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processModules() | JROOT/plugins/system/modulesanywhere/modulesanywhere.php:80 |
| 18 | PlgSystemModulesAnywhere->processArticle() | Такой же, как вызов в строке ниже |
| 17 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 16 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 15 | RegularLabs\Library\Article::process() | JROOT/libraries/regularlabs/src/SystemPlugin.php:230 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.32 ms После последнего запроса: 0.27 ms Память запроса: 0.034 MB. Память перед запросом: 23.955 MB Возвращено строк: 0
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `dr2cm_categories` AS `s`
INNER JOIN `dr2cm_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 7804
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | INDEX KEY не используется | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.05 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.05 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.32 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 38 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 37 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
| 36 | ContentRouter->getCategorySegment() | Такой же, как вызов в строке ниже |
| 35 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:124 |
| 34 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 33 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 32 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 30 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 29 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 28 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 27 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_community_links/mod_community_links.php:137 |
| 26 | include JROOT/modules/mod_community_links/mod_community_links.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 25 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 24 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/modulesanywhere/src/Replace.php:596 |
| 23 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processModule() | JROOT/plugins/system/modulesanywhere/src/Replace.php:336 |
| 22 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processMatch() | JROOT/plugins/system/modulesanywhere/src/Replace.php:216 |
| 21 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::replaceMatches() | JROOT/plugins/system/modulesanywhere/src/Replace.php:198 |
| 20 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::replace() | JROOT/plugins/system/modulesanywhere/src/Replace.php:157 |
| 19 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processModules() | JROOT/plugins/system/modulesanywhere/modulesanywhere.php:80 |
| 18 | PlgSystemModulesAnywhere->processArticle() | Такой же, как вызов в строке ниже |
| 17 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 16 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 15 | RegularLabs\Library\Article::process() | JROOT/libraries/regularlabs/src/SystemPlugin.php:230 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.26 ms После последнего запроса: 0.26 ms Память запроса: 0.036 MB. Память перед запросом: 23.973 MB Возвращено строк: 1
SELECT `oldurl`, `dateadd`
FROM dr2cm_sh404sef_urls
WHERE `newurl`='index.php?option=com_content&Itemid=1904&id=7804&lang=ru&view=article';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.01 ms |
| executing | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.28 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 44 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 43 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 42 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 41 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:778 |
| 40 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:815 |
| 39 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1537 |
| 38 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1193 |
| 37 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2390 |
| 36 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1047 |
| 35 | Sh404sefClassRouterInternal->buildRule() | Такой же, как вызов в строке ниже |
| 34 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 33 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 32 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 31 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 30 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 29 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 28 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 27 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_community_links/mod_community_links.php:137 |
| 26 | include JROOT/modules/mod_community_links/mod_community_links.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 25 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 24 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/modulesanywhere/src/Replace.php:596 |
| 23 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processModule() | JROOT/plugins/system/modulesanywhere/src/Replace.php:336 |
| 22 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processMatch() | JROOT/plugins/system/modulesanywhere/src/Replace.php:216 |
| 21 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::replaceMatches() | JROOT/plugins/system/modulesanywhere/src/Replace.php:198 |
| 20 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::replace() | JROOT/plugins/system/modulesanywhere/src/Replace.php:157 |
| 19 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processModules() | JROOT/plugins/system/modulesanywhere/modulesanywhere.php:80 |
| 18 | PlgSystemModulesAnywhere->processArticle() | Такой же, как вызов в строке ниже |
| 17 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 16 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 15 | RegularLabs\Library\Article::process() | JROOT/libraries/regularlabs/src/SystemPlugin.php:230 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.34 ms После последнего запроса: 0.23 ms Память запроса: 0.034 MB. Память перед запросом: 23.996 MB Возвращено строк: 0
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `dr2cm_categories` AS `s`
INNER JOIN `dr2cm_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 7831
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | INDEX KEY не используется | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.10 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.06 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.31 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 39 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 38 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 37 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
| 36 | ContentRouter->getCategorySegment() | Такой же, как вызов в строке ниже |
| 35 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:124 |
| 34 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 33 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 32 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 31 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 30 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 29 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 28 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 27 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_community_links/mod_community_links.php:137 |
| 26 | include JROOT/modules/mod_community_links/mod_community_links.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 25 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 24 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/modulesanywhere/src/Replace.php:596 |
| 23 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processModule() | JROOT/plugins/system/modulesanywhere/src/Replace.php:336 |
| 22 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processMatch() | JROOT/plugins/system/modulesanywhere/src/Replace.php:216 |
| 21 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::replaceMatches() | JROOT/plugins/system/modulesanywhere/src/Replace.php:198 |
| 20 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::replace() | JROOT/plugins/system/modulesanywhere/src/Replace.php:157 |
| 19 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processModules() | JROOT/plugins/system/modulesanywhere/modulesanywhere.php:80 |
| 18 | PlgSystemModulesAnywhere->processArticle() | Такой же, как вызов в строке ниже |
| 17 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 16 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 15 | RegularLabs\Library\Article::process() | JROOT/libraries/regularlabs/src/SystemPlugin.php:230 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.27 ms После последнего запроса: 0.25 ms Память запроса: 0.036 MB. Память перед запросом: 24.014 MB Возвращено строк: 1
SELECT `oldurl`, `dateadd`
FROM dr2cm_sh404sef_urls
WHERE `newurl`='index.php?option=com_content&Itemid=1904&id=7831&lang=ru&view=article';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 2.82 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 44 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 43 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 42 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 41 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:778 |
| 40 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:815 |
| 39 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1537 |
| 38 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1193 |
| 37 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2390 |
| 36 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1047 |
| 35 | Sh404sefClassRouterInternal->buildRule() | Такой же, как вызов в строке ниже |
| 34 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 33 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 32 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 31 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 30 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 29 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 28 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 27 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_community_links/mod_community_links.php:137 |
| 26 | include JROOT/modules/mod_community_links/mod_community_links.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 25 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 24 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/modulesanywhere/src/Replace.php:596 |
| 23 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processModule() | JROOT/plugins/system/modulesanywhere/src/Replace.php:336 |
| 22 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processMatch() | JROOT/plugins/system/modulesanywhere/src/Replace.php:216 |
| 21 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::replaceMatches() | JROOT/plugins/system/modulesanywhere/src/Replace.php:198 |
| 20 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::replace() | JROOT/plugins/system/modulesanywhere/src/Replace.php:157 |
| 19 | RegularLabs\Plugin\System\ModulesAnywhere\Replace::processModules() | JROOT/plugins/system/modulesanywhere/modulesanywhere.php:80 |
| 18 | PlgSystemModulesAnywhere->processArticle() | Такой же, как вызов в строке ниже |
| 17 | call_user_func_array() | JROOT/libraries/regularlabs/src/Article.php:331 |
| 16 | RegularLabs\Library\Article::processText() | JROOT/libraries/regularlabs/src/Article.php:290 |
| 15 | RegularLabs\Library\Article::process() | JROOT/libraries/regularlabs/src/SystemPlugin.php:230 |
| 14 | RegularLabs\Library\SystemPlugin->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.55 ms После последнего запроса: 3.43 ms Память запроса: 0.027 MB. Память перед запросом: 24.041 MB Возвращено строк: 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `dr2cm_categories` AS `s`
INNER JOIN `dr2cm_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 931
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Используется сортировка файлов |
| 1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right | INDEX KEY не используется | NULL | NULL | 484 | 82.06 | Using where |
| Status | Duration |
|---|
| starting | 0.15 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.06 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.22 ms |
| preparing | 0.04 ms |
| executing | 0.86 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 20 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 19 | Joomla\CMS\Categories\Categories->get() | JROOT/administrator/components/com_fields/models/fields.php:203 |
| 18 | FieldsModelFields->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
| 17 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 16 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 14 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.25 ms После последнего запроса: 0.34 ms Память запроса: 0.028 MB. Память перед запросом: 24.132 MB Возвращено строк: 5
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM dr2cm_fields AS a
LEFT JOIN `dr2cm_languages` AS l
ON l.lang_code = a.language
LEFT JOIN dr2cm_users AS uc
ON uc.id=a.checked_out
LEFT JOIN dr2cm_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN dr2cm_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN dr2cm_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `dr2cm_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_content.article'
AND (fc.category_id IS NULL OR fc.category_id IN (931,0))
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 5 | 100.00 | Using where; Using temporary; Используется сортировка файлов |
| 1 | SIMPLE | l | NULL | ALL | idx_langcode | INDEX KEY не используется | NULL | NULL | 2 | 100.00 | Using where; Using join buffer (hash join) |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | vsesadiki_ru.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | vsesadiki_ru.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | vsesadiki_ru.a.created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | vsesadiki_ru.a.group_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | fc | NULL | ref | PRIMARY | PRIMARY | 4 | vsesadiki_ru.a.id | 1 | 100.00 | Using where; Using index; Distinct |
| Status | Duration |
|---|
| starting | 0.14 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.18 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.17 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.22 ms |
| executing | 0.28 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.72 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 18 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 17 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 16 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 14 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.45 ms После последнего запроса: 0.60 ms Память запроса: 0.024 MB. Память перед запросом: 24.181 MB Возвращено строк: 1
SELECT `field_id`,`value`
FROM `dr2cm_fields_values`
WHERE `field_id` IN (5,8,9,10,11)
AND `item_id` = '8442'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_fields_values | NULL | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.11 ms |
| preparing | 0.02 ms |
| executing | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_fields/models/field.php:680 |
| 16 | FieldsModelField->getFieldValues() | JROOT/administrator/components/com_fields/helpers/fields.php:158 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 14 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.30 ms После последнего запроса: 10.03 ms Память запроса: 0.035 MB. Память перед запросом: 24.373 MB Возвращено строк: 41
SHOW FULL COLUMNS
FROM `dr2cm_sh404sef_metas`
EXPLAIN недоступен для: SHOW FULL COLUMNS FROM `dr2cm_sh404sef_metas`
| Status | Duration |
|---|
| starting | 0.20 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.45 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.11 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.06 ms |
| executing | 0.12 ms |
| checking permissions | 0.07 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.12 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| 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 |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.08 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 22 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 21 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 20 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_sh404sef/tables/metas.php:138 |
| 19 | Sh404sefTableMetas->__construct() | JROOT/libraries/src/Table/Table.php:328 |
| 18 | Joomla\CMS\Table\Table::getInstance() | JROOT/administrator/components/com_sh404sef/models/metas.php:37 |
| 17 | Sh404sefModelMetas->getCustomMetaData() | JROOT/administrator/components/com_sh404sef/helpers/metadata.php:92 |
| 16 | Sh404sefHelperMetadata::getCustomMetaDataFromDb() | JROOT/plugins/system/sh404sef/sh404sef.php:448 |
| 15 | plgSystemSh404sef->searchOGPImage() | JROOT/plugins/system/sh404sef/sh404sef.php:280 |
| 14 | plgSystemSh404sef->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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.53 ms После последнего запроса: 0.21 ms Память запроса: 0.026 MB. Память перед запросом: 24.424 MB Возвращено строк: 0
SELECT *
FROM dr2cm_sh404sef_metas
WHERE `newurl`='index.php?option=com_content&Itemid=1904&id=8442&lang=ru&view=article';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_sh404sef_metas | NULL | ref | newurl | newurl | 573 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.08 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.10 ms |
| preparing | 0.02 ms |
| executing | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 21 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 20 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 19 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 18 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/models/metas.php:38 |
| 17 | Sh404sefModelMetas->getCustomMetaData() | JROOT/administrator/components/com_sh404sef/helpers/metadata.php:92 |
| 16 | Sh404sefHelperMetadata::getCustomMetaDataFromDb() | JROOT/plugins/system/sh404sef/sh404sef.php:448 |
| 15 | plgSystemSh404sef->searchOGPImage() | JROOT/plugins/system/sh404sef/sh404sef.php:280 |
| 14 | plgSystemSh404sef->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.51 ms После последнего запроса: 6.22 ms Память запроса: 0.023 MB. Память перед запросом: 24.516 MB Возвращено строк: 1
Повторяющиеся запросы:
#8SELECT `params`
FROM dr2cm_extensions
WHERE `type`='plugin'
AND `folder`='system'
AND `element`='sef';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 5.00 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.09 ms |
| preparing | 0.05 ms |
| executing | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:687 |
| 14 | ShlDbClass->loadResult() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:377 |
| 13 | ShlDbClass->shlLoadResult() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:483 |
| 12 | ShlDbHelper::selectResult() | JROOT/administrator/components/com_sh404sef/helpers/general.php:182 |
| 11 | Sh404sefHelperGeneral::getExtensionParams() | JROOT/administrator/components/com_sh404sef/helpers/url.php:541 |
| 10 | Sh404sefHelperUrl::canonicalRoutedToAbs() | JROOT/components/com_sh404sef/meta_ext/com_content.php:127 |
| 9 | include JROOT/components/com_sh404sef/meta_ext/com_content.php | JROOT/administrator/components/com_sh404sef/helpers/metadata.php:509 |
| 8 | Sh404sefHelperMetadata::includeMetaPlugin() | JROOT/plugins/system/sh404sef/sh404sef.php:229 |
| 7 | plgSystemSh404sef->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.44 ms После последнего запроса: 7.02 ms Память запроса: 0.021 MB. Память перед запросом: 24.564 MB Возвращено строк: 11
SELECT id
FROM dr2cm_template_styles
ORDER BY id
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_template_styles | NULL | index | NULL | PRIMARY | 4 | NULL | 11 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.06 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.02 ms |
| executing | 0.09 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:329 |
| 9 | JMFTemplate->setup() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:126 |
| 8 | JMFTemplate->__construct() | JROOT/templates/jm-trendy/index.php:13 |
| 7 | require JROOT/templates/jm-trendy/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 5.23 ms После последнего запроса: 2.11 ms Память запроса: 0.080 MB. Память перед запросом: 24.627 MB Возвращено строк: 33
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM dr2cm_modules AS m
LEFT JOIN dr2cm_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN dr2cm_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-07-12 21:45:33')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-07-12 21:45:33')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 1904 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 | e | NULL | ALL | element_clientid,element_folder_clientid | INDEX KEY не используется | NULL | NULL | 300 | 1.00 | Using where; Using temporary; Используется сортировка файлов |
| 1 | SIMPLE | m | NULL | ref | PRIMARY,published,newsfeeds | newsfeeds | 204 | vsesadiki_ru.e.element,const | 18 | 0.48 | Using index condition; Using where |
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | vsesadiki_ru.m.id | 16 | 40.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.14 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.10 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.04 ms |
| statistics | 0.15 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.05 ms |
| executing | 4.46 ms |
| end | 0.02 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | Такой же, как вызов в строке ниже |
| 17 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 16 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
| 15 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
| 14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
| 12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:476 |
| 11 | JMFTemplate->countModules() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:469 |
| 10 | JMFTemplate->checkModules() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:1711 |
| 9 | JMFTemplate->getAllColumnsClasses() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:191 |
| 8 | JMFTemplate->__construct() | JROOT/templates/jm-trendy/index.php:13 |
| 7 | require JROOT/templates/jm-trendy/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.49 ms После последнего запроса: 3.62 ms Память запроса: 0.026 MB. Память перед запросом: 24.713 MB Возвращено строк: 0
SELECT *
FROM dr2cm_banners
WHERE '2026-07-12 21:45:33' >= 'reset'
AND `reset` != '0000-00-00 00:00:00'
AND `reset`!= NULL
AND (`checked_out` = 0 OR `checked_out` = 0)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | INDEX KEY не используется | NULL | NULL | NULL | NULL | Impossible WHERE |
| Status | Duration |
|---|
| starting | 0.10 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.13 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_banners/helpers/banners.php:79 |
| 18 | BannersHelper::updateReset() | JROOT/modules/mod_banners/mod_banners.php:19 |
| 17 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 15 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:780 |
| 14 | JMFTemplate->renderModules() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:935 |
| 13 | JMFTemplate->renderFlexiblock() | JROOT/templates/jm-trendy/tpl/blocks/top.php:14 |
| 12 | include JROOT/templates/jm-trendy/tpl/blocks/top.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 11 | JMFTemplate->renderBlock() | JROOT/templates/jm-trendy/tpl/default-ug.php:64 |
| 10 | include JROOT/templates/jm-trendy/tpl/default-ug.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 9 | JMFTemplate->renderBlock() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:714 |
| 8 | JMFTemplate->renderScheme() | JROOT/templates/jm-trendy/index.php:14 |
| 7 | require JROOT/templates/jm-trendy/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.95 ms После последнего запроса: 0.38 ms Память запроса: 0.027 MB. Память перед запросом: 24.734 MB Возвращено строк: 1
SELECT a.id as id,a.type as type,a.name as name,a.clickurl as clickurl,a.cid as cid,a.description as description,a.params as params,a.custombannercode as custombannercode,a.track_impressions as track_impressions,cl.track_impressions as client_track_impressions
FROM dr2cm_banners as a
LEFT JOIN dr2cm_banner_clients AS cl
ON cl.id = a.cid
WHERE a.state=1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-07-12 21:45:33')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-07-12 21:45:33')
AND (a.imptotal = 0 OR a.impmade < a.imptotal)
AND a.catid IN (951)
ORDER BY a.sticky DESC, RAND()
LIMIT 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | index_merge | idx_state,idx_banner_catid | idx_banner_catid,idx_state | 4,1 | NULL | 1 | 6.40 | Using intersect(idx_banner_catid,idx_state); Using where; Using temporary; Используется сортировка файлов |
| 1 | SIMPLE | cl | NULL | eq_ref | PRIMARY | PRIMARY | 4 | vsesadiki_ru.a.cid | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.12 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.11 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.13 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.12 ms |
| executing | 0.23 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.03 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 21 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 20 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_banners/models/banners.php:222 |
| 19 | BannersModelBanners->getItems() | JROOT/modules/mod_banners/helper.php:48 |
| 18 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
| 17 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 15 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:780 |
| 14 | JMFTemplate->renderModules() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:935 |
| 13 | JMFTemplate->renderFlexiblock() | JROOT/templates/jm-trendy/tpl/blocks/top.php:14 |
| 12 | include JROOT/templates/jm-trendy/tpl/blocks/top.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 11 | JMFTemplate->renderBlock() | JROOT/templates/jm-trendy/tpl/default-ug.php:64 |
| 10 | include JROOT/templates/jm-trendy/tpl/default-ug.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 9 | JMFTemplate->renderBlock() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:714 |
| 8 | JMFTemplate->renderScheme() | JROOT/templates/jm-trendy/index.php:14 |
| 7 | require JROOT/templates/jm-trendy/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.43 ms После последнего запроса: 0.26 ms Память запроса: 0.010 MB. Память перед запросом: 24.751 MB
UPDATE dr2cm_banners
SET impmade = (impmade + 1)
WHERE id IN (381)
EXPLAIN недоступен для: UPDATE dr2cm_banners
SET impmade = (impmade + 1)
WHERE id IN (381)
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.00 ms |
| System lock | 0.05 ms |
| updating | 0.09 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.10 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/components/com_banners/models/banners.php:268 |
| 19 | BannersModelBanners->impress() | JROOT/modules/mod_banners/helper.php:54 |
| 18 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
| 17 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 15 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:780 |
| 14 | JMFTemplate->renderModules() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:935 |
| 13 | JMFTemplate->renderFlexiblock() | JROOT/templates/jm-trendy/tpl/blocks/top.php:14 |
| 12 | include JROOT/templates/jm-trendy/tpl/blocks/top.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 11 | JMFTemplate->renderBlock() | JROOT/templates/jm-trendy/tpl/default-ug.php:64 |
| 10 | include JROOT/templates/jm-trendy/tpl/default-ug.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 9 | JMFTemplate->renderBlock() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:714 |
| 8 | JMFTemplate->renderScheme() | JROOT/templates/jm-trendy/index.php:14 |
| 7 | require JROOT/templates/jm-trendy/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.50 ms После последнего запроса: 0.08 ms Память запроса: 0.010 MB. Память перед запросом: 24.762 MB
UPDATE dr2cm_banner_tracks
SET `count` = (`count` + 1)
WHERE track_type=1
AND banner_id=381
AND track_date='2026-07-12 21:00:00'
EXPLAIN недоступен для: UPDATE dr2cm_banner_tracks
SET `count` = (`count` + 1)
WHERE track_type=1 AND banner_id=381 AND track_date='2026-07-12 21:00:00'
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.07 ms |
| init | 0.00 ms |
| System lock | 0.20 ms |
| updating | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.05 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/components/com_banners/models/banners.php:306 |
| 19 | BannersModelBanners->impress() | JROOT/modules/mod_banners/helper.php:54 |
| 18 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
| 17 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 16 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 15 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:780 |
| 14 | JMFTemplate->renderModules() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:935 |
| 13 | JMFTemplate->renderFlexiblock() | JROOT/templates/jm-trendy/tpl/blocks/top.php:14 |
| 12 | include JROOT/templates/jm-trendy/tpl/blocks/top.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 11 | JMFTemplate->renderBlock() | JROOT/templates/jm-trendy/tpl/default-ug.php:64 |
| 10 | include JROOT/templates/jm-trendy/tpl/default-ug.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 9 | JMFTemplate->renderBlock() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:714 |
| 8 | JMFTemplate->renderScheme() | JROOT/templates/jm-trendy/index.php:14 |
| 7 | require JROOT/templates/jm-trendy/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.89 ms После последнего запроса: 2.48 ms Память запроса: 0.028 MB. Память перед запросом: 24.866 MB Возвращено строк: 9
SELECT a.id, a.title, a.alias, a.catid AS category_id, a.access, a.featured, a.language, a.created AS date
FROM dr2cm_content AS a
LEFT JOIN dr2cm_categories AS c
ON c.id = a.catid
WHERE a.id IN (4669,4733,4599,4173,4624,4625,4598,6816,4100)
AND a.id != 8442
AND c.published = 1
AND a.state = 1
AND c.access IN (1,5)
AND a.access IN (1,5)
AND a.publish_up <= '2026-07-12 21:45:00'
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-07-12 21:45:00')
ORDER BY date DESC
LIMIT 9
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | range | PRIMARY,idx_access,idx_state,idx_catid | PRIMARY | 4 | NULL | 9 | 0.67 | Using where; Используется сортировка файлов |
| 1 | SIMPLE | c | NULL | eq_ref | PRIMARY,idx_access | PRIMARY | 4 | vsesadiki_ru.a.catid | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.11 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.05 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.30 ms |
| preparing | 0.04 ms |
| executing | 0.19 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_raxo_allmode/helper.php:535 |
| 20 | ModRaxoAllmodeHelper::getList() | Такой же, как вызов в строке ниже |
| 19 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 18 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:596 |
| 17 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php:46 |
| 16 | include JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:780 |
| 13 | JMFTemplate->renderModules() | JROOT/templates/jm-trendy/tpl/blocks/main.php:49 |
| 12 | include JROOT/templates/jm-trendy/tpl/blocks/main.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 11 | JMFTemplate->renderBlock() | JROOT/templates/jm-trendy/tpl/default-ug.php:64 |
| 10 | include JROOT/templates/jm-trendy/tpl/default-ug.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 9 | JMFTemplate->renderBlock() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:714 |
| 8 | JMFTemplate->renderScheme() | JROOT/templates/jm-trendy/index.php:14 |
| 7 | require JROOT/templates/jm-trendy/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.30 ms После последнего запроса: 0.23 ms Память запроса: 0.034 MB. Память перед запросом: 24.894 MB Возвращено строк: 3
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `dr2cm_categories` AS `s`
INNER JOIN `dr2cm_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 149
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Используется сортировка файлов |
| 1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right | INDEX KEY не используется | NULL | NULL | 484 | 30.17 | Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.05 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.12 ms |
| preparing | 0.03 ms |
| executing | 0.82 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 33 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 32 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 31 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
| 30 | ContentRouter->getCategorySegment() | Такой же, как вызов в строке ниже |
| 29 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 28 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 27 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 26 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 25 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 24 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 23 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 22 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 21 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_raxo_allmode/helper.php:599 |
| 20 | ModRaxoAllmodeHelper::getList() | Такой же, как вызов в строке ниже |
| 19 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 18 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:596 |
| 17 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php:46 |
| 16 | include JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:780 |
| 13 | JMFTemplate->renderModules() | JROOT/templates/jm-trendy/tpl/blocks/main.php:49 |
| 12 | include JROOT/templates/jm-trendy/tpl/blocks/main.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 11 | JMFTemplate->renderBlock() | JROOT/templates/jm-trendy/tpl/default-ug.php:64 |
| 10 | include JROOT/templates/jm-trendy/tpl/default-ug.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 9 | JMFTemplate->renderBlock() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:714 |
| 8 | JMFTemplate->renderScheme() | JROOT/templates/jm-trendy/index.php:14 |
| 7 | require JROOT/templates/jm-trendy/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.33 ms После последнего запроса: 0.65 ms Память запроса: 0.034 MB. Память перед запросом: 24.925 MB Возвращено строк: 3
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `dr2cm_categories` AS `s`
INNER JOIN `dr2cm_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 339
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Используется сортировка файлов |
| 1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right | INDEX KEY не используется | NULL | NULL | 484 | 29.44 | Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.05 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.12 ms |
| preparing | 0.03 ms |
| executing | 0.85 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 33 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 32 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 31 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
| 30 | ContentRouter->getCategorySegment() | Такой же, как вызов в строке ниже |
| 29 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 28 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 27 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 26 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 25 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 24 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 23 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 22 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 21 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_raxo_allmode/helper.php:599 |
| 20 | ModRaxoAllmodeHelper::getList() | Такой же, как вызов в строке ниже |
| 19 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 18 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:596 |
| 17 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php:46 |
| 16 | include JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:780 |
| 13 | JMFTemplate->renderModules() | JROOT/templates/jm-trendy/tpl/blocks/main.php:49 |
| 12 | include JROOT/templates/jm-trendy/tpl/blocks/main.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 11 | JMFTemplate->renderBlock() | JROOT/templates/jm-trendy/tpl/default-ug.php:64 |
| 10 | include JROOT/templates/jm-trendy/tpl/default-ug.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 9 | JMFTemplate->renderBlock() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:714 |
| 8 | JMFTemplate->renderScheme() | JROOT/templates/jm-trendy/index.php:14 |
| 7 | require JROOT/templates/jm-trendy/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.30 ms После последнего запроса: 0.55 ms Память запроса: 0.034 MB. Память перед запросом: 24.960 MB Возвращено строк: 3
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `dr2cm_categories` AS `s`
INNER JOIN `dr2cm_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 358
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Используется сортировка файлов |
| 1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right | INDEX KEY не используется | NULL | NULL | 484 | 29.62 | Using where |
| Status | Duration |
|---|
| starting | 0.11 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.05 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.11 ms |
| preparing | 0.03 ms |
| executing | 0.81 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 33 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 32 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 31 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
| 30 | ContentRouter->getCategorySegment() | Такой же, как вызов в строке ниже |
| 29 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 28 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 27 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 26 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 25 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 24 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 23 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 22 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 21 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_raxo_allmode/helper.php:599 |
| 20 | ModRaxoAllmodeHelper::getList() | Такой же, как вызов в строке ниже |
| 19 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 18 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:596 |
| 17 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php:46 |
| 16 | include JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:780 |
| 13 | JMFTemplate->renderModules() | JROOT/templates/jm-trendy/tpl/blocks/main.php:49 |
| 12 | include JROOT/templates/jm-trendy/tpl/blocks/main.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 11 | JMFTemplate->renderBlock() | JROOT/templates/jm-trendy/tpl/default-ug.php:64 |
| 10 | include JROOT/templates/jm-trendy/tpl/default-ug.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 9 | JMFTemplate->renderBlock() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:714 |
| 8 | JMFTemplate->renderScheme() | JROOT/templates/jm-trendy/index.php:14 |
| 7 | require JROOT/templates/jm-trendy/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.33 ms После последнего запроса: 0.36 ms Память запроса: 0.034 MB. Память перед запросом: 24.985 MB Возвращено строк: 1
SELECT `oldurl`, `dateadd`
FROM dr2cm_sh404sef_urls
WHERE `newurl`='index.php?option=com_content&Itemid=981&catid=358&id=4669&lang=ru&view=article';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.08 ms |
| preparing | 0.01 ms |
| executing | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 39 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 38 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 37 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 36 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 35 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:778 |
| 34 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:815 |
| 33 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1537 |
| 32 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1193 |
| 31 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2390 |
| 30 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1047 |
| 29 | Sh404sefClassRouterInternal->buildRule() | Такой же, как вызов в строке ниже |
| 28 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 27 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 26 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 25 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 24 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 23 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 22 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 21 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_raxo_allmode/helper.php:599 |
| 20 | ModRaxoAllmodeHelper::getList() | Такой же, как вызов в строке ниже |
| 19 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 18 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:596 |
| 17 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php:46 |
| 16 | include JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:780 |
| 13 | JMFTemplate->renderModules() | JROOT/templates/jm-trendy/tpl/blocks/main.php:49 |
| 12 | include JROOT/templates/jm-trendy/tpl/blocks/main.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 11 | JMFTemplate->renderBlock() | JROOT/templates/jm-trendy/tpl/default-ug.php:64 |
| 10 | include JROOT/templates/jm-trendy/tpl/default-ug.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 9 | JMFTemplate->renderBlock() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:714 |
| 8 | JMFTemplate->renderScheme() | JROOT/templates/jm-trendy/index.php:14 |
| 7 | require JROOT/templates/jm-trendy/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.35 ms После последнего запроса: 1.32 ms Память запроса: 0.034 MB. Память перед запросом: 25.029 MB Возвращено строк: 1
SELECT `oldurl`, `dateadd`
FROM dr2cm_sh404sef_urls
WHERE `newurl`='index.php?option=com_content&Itemid=422&catid=149&id=4100&lang=ru&view=article';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.13 ms |
| preparing | 0.01 ms |
| executing | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 39 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 38 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 37 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 36 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 35 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:778 |
| 34 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:815 |
| 33 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1537 |
| 32 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1193 |
| 31 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2390 |
| 30 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1047 |
| 29 | Sh404sefClassRouterInternal->buildRule() | Такой же, как вызов в строке ниже |
| 28 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 27 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 26 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 25 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 24 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 23 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 22 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 21 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_raxo_allmode/helper.php:599 |
| 20 | ModRaxoAllmodeHelper::getList() | Такой же, как вызов в строке ниже |
| 19 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 18 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:596 |
| 17 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php:46 |
| 16 | include JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:780 |
| 13 | JMFTemplate->renderModules() | JROOT/templates/jm-trendy/tpl/blocks/main.php:49 |
| 12 | include JROOT/templates/jm-trendy/tpl/blocks/main.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 11 | JMFTemplate->renderBlock() | JROOT/templates/jm-trendy/tpl/default-ug.php:64 |
| 10 | include JROOT/templates/jm-trendy/tpl/default-ug.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 9 | JMFTemplate->renderBlock() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:714 |
| 8 | JMFTemplate->renderScheme() | JROOT/templates/jm-trendy/index.php:14 |
| 7 | require JROOT/templates/jm-trendy/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.75 ms После последнего запроса: 1.36 ms Память запроса: 0.027 MB. Память перед запросом: 25.024 MB Возвращено строк: 4
SELECT a.id, a.title, a.alias, a.catid AS category_id, a.access, a.featured, a.language, a.created AS date
FROM dr2cm_content AS a
LEFT JOIN dr2cm_categories AS c
ON c.id = a.catid
WHERE (a.catid = 353)
AND a.id != 8442
AND c.published = 1
AND a.state = 1
AND c.access IN (1,5)
AND a.access IN (1,5)
AND a.publish_up <= '2026-07-12 21:45:00'
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-07-12 21:45:00')
ORDER BY date DESC
LIMIT 4
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | NULL | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Используется сортировка файлов |
| 1 | SIMPLE | a | NULL | range | PRIMARY,idx_access,idx_state,idx_catid | idx_catid | 8 | NULL | 63 | 0.67 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.05 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.03 ms |
| statistics | 0.33 ms |
| preparing | 0.03 ms |
| executing | 1.07 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_raxo_allmode/helper.php:535 |
| 20 | ModRaxoAllmodeHelper::getList() | Такой же, как вызов в строке ниже |
| 19 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 18 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:596 |
| 17 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php:46 |
| 16 | include JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:780 |
| 13 | JMFTemplate->renderModules() | JROOT/templates/jm-trendy/tpl/blocks/main.php:56 |
| 12 | include JROOT/templates/jm-trendy/tpl/blocks/main.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 11 | JMFTemplate->renderBlock() | JROOT/templates/jm-trendy/tpl/default-ug.php:64 |
| 10 | include JROOT/templates/jm-trendy/tpl/default-ug.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 9 | JMFTemplate->renderBlock() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:714 |
| 8 | JMFTemplate->renderScheme() | JROOT/templates/jm-trendy/index.php:14 |
| 7 | require JROOT/templates/jm-trendy/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.45 ms После последнего запроса: 0.23 ms Память запроса: 0.034 MB. Память перед запросом: 25.048 MB Возвращено строк: 3
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `dr2cm_categories` AS `s`
INNER JOIN `dr2cm_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 353
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Используется сортировка файлов |
| 1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right | INDEX KEY не используется | NULL | NULL | 484 | 57.04 | Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.06 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.12 ms |
| preparing | 0.03 ms |
| executing | 0.95 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 33 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 32 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 31 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
| 30 | ContentRouter->getCategorySegment() | Такой же, как вызов в строке ниже |
| 29 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 28 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 27 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 26 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 25 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 24 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 23 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 22 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 21 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_raxo_allmode/helper.php:599 |
| 20 | ModRaxoAllmodeHelper::getList() | Такой же, как вызов в строке ниже |
| 19 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 18 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:596 |
| 17 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php:46 |
| 16 | include JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:780 |
| 13 | JMFTemplate->renderModules() | JROOT/templates/jm-trendy/tpl/blocks/main.php:56 |
| 12 | include JROOT/templates/jm-trendy/tpl/blocks/main.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 11 | JMFTemplate->renderBlock() | JROOT/templates/jm-trendy/tpl/default-ug.php:64 |
| 10 | include JROOT/templates/jm-trendy/tpl/default-ug.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 9 | JMFTemplate->renderBlock() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:714 |
| 8 | JMFTemplate->renderScheme() | JROOT/templates/jm-trendy/index.php:14 |
| 7 | require JROOT/templates/jm-trendy/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.31 ms После последнего запроса: 0.42 ms Память запроса: 0.034 MB. Память перед запросом: 25.074 MB Возвращено строк: 1
SELECT `oldurl`, `dateadd`
FROM dr2cm_sh404sef_urls
WHERE `newurl`='index.php?option=com_content&Itemid=1904&catid=353&id=9400&lang=ru&view=article';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 39 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 38 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 37 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 36 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 35 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:778 |
| 34 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:815 |
| 33 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1537 |
| 32 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1193 |
| 31 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2390 |
| 30 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1047 |
| 29 | Sh404sefClassRouterInternal->buildRule() | Такой же, как вызов в строке ниже |
| 28 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 27 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 26 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 25 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 24 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 23 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 22 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 21 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_raxo_allmode/helper.php:599 |
| 20 | ModRaxoAllmodeHelper::getList() | Такой же, как вызов в строке ниже |
| 19 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 18 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:596 |
| 17 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php:46 |
| 16 | include JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:780 |
| 13 | JMFTemplate->renderModules() | JROOT/templates/jm-trendy/tpl/blocks/main.php:56 |
| 12 | include JROOT/templates/jm-trendy/tpl/blocks/main.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 11 | JMFTemplate->renderBlock() | JROOT/templates/jm-trendy/tpl/default-ug.php:64 |
| 10 | include JROOT/templates/jm-trendy/tpl/default-ug.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 9 | JMFTemplate->renderBlock() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:714 |
| 8 | JMFTemplate->renderScheme() | JROOT/templates/jm-trendy/index.php:14 |
| 7 | require JROOT/templates/jm-trendy/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.28 ms После последнего запроса: 0.40 ms Память запроса: 0.034 MB. Память перед запросом: 25.097 MB Возвращено строк: 1
SELECT `oldurl`, `dateadd`
FROM dr2cm_sh404sef_urls
WHERE `newurl`='index.php?option=com_content&Itemid=1904&catid=353&id=9399&lang=ru&view=article';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 39 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 38 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 37 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 36 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 35 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:778 |
| 34 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:815 |
| 33 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1537 |
| 32 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1193 |
| 31 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2390 |
| 30 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1047 |
| 29 | Sh404sefClassRouterInternal->buildRule() | Такой же, как вызов в строке ниже |
| 28 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 27 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 26 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 25 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 24 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 23 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 22 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 21 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_raxo_allmode/helper.php:599 |
| 20 | ModRaxoAllmodeHelper::getList() | Такой же, как вызов в строке ниже |
| 19 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 18 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:596 |
| 17 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php:46 |
| 16 | include JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:780 |
| 13 | JMFTemplate->renderModules() | JROOT/templates/jm-trendy/tpl/blocks/main.php:56 |
| 12 | include JROOT/templates/jm-trendy/tpl/blocks/main.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 11 | JMFTemplate->renderBlock() | JROOT/templates/jm-trendy/tpl/default-ug.php:64 |
| 10 | include JROOT/templates/jm-trendy/tpl/default-ug.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 9 | JMFTemplate->renderBlock() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:714 |
| 8 | JMFTemplate->renderScheme() | JROOT/templates/jm-trendy/index.php:14 |
| 7 | require JROOT/templates/jm-trendy/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.26 ms После последнего запроса: 0.33 ms Память запроса: 0.034 MB. Память перед запросом: 25.120 MB Возвращено строк: 1
SELECT `oldurl`, `dateadd`
FROM dr2cm_sh404sef_urls
WHERE `newurl`='index.php?option=com_content&Itemid=1904&catid=353&id=9077&lang=ru&view=article';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 39 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 38 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 37 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 36 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 35 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:778 |
| 34 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:815 |
| 33 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1537 |
| 32 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1193 |
| 31 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2390 |
| 30 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1047 |
| 29 | Sh404sefClassRouterInternal->buildRule() | Такой же, как вызов в строке ниже |
| 28 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 27 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 26 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 25 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 24 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 23 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 22 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 21 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_raxo_allmode/helper.php:599 |
| 20 | ModRaxoAllmodeHelper::getList() | Такой же, как вызов в строке ниже |
| 19 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 18 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:596 |
| 17 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php:46 |
| 16 | include JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:780 |
| 13 | JMFTemplate->renderModules() | JROOT/templates/jm-trendy/tpl/blocks/main.php:56 |
| 12 | include JROOT/templates/jm-trendy/tpl/blocks/main.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 11 | JMFTemplate->renderBlock() | JROOT/templates/jm-trendy/tpl/default-ug.php:64 |
| 10 | include JROOT/templates/jm-trendy/tpl/default-ug.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 9 | JMFTemplate->renderBlock() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:714 |
| 8 | JMFTemplate->renderScheme() | JROOT/templates/jm-trendy/index.php:14 |
| 7 | require JROOT/templates/jm-trendy/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.29 ms После последнего запроса: 0.31 ms Память запроса: 0.034 MB. Память перед запросом: 25.142 MB Возвращено строк: 1
SELECT `oldurl`, `dateadd`
FROM dr2cm_sh404sef_urls
WHERE `newurl`='index.php?option=com_content&Itemid=1904&catid=353&id=8987&lang=ru&view=article';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.01 ms |
| executing | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 39 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 38 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 37 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 36 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 35 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:778 |
| 34 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:815 |
| 33 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1537 |
| 32 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1193 |
| 31 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2390 |
| 30 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1047 |
| 29 | Sh404sefClassRouterInternal->buildRule() | Такой же, как вызов в строке ниже |
| 28 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 27 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 26 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 25 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 24 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 23 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 22 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 21 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_raxo_allmode/helper.php:599 |
| 20 | ModRaxoAllmodeHelper::getList() | Такой же, как вызов в строке ниже |
| 19 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 18 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:596 |
| 17 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php:46 |
| 16 | include JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:780 |
| 13 | JMFTemplate->renderModules() | JROOT/templates/jm-trendy/tpl/blocks/main.php:56 |
| 12 | include JROOT/templates/jm-trendy/tpl/blocks/main.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 11 | JMFTemplate->renderBlock() | JROOT/templates/jm-trendy/tpl/default-ug.php:64 |
| 10 | include JROOT/templates/jm-trendy/tpl/default-ug.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 9 | JMFTemplate->renderBlock() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:714 |
| 8 | JMFTemplate->renderScheme() | JROOT/templates/jm-trendy/index.php:14 |
| 7 | require JROOT/templates/jm-trendy/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.53 ms После последнего запроса: 1.17 ms Память запроса: 0.027 MB. Память перед запросом: 25.149 MB Возвращено строк: 0
SELECT a.id, a.title, a.alias, a.catid AS category_id, a.access, a.featured, a.language, a.created AS date
FROM dr2cm_content AS a
LEFT JOIN dr2cm_categories AS c
ON c.id = a.catid
WHERE (a.catid = 470)
AND a.id != 8442
AND c.published = 1
AND a.state = 1
AND c.access IN (1,5)
AND a.access IN (1,5)
AND a.publish_up <= '2026-07-12 21:45:00'
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-07-12 21:45:00')
ORDER BY date DESC
LIMIT 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | NULL | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Используется сортировка файлов |
| 1 | SIMPLE | a | NULL | range | PRIMARY,idx_access,idx_state,idx_catid | idx_catid | 8 | NULL | 2 | 2.50 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.11 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.05 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.03 ms |
| statistics | 0.17 ms |
| preparing | 0.03 ms |
| executing | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_raxo_allmode/helper.php:535 |
| 20 | ModRaxoAllmodeHelper::getList() | Такой же, как вызов в строке ниже |
| 19 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 18 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:596 |
| 17 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php:46 |
| 16 | include JROOT/modules/mod_raxo_allmode/mod_raxo_allmode.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:780 |
| 13 | JMFTemplate->renderModules() | JROOT/templates/jm-trendy/tpl/blocks/main.php:56 |
| 12 | include JROOT/templates/jm-trendy/tpl/blocks/main.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 11 | JMFTemplate->renderBlock() | JROOT/templates/jm-trendy/tpl/default-ug.php:64 |
| 10 | include JROOT/templates/jm-trendy/tpl/default-ug.php | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:699 |
| 9 | JMFTemplate->renderBlock() | JROOT/plugins/system/ef4_jmframework/includes/libraries/template.php:714 |
| 8 | JMFTemplate->renderScheme() | JROOT/templates/jm-trendy/index.php:14 |
| 7 | require JROOT/templates/jm-trendy/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.52 ms После последнего запроса: 37.74 ms Память запроса: 0.035 MB. Память перед запросом: 28.722 MB Возвращено строк: 0
SELECT `oldurl`, `dateadd`
FROM dr2cm_sh404sef_urls
WHERE `newurl`='index.php?option=com_content&Itemid=1840&filter_tag[0]=63&id=166&lang=ru&layout=blog&view=category';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.12 ms |
| preparing | 0.02 ms |
| executing | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 33 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 32 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 31 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 30 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:778 |
| 29 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:815 |
| 28 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1537 |
| 27 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1193 |
| 26 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2390 |
| 25 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1047 |
| 24 | Sh404sefClassRouterInternal->buildRule() | Такой же, как вызов в строке ниже |
| 23 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 22 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 21 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 20 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 19 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 18 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 17 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 16 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_menu/helper.php:139 |
| 15 | ModMenuHelper::getList() | JROOT/modules/mod_djmegamenu/helper.php:103 |
| 14 | modDJMMHelper::getList() | JROOT/modules/mod_djmegamenu/mod_djmegamenu.php:48 |
| 13 | include JROOT/modules/mod_djmegamenu/mod_djmegamenu.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 12 | Joomla\CMS\Helper\ModuleHelper::renderModule() | Такой же, как вызов в строке ниже |
| 11 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 10 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:628 |
| 9 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.59 ms После последнего запроса: 1.35 ms Память запроса: 0.033 MB. Память перед запросом: 28.756 MB Возвращено строк: 0
SELECT *
FROM dr2cm_categories
WHERE parent_id > 0
and extension = 'com_content'
and path = 'uncategorised'
and level = 1;
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_categories | NULL | ref | cat_idx,idx_path | idx_path | 402 | const | 1 | 5.00 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.06 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.14 ms |
| preparing | 0.04 ms |
| executing | 0.06 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 37 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 36 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 35 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 34 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 33 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/helpers/categories.php:40 |
| 32 | Sh404sefHelperCategories::getUncategorizedCat() | JROOT/administrator/components/com_sh404sef/models/slugs.php:280 |
| 31 | Sh404sefModelSlugs->getCategorySlugArray() | JROOT/components/com_sh404sef/sef_ext.php:646 |
| 30 | sef_404::getContentSlugsArray() | JROOT/components/com_sh404sef/sef_ext/com_content.php:229 |
| 29 | include JROOT/components/com_sh404sef/sef_ext/com_content.php | JROOT/components/com_sh404sef/sef_ext.php:388 |
| 28 | sef_404->create() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1756 |
| 27 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1193 |
| 26 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2390 |
| 25 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1047 |
| 24 | Sh404sefClassRouterInternal->buildRule() | Такой же, как вызов в строке ниже |
| 23 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 22 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 21 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 20 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 19 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 18 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 17 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 16 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_menu/helper.php:139 |
| 15 | ModMenuHelper::getList() | JROOT/modules/mod_djmegamenu/helper.php:103 |
| 14 | modDJMMHelper::getList() | JROOT/modules/mod_djmegamenu/mod_djmegamenu.php:48 |
| 13 | include JROOT/modules/mod_djmegamenu/mod_djmegamenu.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 12 | Joomla\CMS\Helper\ModuleHelper::renderModule() | Такой же, как вызов в строке ниже |
| 11 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 10 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:628 |
| 9 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.71 ms После последнего запроса: 0.22 ms Память запроса: 0.034 MB. Память перед запросом: 28.778 MB Возвращено строк: 3
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `dr2cm_categories` AS `s`
INNER JOIN `dr2cm_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND s.id = 166
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | c | NULL | range | cat_idx,idx_left_right | idx_left_right | 4 | NULL | 83 | 90.08 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.06 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.13 ms |
| preparing | 0.03 ms |
| executing | 0.13 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 37 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 36 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 35 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 34 | Joomla\CMS\Categories\Categories->get() | JROOT/administrator/components/com_sh404sef/models/slugs.php:161 |
| 33 | Sh404sefModelSlugs->getCategory() | JROOT/administrator/components/com_sh404sef/models/slugs.php:199 |
| 32 | Sh404sefModelSlugs->getCategoryPathArray() | JROOT/administrator/components/com_sh404sef/models/slugs.php:290 |
| 31 | Sh404sefModelSlugs->getCategorySlugArray() | JROOT/components/com_sh404sef/sef_ext.php:646 |
| 30 | sef_404::getContentSlugsArray() | JROOT/components/com_sh404sef/sef_ext/com_content.php:229 |
| 29 | include JROOT/components/com_sh404sef/sef_ext/com_content.php | JROOT/components/com_sh404sef/sef_ext.php:388 |
| 28 | sef_404->create() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1756 |
| 27 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1193 |
| 26 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2390 |
| 25 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1047 |
| 24 | Sh404sefClassRouterInternal->buildRule() | Такой же, как вызов в строке ниже |
| 23 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 22 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 21 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 20 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 19 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 18 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 17 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 16 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_menu/helper.php:139 |
| 15 | ModMenuHelper::getList() | JROOT/modules/mod_djmegamenu/helper.php:103 |
| 14 | modDJMMHelper::getList() | JROOT/modules/mod_djmegamenu/mod_djmegamenu.php:48 |
| 13 | include JROOT/modules/mod_djmegamenu/mod_djmegamenu.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 12 | Joomla\CMS\Helper\ModuleHelper::renderModule() | Такой же, как вызов в строке ниже |
| 11 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 10 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:628 |
| 9 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.45 ms После последнего запроса: 0.72 ms Память запроса: 0.032 MB. Память перед запросом: 28.812 MB Возвращено строк: 1
SELECT `oldurl`
FROM dr2cm_sh404sef_urls
WHERE `newurl`='index.php?option=com_content&Itemid=1840&id=166&lang=ru&layout=blog&view=category';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.09 ms |
| preparing | 0.02 ms |
| executing | 0.10 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 35 | JDatabaseDriver->loadResult() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:687 |
| 34 | ShlDbClass->loadResult() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:377 |
| 33 | ShlDbClass->shlLoadResult() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:483 |
| 32 | ShlDbHelper::selectResult() | JROOT/components/com_sh404sef/sef_ext.php:813 |
| 31 | sef_404::sefGetLocation() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:508 |
| 30 | shFinalizePlugin() | JROOT/components/com_sh404sef/sef_ext/com_content.php:323 |
| 29 | include JROOT/components/com_sh404sef/sef_ext/com_content.php | JROOT/components/com_sh404sef/sef_ext.php:388 |
| 28 | sef_404->create() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1756 |
| 27 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1193 |
| 26 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2390 |
| 25 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1047 |
| 24 | Sh404sefClassRouterInternal->buildRule() | Такой же, как вызов в строке ниже |
| 23 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 22 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 21 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 20 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 19 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 18 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 17 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 16 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_menu/helper.php:139 |
| 15 | ModMenuHelper::getList() | JROOT/modules/mod_djmegamenu/helper.php:103 |
| 14 | modDJMMHelper::getList() | JROOT/modules/mod_djmegamenu/mod_djmegamenu.php:48 |
| 13 | include JROOT/modules/mod_djmegamenu/mod_djmegamenu.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 12 | Joomla\CMS\Helper\ModuleHelper::renderModule() | Такой же, как вызов в строке ниже |
| 11 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 10 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:628 |
| 9 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.49 ms После последнего запроса: 72.48 ms Память запроса: 0.023 MB. Память перед запросом: 29.703 MB Возвращено строк: 1
SELECT manifest_cache
FROM dr2cm_extensions
WHERE element='mod_djmegamenu'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_extensions | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| executing | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/modules/mod_djmegamenu/helper.php:341 |
| 14 | modDJMMHelper::getVersion() | JROOT/modules/mod_djmegamenu/mod_djmegamenu.php:84 |
| 13 | include JROOT/modules/mod_djmegamenu/mod_djmegamenu.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 12 | Joomla\CMS\Helper\ModuleHelper::renderModule() | Такой же, как вызов в строке ниже |
| 11 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 10 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:628 |
| 9 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.56 ms После последнего запроса: 18.04 ms Память запроса: 0.022 MB. Память перед запросом: 29.738 MB Возвращено строк: 0
SELECT *
FROM dr2cm_jmap_metainfo
WHERE `linkurl` = 'https://www.vsesadiki.ru/detskie-sady-mkr-keramik.html'
AND `published` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_jmap_metainfo | NULL | ref | published | published | 1 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.09 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.09 ms |
| preparing | 0.02 ms |
| executing | 0.04 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:496 |
| 12 | plgSystemJMap->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.31 ms После последнего запроса: 0.10 ms Память запроса: 0.022 MB. Память перед запросом: 29.744 MB Возвращено строк: 0
SELECT *
FROM dr2cm_jmap_canonicals
WHERE `linkurl` = 'https://www.vsesadiki.ru/detskie-sady-mkr-keramik.html'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_jmap_canonicals | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:575 |
| 12 | plgSystemJMap->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.43 ms После последнего запроса: 7.13 ms Память запроса: 0.020 MB. Память перед запросом: 30.002 MB Возвращено строк: 0
SELECT *
FROM dr2cm_jmap_headings
WHERE `linkurl` = 'https://www.vsesadiki.ru/detskie-sady-mkr-keramik.html'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_jmap_headings | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.08 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.02 ms |
| executing | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 8 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:891 |
| 7 | plgSystemJMap->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.69 ms После последнего запроса: 38.52 ms Память запроса: 0.024 MB. Память перед запросом: 30.019 MB Возвращено строк: 1
SELECT `alias`
FROM `dr2cm_content`
WHERE id = '7800'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.15 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 17 | ContentRouter->getArticleSegment() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 2.22 ms После последнего запроса: 0.26 ms Память запроса: 0.027 MB. Память перед запросом: 30.031 MB Возвращено строк: 4
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `dr2cm_categories` AS `s`
INNER JOIN `dr2cm_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 369
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Используется сортировка файлов |
| 1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right | INDEX KEY не используется | NULL | NULL | 484 | 59.06 | Using where |
| Status | Duration |
|---|
| starting | 0.17 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.06 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.21 ms |
| preparing | 0.06 ms |
| executing | 1.33 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.10 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 19 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 18 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
| 17 | ContentRouter->getCategorySegment() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.53 ms После последнего запроса: 0.73 ms Память запроса: 0.027 MB. Память перед запросом: 30.054 MB Возвращено строк: 1
SELECT `oldurl`, `dateadd`
FROM dr2cm_sh404sef_urls
WHERE `newurl`='index.php?option=com_content&Itemid=994&catid=369&id=7800&lang=ru&view=article';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.14 ms |
| preparing | 0.02 ms |
| executing | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 25 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 24 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 23 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 22 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:778 |
| 21 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:815 |
| 20 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1537 |
| 19 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1193 |
| 18 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2390 |
| 17 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1047 |
| 16 | Sh404sefClassRouterInternal->buildRule() | Такой же, как вызов в строке ниже |
| 15 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 14 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 13 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 12 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.31 ms После последнего запроса: 0.85 ms Память запроса: 0.024 MB. Память перед запросом: 30.187 MB Возвращено строк: 1
SELECT `alias`
FROM `dr2cm_content`
WHERE id = '7804'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 17 | ContentRouter->getArticleSegment() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.38 ms После последнего запроса: 0.38 ms Память запроса: 0.027 MB. Память перед запросом: 30.198 MB Возвращено строк: 1
SELECT `oldurl`, `dateadd`
FROM dr2cm_sh404sef_urls
WHERE `newurl`='index.php?option=com_content&Itemid=994&catid=369&id=7804&lang=ru&view=article';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.10 ms |
| preparing | 0.02 ms |
| executing | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 25 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 24 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 23 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 22 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:778 |
| 21 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:815 |
| 20 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1537 |
| 19 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1193 |
| 18 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2390 |
| 17 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1047 |
| 16 | Sh404sefClassRouterInternal->buildRule() | Такой же, как вызов в строке ниже |
| 15 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 14 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 13 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 12 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.25 ms После последнего запроса: 0.37 ms Память запроса: 0.024 MB. Память перед запросом: 30.208 MB Возвращено строк: 1
SELECT `alias`
FROM `dr2cm_content`
WHERE id = '7831'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 17 | ContentRouter->getArticleSegment() | Такой же, как вызов в строке ниже |
| 16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.34 ms После последнего запроса: 0.32 ms Память запроса: 0.027 MB. Память перед запросом: 30.219 MB Возвращено строк: 1
SELECT `oldurl`, `dateadd`
FROM dr2cm_sh404sef_urls
WHERE `newurl`='index.php?option=com_content&Itemid=994&catid=369&id=7831&lang=ru&view=article';
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | dr2cm_sh404sef_urls | NULL | ref | newurl | newurl | 573 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| executing | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 25 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 24 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 23 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 22 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:778 |
| 21 | getSefUrlFromDatabase() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:815 |
| 20 | shGetSefURLFromCacheOrDB() | JROOT/administrator/components/com_sh404sef/sh404sef.class.php:1537 |
| 19 | shSefRelToAbs() | JROOT/administrator/components/com_sh404sef/classes/router.php:1193 |
| 18 | Sh404sefClassRouterInternal->_buildSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2390 |
| 17 | Sh404sefClassRouter->_buildSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1047 |
| 16 | Sh404sefClassRouterInternal->buildRule() | Такой же, как вызов в строке ниже |
| 15 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 14 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 13 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:614 |
| 12 | Joomla\CMS\Router\Router->_processBuildRules() | JROOT/libraries/src/Router/Router.php:270 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 7 | PlgSystemSef->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 |