Время запроса: 0.43 ms Память запроса: 0.007 MB Память до запроса: 1.295 MB Выбрано строк: 1
SELECT `data`
FROM `g3ebl_session`
WHERE `session_id` = X'6234633362396236356431356138616436646437373936613038613138313330'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_session | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | |
Не поддерживается 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:660 |
| 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:620 |
| 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:498 |
| 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:455 |
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:758 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
| 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:344 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Время запроса: 0.36 ms После последнего запроса: 2.51 ms Память запроса: 0.005 MB Память до запроса: 1.469 MB Выбрано строк: 6
SELECT id, rules
FROM `g3ebl_viewlevels`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_viewlevels | ALL | NULL | Индекс не используется | NULL | NULL | 6 | 100.00 | |
Не поддерживается 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:321 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.39 ms После последнего запроса: 0.10 ms Память запроса: 0.005 MB Память до запроса: 1.482 MB Выбрано строк: 2
SELECT b.id
FROM g3ebl_usergroups AS a
LEFT JOIN g3ebl_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | |
| 1 | SIMPLE | b | 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:321 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.51 ms После последнего запроса: 43.98 ms Память запроса: 0.006 MB Память до запроса: 2.702 MB Выбрано строк: 28
SELECT *
FROM g3ebl_rsform_config
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_rsform_config | ALL | NULL | Индекс не используется | NULL | NULL | 28 | 100.00 | |
Не поддерживается SHOW PROFILE (возможно потому, что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsform/helpers/config.php:50 |
| 11 | RSFormProConfig->load() | JROOT/administrator/components/com_rsform/helpers/config.php:17 |
| 10 | RSFormProConfig->__construct() | JROOT/administrator/components/com_rsform/helpers/config.php:97 |
| 9 | RSFormProConfig::getInstance() | JROOT/plugins/system/rsformdeletesubmissions/rsformdeletesubmissions.php:28 |
| 8 | plgSystemRsformdeletesubmissions->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:626 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 2.90 ms После последнего запроса: 11.64 ms Память запроса: 0.006 MB Память до запроса: 5.200 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 `g3ebl_categories` AS `s`
INNER JOIN `g3ebl_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 = 532
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | |
| 1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right | Индекс не используется | NULL | NULL | 1982 | 15.03 | Using where; Используется filesort |
Не поддерживается SHOW PROFILE (возможно потому, что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 12 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 11 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/helpers/legacyrouter.php:350 |
| 10 | ContentRouterRulesLegacy->parse() | JROOT/libraries/src/Component/Router/RouterView.php:266 |
| 9 | Joomla\CMS\Component\Router\RouterView->parse() | JROOT/libraries/src/Router/SiteRouter.php:437 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:138 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1074 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.46 ms После последнего запроса: 0.30 ms Память запроса: 0.006 MB Память до запроса: 5.290 MB Выбрано строк: 1
SELECT `alias`,`catid`
FROM `g3ebl_content`
WHERE `id` = 532
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | |
Не поддерживается SHOW PROFILE (возможно потому, что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 11 | JDatabaseDriver->loadObject() | JROOT/components/com_content/helpers/legacyrouter.php:366 |
| 10 | ContentRouterRulesLegacy->parse() | JROOT/libraries/src/Component/Router/RouterView.php:266 |
| 9 | Joomla\CMS\Component\Router\RouterView->parse() | JROOT/libraries/src/Router/SiteRouter.php:437 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:138 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1074 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.63 ms После последнего запроса: 1.20 ms Память запроса: 0.006 MB Память до запроса: 5.311 MB
UPDATE `g3ebl_extensions`
SET `params` = '{\"mediaversion\":\"4d1072a253025886e0a1f53d63c4bf04\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_extensions | range | element_clientid,element_folder_clientid,extension | extension | 484 | NULL | 1 | 100.00 | Using where |
Не поддерживается SHOW PROFILE (возможно потому, что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 14 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 13 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 12 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 11 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 10 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/opc/opc.php:504 |
| 9 | plgSystemOpc::_check() | JROOT/plugins/system/opc/opc.php:321 |
| 8 | plgSystemOpc->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:1122 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.03 ms После последнего запроса: 0.73 ms Память запроса: 0.006 MB Память до запроса: 5.355 MB Выбрано строк: 1
SHOW TABLES LIKE "g3ebl_virtuemart_configs"
EXPLAIN не доступен для запроса: SHOW TABLES LIKE "g3ebl_virtuemart_configs"
Не поддерживается SHOW PROFILE (возможно потому, что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_virtuemart/helpers/vmtable.php:723 |
| 12 | VmTable::checkTableExists() | JROOT/administrator/components/com_virtuemart/models/config.php:574 |
| 11 | VirtueMartModelConfig::checkConfigTableExists() | JROOT/administrator/components/com_virtuemart/helpers/config.php:406 |
| 10 | VmConfig::loadConfig() | JROOT/components/com_onepage/helpers/plugin.php:472 |
| 9 | OPCplugin::loadVM() | JROOT/plugins/system/opc/opc.php:328 |
| 8 | plgSystemOpc->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:1122 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.42 ms После последнего запроса: 0.13 ms Память запроса: 0.006 MB Память до запроса: 5.364 MB Выбрано строк: 1
SELECT `config`
FROM `g3ebl_virtuemart_configs`
WHERE `virtuemart_config_id` = "1";
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_virtuemart_configs | system | PRIMARY | Индекс не используется | NULL | NULL | 1 | 100.00 | |
Не поддерживается SHOW PROFILE (возможно потому, что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_virtuemart/helpers/config.php:446 |
| 10 | VmConfig::loadConfig() | JROOT/components/com_onepage/helpers/plugin.php:472 |
| 9 | OPCplugin::loadVM() | JROOT/plugins/system/opc/opc.php:328 |
| 8 | plgSystemOpc->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:1122 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.18 ms После последнего запроса: 0.98 ms Память запроса: 0.009 MB Память до запроса: 5.500 MB Выбрано строк: 48
SELECT `id`,`name`,`rules`,`parent_id`
FROM `g3ebl_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_ajax','com_akeeba','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_fields','com_finder','com_installer','com_jce','com_jch_optimize','com_jcomments','com_jlweather','com_joomlaupdate','com_kunena','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_onepage','com_osmap','com_plugins','com_postinstall','com_privacy','com_redirect','com_rsform','com_search','com_slogin','com_sppolls','com_tags','com_tcpdf','com_templates','com_users','com_virtuemart','com_virtuemart_allinone','com_wrapper')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_assets | range | idx_asset_name | idx_asset_name | 202 | NULL | 49 | 100.00 | Using index condition |
Не поддерживается SHOW PROFILE (возможно потому, что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
| 17 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
| 16 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
| 15 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 14 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 13 | Joomla\CMS\User\User->authorise() | JROOT/administrator/components/com_virtuemart/helpers/vmaccess.php:145 |
| 12 | vmAccess::manager() | JROOT/administrator/components/com_virtuemart/helpers/config.php:85 |
| 11 | VmConfig::echoAdmin() | JROOT/administrator/components/com_virtuemart/helpers/config.php:468 |
| 10 | VmConfig::loadConfig() | JROOT/components/com_onepage/helpers/plugin.php:472 |
| 9 | OPCplugin::loadVM() | JROOT/plugins/system/opc/opc.php:328 |
| 8 | plgSystemOpc->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:1122 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.01 ms После последнего запроса: 1.64 ms Память запроса: 0.006 MB Память до запроса: 5.704 MB Выбрано строк: 1
SHOW TABLES LIKE 'g3ebl_onepage_config'
EXPLAIN не доступен для запроса: SHOW TABLES LIKE 'g3ebl_onepage_config'
Не поддерживается SHOW PROFILE (возможно потому, что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_onepage/helpers/mini.php:1439 |
| 11 | OPCmini::tableExists() | JROOT/components/com_onepage/helpers/config.php:117 |
| 10 | OPCconfig::tableExists() | JROOT/components/com_onepage/helpers/config.php:298 |
| 9 | OPCconfig::getValue() | JROOT/plugins/system/opc/opc.php:336 |
| 8 | plgSystemOpc->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:1122 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.48 ms После последнего запроса: 0.06 ms Память запроса: 0.006 MB Память до запроса: 5.710 MB Выбрано строк: 1
select *
from g3ebl_onepage_config
where config_name = 'opc_load_jquery'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_onepage_config | ref | config_name,config_name_2 | config_name | 302 | const | 1 | 100.00 | Using index condition |
Не поддерживается SHOW PROFILE (возможно потому, что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 11 | JDatabaseDriver->loadAssocList() | JROOT/components/com_onepage/helpers/config.php:287 |
| 10 | OPCconfig::getValues() | JROOT/components/com_onepage/helpers/config.php:312 |
| 9 | OPCconfig::getValue() | JROOT/plugins/system/opc/opc.php:336 |
| 8 | plgSystemOpc->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:1122 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 7.31 ms После последнего запроса: 8.24 ms Память запроса: 0.009 MB Память до запроса: 6.042 MB Выбрано строк: 4536
SELECT `id`,`name`,`rules`,`parent_id`
FROM `g3ebl_assets`
WHERE `name` LIKE 'com_content.%' OR `name` = 'com_content' OR `parent_id` = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_assets | ALL | idx_asset_name,idx_parent_id | Индекс не используется | NULL | NULL | 4660 | 100.00 | 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:440 |
| 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:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.10 ms После последнего запроса: 44.55 ms Память запроса: 0.007 MB Память до запроса: 10.278 MB Выбрано строк: 31
SHOW FULL COLUMNS
FROM `g3ebl_content`
EXPLAIN не доступен для запроса: SHOW FULL COLUMNS FROM `g3ebl_content`
Не поддерживается SHOW PROFILE (возможно потому, что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
| 14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
| 13 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
| 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:312 |
| 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:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.47 ms После последнего запроса: 1.64 ms Память запроса: 0.006 MB Память до запроса: 10.349 MB Выбрано строк: 1
SELECT *
FROM g3ebl_content
WHERE `id` = '532'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | |
Не поддерживается SHOW PROFILE (возможно потому, что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 11 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
| 10 | Joomla\CMS\Table\Table->load() | 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:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.50 ms После последнего запроса: 0.11 ms Память запроса: 0.005 MB Память до запроса: 10.357 MB
UPDATE g3ebl_content
SET `hits` = (`hits` + 1)
WHERE `id` = '532'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_content | range | PRIMARY | PRIMARY | 4 | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init for update | 0.05 ms |
| Updating | 0.11 ms |
| End of update loop | 0.01 ms |
| Waiting for query cache lock | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.04 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Table/Table.php:1245 |
| 10 | Joomla\CMS\Table\Table->hit() | JROOT/components/com_content/models/article.php:255 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.85 ms После последнего запроса: 1.37 ms Память запроса: 0.008 MB Память до запроса: 10.404 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 g3ebl_content AS a
INNER JOIN g3ebl_categories AS c
on c.id = a.catid
LEFT JOIN g3ebl_users AS u
on u.id = a.created_by
LEFT JOIN g3ebl_categories as parent
ON parent.id = c.parent_id
LEFT JOIN g3ebl_content_rating AS v
ON a.id = v.content_id
WHERE a.id = 532
AND c.published > 0
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-04-26 01:37:36')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-04-26 01:37:36')
AND (a.state = 1 OR a.state =2)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY,idx_state,idx_catid | PRIMARY | 4 | const | 1 | 100.00 | |
| 1 | SIMPLE | c | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | |
| 1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | |
| 1 | SIMPLE | parent | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | |
| 1 | SIMPLE | v | const | PRIMARY | PRIMARY | 4 | const | 0 | 0.00 | Unique row not found |
| Status | Duration |
|---|
| Starting | 0.22 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.07 ms |
| Optimizing | 0.05 ms |
| Statistics | 0.13 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.07 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.83 ms После последнего запроса: 1.16 ms Память запроса: 0.011 MB Память до запроса: 10.504 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 `g3ebl_categories` AS `s`
INNER JOIN `g3ebl_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 = 153
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | |
| 1 | SIMPLE | c | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 150 | 71.95 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.16 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.06 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.15 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.13 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.07 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 23 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 22 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
| 21 | ContentRouter->getCategorySegment() | Так же, как вызов в строке ниже. |
| 20 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 19 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 18 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 17 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:672 |
| 16 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.86 ms После последнего запроса: 0.36 ms Память запроса: 0.007 MB Память до запроса: 10.526 MB Выбрано строк: 0
SELECT `m`.`tag_id`,`t`.*
FROM `g3ebl_contentitem_tag_map` AS m
INNER JOIN `g3ebl_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 532
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | t | ALL | PRIMARY,tag_idx,idx_access | Индекс не используется | NULL | NULL | 32 | 87.50 | Using where |
| 1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | hlobynei_portal.t.id | 2 | 100.00 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.14 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.08 ms |
| Preparing | 0.04 ms |
| Executing | 0.01 ms |
| Sending data | 0.24 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.07 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 4.05 ms После последнего запроса: 6.44 ms Память запроса: 0.009 MB Память до запроса: 10.978 MB Выбрано строк: 6
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 g3ebl_fields AS a
LEFT JOIN `g3ebl_languages` AS l
ON l.lang_code = a.language
LEFT JOIN g3ebl_users AS uc
ON uc.id=a.checked_out
LEFT JOIN g3ebl_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN g3ebl_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN g3ebl_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `g3ebl_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 (153,0,9))
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 | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | ALL | idx_state,idx_access,idx_context | Индекс не используется | NULL | NULL | 111 | 98.21 | Using where; Using temporary; Используется filesort |
| 1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | hlobynei_portal.a.language | 1 | 100.00 | Using where |
| 1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.a.checked_out | 1 | 100.00 | |
| 1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.a.created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.a.group_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.a.id | 1 | 100.00 | Using where; Using index; Distinct |
| Status | Duration |
|---|
| Starting | 0.24 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.07 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.08 ms |
| Optimizing | 0.05 ms |
| Statistics | 0.17 ms |
| Preparing | 0.06 ms |
| Creating tmp table | 0.08 ms |
| Sorting result | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 2.72 ms |
| Creating sort index | 0.13 ms |
| Removing tmp table | 0.09 ms |
| Creating sort index | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.08 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
| 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:187 |
| 16 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:135 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.58 ms После последнего запроса: 1.07 ms Память запроса: 0.009 MB Память до запроса: 11.038 MB Выбрано строк: 1
SELECT `field_id`,`value`
FROM `g3ebl_fields_values`
WHERE `field_id` IN (74,75,76,77,70,71)
AND `item_id` = '532'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_fields_values | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 1 | 22.12 | Using where |
| Status | Duration |
|---|
| Starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.11 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.05 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.07 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_fields/models/field.php:674 |
| 16 | FieldsModelField->getFieldValues() | JROOT/administrator/components/com_fields/helpers/fields.php:157 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.62 ms После последнего запроса: 17.56 ms Память запроса: 0.011 MB Память до запроса: 11.423 MB Выбрано строк: 1
SELECT *
FROM `g3ebl_jcomments_objects`
WHERE `object_id` = '532'
AND `object_group` = 'com_content'
AND `lang` = 'ru-RU'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_jcomments_objects | ref | idx_object | idx_object | 833 | const,const,const | 1 | 100.00 | Using index condition |
| Status | Duration |
|---|
| Starting | 0.13 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.09 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.05 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.07 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 24 | JDatabaseDriver->loadObject() | JROOT/components/com_jcomments/models/object.php:28 |
| 23 | JCommentsModelObject::getObjectInfo() | JROOT/components/com_jcomments/helpers/object.php:117 |
| 22 | JCommentsObjectHelper::fetchObjectInfo() | Так же, как вызов в строке ниже. |
| 21 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 20 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/components/com_jcomments/helpers/object.php:159 |
| 19 | JCommentsObjectHelper::getObjectInfo() | JROOT/components/com_jcomments/helpers/object.php:46 |
| 18 | JCommentsObjectHelper::getLink() | JROOT/components/com_jcomments/classes/factory.php:255 |
| 17 | JCommentsFactory::getTemplate() | JROOT/components/com_jcomments/jcomments.php:194 |
| 16 | JComments::show() | JROOT/plugins/content/jcomments/jcomments.php:280 |
| 15 | plgContentJComments->onAfterDisplayContent() | JROOT/plugins/content/jcomments/jcomments.php:337 |
| 14 | plgContentJComments->onContentAfterDisplay() | 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:202 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.51 ms После последнего запроса: 0.61 ms Память запроса: 0.009 MB Память до запроса: 11.404 MB Выбрано строк: 1
Повторяющиеся запросы:
#28SELECT count(*)
FROM g3ebl_jcomments AS c
WHERE c.object_id = 532
AND c.object_group = 'com_content'
AND c.published = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | ref | idx_object | idx_object | 772 | const,const,const | 1 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| Starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.07 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.07 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 19 | JDatabaseDriver->loadResult() | JROOT/components/com_jcomments/models/jcomments.php:35 |
| 18 | JCommentsModel::getCommentsCount() | JROOT/components/com_jcomments/jcomments.php:1307 |
| 17 | JComments::getCommentsCount() | JROOT/components/com_jcomments/jcomments.php:224 |
| 16 | JComments::show() | JROOT/plugins/content/jcomments/jcomments.php:280 |
| 15 | plgContentJComments->onAfterDisplayContent() | JROOT/plugins/content/jcomments/jcomments.php:337 |
| 14 | plgContentJComments->onContentAfterDisplay() | 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:202 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.72 ms После последнего запроса: 0.31 ms Память запроса: 0.009 MB Память до запроса: 11.480 MB Выбрано строк: 1
SELECT c.id, c.parent, c.object_id, c.object_group, c.userid, c.name, c.username, c.title, c.comment
, c.email, c.homepage, c.date, c.date as datetime, c.ip, c.published, c.deleted, c.checked_out, c.checked_out_time
, c.isgood, c.ispoor
, v.value as voted
,
case when c.parent = 0 then unix_timestamp(c.date) else 0 end as threaddate, '' AS object_title, '' AS object_link, 0 AS object_access, 0 AS object_owner
FROM g3ebl_jcomments AS c
LEFT JOIN g3ebl_jcomments_votes AS v
ON c.id = v.commentid
AND v.userid = 0
AND v.ip = '216.73.216.21'
WHERE c.object_id = 532
AND c.object_group = 'com_content'
AND c.published = 1
ORDER BY c.date ASC
LIMIT 0, 10
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | ref | idx_object | idx_object | 772 | const,const,const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | v | ref | idx_comment,idx_user | idx_comment | 8 | hlobynei_portal.c.id,const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| Starting | 0.16 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.05 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.09 ms |
| Preparing | 0.05 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.08 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.07 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jcomments/models/jcomments.php:80 |
| 18 | JCommentsModel::getCommentsList() | JROOT/components/com_jcomments/jcomments.php:659 |
| 17 | JComments::getCommentsList() | JROOT/components/com_jcomments/jcomments.php:272 |
| 16 | JComments::show() | JROOT/plugins/content/jcomments/jcomments.php:280 |
| 15 | plgContentJComments->onAfterDisplayContent() | JROOT/plugins/content/jcomments/jcomments.php:337 |
| 14 | plgContentJComments->onContentAfterDisplay() | 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:202 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.53 ms После последнего запроса: 0.96 ms Память запроса: 0.010 MB Память до запроса: 11.504 MB Выбрано строк: 1
SELECT user_id as userid, social_profile_link as link, avatar
FROM g3ebl_plg_slogin_profile
WHERE current_profile = 1
AND user_id in (527)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_plg_slogin_profile | ref | user_prov,user_curr,user | user_curr | 8 | const,const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.10 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.07 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/plugins/jcomments/avatar/avatar.php:355 |
| 21 | plgJCommentsAvatar->onPrepareAvatars() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/components/com_jcomments/helpers/event.php:45 |
| 18 | JCommentsEventHelper::trigger() | JROOT/components/com_jcomments/jcomments.php:697 |
| 17 | JComments::getCommentsList() | JROOT/components/com_jcomments/jcomments.php:272 |
| 16 | JComments::show() | JROOT/plugins/content/jcomments/jcomments.php:280 |
| 15 | plgContentJComments->onAfterDisplayContent() | JROOT/plugins/content/jcomments/jcomments.php:337 |
| 14 | plgContentJComments->onContentAfterDisplay() | 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:202 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.47 ms После последнего запроса: 1.31 ms Память запроса: 0.010 MB Память до запроса: 11.532 MB Выбрано строк: 1
SELECT slogin_id, provider
FROM g3ebl_slogin_users
WHERE user_id = '527'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_slogin_users | ref | user_id | user_id | 4 | const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.07 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/templates/gorod/html/com_jcomments/default/tpl_comment.php:18 |
| 19 | jtt_tpl_comment->render() | JROOT/components/com_jcomments/libraries/joomlatune/template.php:318 |
| 18 | JoomlaTuneTemplateRender->renderTemplate() | JROOT/components/com_jcomments/jcomments.php:742 |
| 17 | JComments::getCommentsList() | JROOT/components/com_jcomments/jcomments.php:272 |
| 16 | JComments::show() | JROOT/plugins/content/jcomments/jcomments.php:280 |
| 15 | plgContentJComments->onAfterDisplayContent() | JROOT/plugins/content/jcomments/jcomments.php:337 |
| 14 | plgContentJComments->onContentAfterDisplay() | 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:202 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.41 ms После последнего запроса: 3.23 ms Память запроса: 0.009 MB Память до запроса: 11.550 MB Выбрано строк: 0
SELECT `id`
FROM `g3ebl_jcomments_mailq`
ORDER BY `priority` desc
LIMIT 10
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_jcomments_mailq | system | NULL | Индекс не используется | NULL | NULL | 0 | 0.00 | Const row not found |
| Status | Duration |
|---|
| Starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.08 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jcomments/helpers/notification.php:78 |
| 17 | JCommentsNotificationHelper::send() | JROOT/components/com_jcomments/jcomments.php:289 |
| 16 | JComments::show() | JROOT/plugins/content/jcomments/jcomments.php:280 |
| 15 | plgContentJComments->onAfterDisplayContent() | JROOT/plugins/content/jcomments/jcomments.php:337 |
| 14 | plgContentJComments->onContentAfterDisplay() | 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:202 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 44.85 ms После последнего запроса: 1.11 ms Память запроса: 0.009 MB Память до запроса: 11.574 MB Выбрано строк: 1
Повторяющиеся запросы:
#23SELECT count(*)
FROM g3ebl_jcomments AS c
WHERE c.object_id = 532
AND c.object_group = 'com_content'
AND c.published = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | ref | idx_object | idx_object | 772 | const,const,const | 1 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| Starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.07 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.07 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_jcomments/models/jcomments.php:35 |
| 15 | JCommentsModel::getCommentsCount() | JROOT/templates/gorod/html/com_content/article/news.php:67 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.62 ms После последнего запроса: 7.53 ms Память запроса: 0.012 MB Память до запроса: 11.704 MB Выбрано строк: 1
SELECT `folderid`, `foldertime`, `entitytag`
FROM `g3ebl_sigplus_folder`
WHERE `folderurl` = '/home/hlobynei/public_html/images/news/532'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_folder | const | folderurl | folderurl | 769 | const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.14 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.08 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.02 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.07 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1773 |
| 26 | JDatabaseDriver->loadRow() | JROOT/plugins/content/sigplus/core/core.php:2908 |
| 25 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 24 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 23 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 22 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 21 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:101 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.22 ms После последнего запроса: 0.06 ms Память запроса: 0.012 MB Память до запроса: 11.717 MB
START TRANSACTION
EXPLAIN не доступен для запроса: START TRANSACTION
| Status | Duration |
|---|
| Starting | 0.09 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver/mysqli.php:834 |
| 27 | JDatabaseDriverMysqli->transactionStart() | JROOT/plugins/content/sigplus/core/core.php:1009 |
| 26 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 25 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 24 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 23 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 22 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 21 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:101 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.49 ms После последнего запроса: 0.16 ms Память запроса: 0.014 MB Память до запроса: 11.732 MB Выбрано строк: 1
SELECT viewid
FROM g3ebl_sigplus_view
WHERE folderid = 1322
AND hash = 0xfb526311f59abdfcb39af3bb7357b41e
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_view | const | hash,g3ebl_FK_sigplus_view_folder | hash | 16 | const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.09 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 31 | JDatabaseDriver->loadResult() | JROOT/plugins/content/sigplus/core/core.php:1157 |
| 30 | SigPlusNovoGalleryBase->getView() | JROOT/plugins/content/sigplus/core/core.php:1162 |
| 29 | SigPlusNovoGalleryBase->insertView() | JROOT/plugins/content/sigplus/core/core.php:1843 |
| 28 | SigPlusNovoLocalGallery->populateFolderViews() | JROOT/plugins/content/sigplus/core/core.php:1897 |
| 27 | SigPlusNovoLocalGallery->populate() | JROOT/plugins/content/sigplus/core/core.php:1011 |
| 26 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 25 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 24 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 23 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 22 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 21 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:101 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.97 ms После последнего запроса: 0.06 ms Память запроса: 0.014 MB Память до запроса: 11.744 MB Выбрано строк: 0
SELECT
i.`fileurl`,
i.`imageid`
FROM `g3ebl_sigplus_image` AS i
INNER JOIN `g3ebl_sigplus_folder` AS f
ON i.`folderid` = f.`folderid`
INNER JOIN `g3ebl_sigplus_hierarchy` AS h
ON f.`folderid` = h.`descendantid`
WHERE h.`ancestorid` = 1322
AND NOT EXISTS (SELECT *
FROM `g3ebl_sigplus_imageview` AS v
WHERE i.`imageid` = v.`imageid`
AND v.`viewid` = 2318)
AND depthnum <= 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | h | ref | PRIMARY,g3ebl_FK_sigplus_hierarchy_descendant,g3ebl_IX_sigplus_hierarchy_depthnum | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| 1 | PRIMARY | i | ref | g3ebl_FK_sigplus_image_folder | g3ebl_FK_sigplus_image_folder | 5 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using where |
| 1 | PRIMARY | f | eq_ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using index |
| 2 | MATERIALIZED | v | ref | PRIMARY,g3ebl_FK_sigplus_imageview_view | g3ebl_FK_sigplus_imageview_view | 4 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| Starting | 0.13 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.05 ms |
| Statistics | 0.10 ms |
| Preparing | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.11 ms |
| Preparing | 0.04 ms |
| Executing | 0.01 ms |
| Sending data | 0.08 ms |
| Executing | 0.01 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.02 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Removing tmp table | 0.01 ms |
| Freeing items | 0.01 ms |
| Removing tmp table | 0.01 ms |
| Freeing items | 0.07 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1811 |
| 30 | JDatabaseDriver->loadRowList() | JROOT/plugins/content/sigplus/core/core.php:1759 |
| 29 | SigPlusNovoLocalBase->getMissingImageViews() | JROOT/plugins/content/sigplus/core/core.php:1846 |
| 28 | SigPlusNovoLocalGallery->populateFolderViews() | JROOT/plugins/content/sigplus/core/core.php:1897 |
| 27 | SigPlusNovoLocalGallery->populate() | JROOT/plugins/content/sigplus/core/core.php:1011 |
| 26 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 25 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 24 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 23 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 22 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 21 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:101 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.23 ms После последнего запроса: 0.05 ms Память запроса: 0.014 MB Память до запроса: 11.764 MB
COMMIT
EXPLAIN не доступен для запроса: COMMIT
| Status | Duration |
|---|
| Starting | 0.08 ms |
| Commit | 0.01 ms |
| starting | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver/mysqli.php:774 |
| 27 | JDatabaseDriverMysqli->transactionCommit() | JROOT/plugins/content/sigplus/core/core.php:1017 |
| 26 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 25 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 24 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 23 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 22 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 21 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:101 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.42 ms После последнего запроса: 0.06 ms Память запроса: 0.013 MB Память до запроса: 11.778 MB Выбрано строк: 1
SELECT
`langid`
FROM `g3ebl_sigplus_language`
WHERE
`lang` = 'ru'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_language | const | lang | lang | 2 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 27 | JDatabaseDriver->loadResult() | JROOT/plugins/content/sigplus/core/core.php:290 |
| 26 | SigPlusNovoDatabase::getLanguageId() | JROOT/plugins/content/sigplus/core/core.php:2994 |
| 25 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 24 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 23 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 22 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 21 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:101 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.43 ms После последнего запроса: 0.05 ms Память запроса: 0.013 MB Память до запроса: 11.790 MB Выбрано строк: 1
SELECT
`countryid`
FROM `g3ebl_sigplus_country`
WHERE
`country` = 'RU'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_country | const | country | country | 2 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 27 | JDatabaseDriver->loadResult() | JROOT/plugins/content/sigplus/core/core.php:305 |
| 26 | SigPlusNovoDatabase::getCountryId() | JROOT/plugins/content/sigplus/core/core.php:2995 |
| 25 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 24 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 23 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 22 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 21 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:101 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 2.48 ms После последнего запроса: 0.14 ms Память запроса: 0.012 MB Память до запроса: 11.807 MB Выбрано строк: 1
Повторяющиеся запросы:
#37SELECT
i.`imageid`,
i.`fileurl`,
i.`width`,
i.`height`,
i.`filesize`,
COALESCE(
c.`title`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Headline'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`title`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `title`,
COALESCE(
c.`summary`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Caption-Abstract'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`summary`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `summary`,
`thumb_fileurl`,
`thumb_width`,
`thumb_height`,
`preview_fileurl`,
`preview_width`,
`preview_height`,
`retina_fileurl`,
`retina_width`,
`retina_height`,
`watermark_fileurl`
FROM `g3ebl_sigplus_image` AS i
INNER JOIN `g3ebl_sigplus_folder` AS f
ON i.`folderid` = f.`folderid`
INNER JOIN `g3ebl_sigplus_hierarchy` AS h
ON f.`folderid` = h.`descendantid`
INNER JOIN `g3ebl_sigplus_folder` AS a
ON a.`folderid` = h.`ancestorid`
INNER JOIN `g3ebl_sigplus_imageview` AS v
ON i.`imageid` = v.`imageid`
LEFT JOIN `g3ebl_sigplus_caption` AS c
ON
c.`imageid` = i.`imageid`
AND
c.`langid` = 136
AND
c.`countryid` = 159
WHERE
a.`folderurl` = '/home/hlobynei/public_html/images/news/532'
AND
`viewid` = 2318
AND `depthnum` <= 0
ORDER BY `depthnum` ASC, -`ordnum` DESC, `filename` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | a | const | PRIMARY,folderurl | folderurl | 769 | const | 1 | 100.00 | Using index; Using temporary; Используется filesort |
| 1 | PRIMARY | h | ref | PRIMARY,g3ebl_FK_sigplus_hierarchy_descendant,g3ebl_IX_sigplus_hierarchy_depthnum | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| 1 | PRIMARY | i | ref | PRIMARY,g3ebl_FK_sigplus_image_folder | g3ebl_FK_sigplus_image_folder | 5 | hlobynei_portal.h.descendantid | 1 | 100.00 | |
| 1 | PRIMARY | f | eq_ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using index |
| 1 | PRIMARY | c | eq_ref | PRIMARY,g3ebl_FK_sigplus_caption_language,g3ebl_FK_sigplus_caption_country | PRIMARY | 8 | hlobynei_portal.i.imageid,const,const | 1 | 100.00 | |
| 1 | PRIMARY | v | eq_ref | PRIMARY,g3ebl_FK_sigplus_imageview_view | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 5 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 4 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 4 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 3 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 2 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 2 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.28 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.07 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.13 ms |
| Optimizing | 0.04 ms |
| Statistics | 0.19 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.05 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.06 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.08 ms |
| Preparing | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.07 ms |
| Preparing | 0.04 ms |
| Creating tmp table | 0.07 ms |
| Sorting result | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.38 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.04 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.04 ms |
| Creating sort index | 0.05 ms |
| Removing tmp table | 0.07 ms |
| Creating sort index | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.05 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.09 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/plugins/content/sigplus/core/core.php:3138 |
| 25 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 24 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 23 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 22 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 21 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:101 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 2.05 ms После последнего запроса: 0.05 ms Память запроса: 0.012 MB Память до запроса: 11.821 MB Выбрано строк: 1
Повторяющиеся запросы:
#36SELECT
i.`imageid`,
i.`fileurl`,
i.`width`,
i.`height`,
i.`filesize`,
COALESCE(
c.`title`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Headline'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`title`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `title`,
COALESCE(
c.`summary`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Caption-Abstract'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`summary`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `summary`,
`thumb_fileurl`,
`thumb_width`,
`thumb_height`,
`preview_fileurl`,
`preview_width`,
`preview_height`,
`retina_fileurl`,
`retina_width`,
`retina_height`,
`watermark_fileurl`
FROM `g3ebl_sigplus_image` AS i
INNER JOIN `g3ebl_sigplus_folder` AS f
ON i.`folderid` = f.`folderid`
INNER JOIN `g3ebl_sigplus_hierarchy` AS h
ON f.`folderid` = h.`descendantid`
INNER JOIN `g3ebl_sigplus_folder` AS a
ON a.`folderid` = h.`ancestorid`
INNER JOIN `g3ebl_sigplus_imageview` AS v
ON i.`imageid` = v.`imageid`
LEFT JOIN `g3ebl_sigplus_caption` AS c
ON
c.`imageid` = i.`imageid`
AND
c.`langid` = 136
AND
c.`countryid` = 159
WHERE
a.`folderurl` = '/home/hlobynei/public_html/images/news/532'
AND
`viewid` = 2318
AND `depthnum` <= 0
ORDER BY `depthnum` ASC, -`ordnum` DESC, `filename` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | a | const | PRIMARY,folderurl | folderurl | 769 | const | 1 | 100.00 | Using index; Using temporary; Используется filesort |
| 1 | PRIMARY | h | ref | PRIMARY,g3ebl_FK_sigplus_hierarchy_descendant,g3ebl_IX_sigplus_hierarchy_depthnum | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| 1 | PRIMARY | i | ref | PRIMARY,g3ebl_FK_sigplus_image_folder | g3ebl_FK_sigplus_image_folder | 5 | hlobynei_portal.h.descendantid | 1 | 100.00 | |
| 1 | PRIMARY | f | eq_ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using index |
| 1 | PRIMARY | c | eq_ref | PRIMARY,g3ebl_FK_sigplus_caption_language,g3ebl_FK_sigplus_caption_country | PRIMARY | 8 | hlobynei_portal.i.imageid,const,const | 1 | 100.00 | |
| 1 | PRIMARY | v | eq_ref | PRIMARY,g3ebl_FK_sigplus_imageview_view | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 5 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 4 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 4 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 3 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 2 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 2 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.27 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.11 ms |
| Optimizing | 0.04 ms |
| Statistics | 0.15 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.04 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.07 ms |
| Preparing | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.04 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.03 ms |
| Creating tmp table | 0.05 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.29 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.04 ms |
| Removing tmp table | 0.06 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.02 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.09 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1811 |
| 26 | JDatabaseDriver->loadRowList() | JROOT/plugins/content/sigplus/core/core.php:3145 |
| 25 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 24 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 23 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 22 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 21 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:101 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.54 ms После последнего запроса: 4.39 ms Память запроса: 0.014 MB Память до запроса: 12.200 MB Выбрано строк: 0
SELECT field_id,value
FROM g3ebl_fields_values
WHERE item_id = '725'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_fields_values | ref | idx_item_id | idx_item_id | 766 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| Starting | 0.12 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.08 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 28 | JDatabaseDriver->loadObjectList() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:7 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.49 ms После последнего запроса: 5.48 ms Память запроса: 0.019 MB Память до запроса: 12.228 MB Выбрано строк: 1
SELECT `folderid`, `foldertime`, `entitytag`
FROM `g3ebl_sigplus_folder`
WHERE `folderurl` = '/home/hlobynei/public_html/images/news/725'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_folder | const | folderurl | folderurl | 769 | const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.07 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1773 |
| 39 | JDatabaseDriver->loadRow() | JROOT/plugins/content/sigplus/core/core.php:2908 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.21 ms После последнего запроса: 0.06 ms Память запроса: 0.019 MB Память до запроса: 12.247 MB
START TRANSACTION
EXPLAIN не доступен для запроса: START TRANSACTION
| Status | Duration |
|---|
| Starting | 0.08 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver/mysqli.php:834 |
| 40 | JDatabaseDriverMysqli->transactionStart() | JROOT/plugins/content/sigplus/core/core.php:1009 |
| 39 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.45 ms После последнего запроса: 0.15 ms Память запроса: 0.021 MB Память до запроса: 12.269 MB Выбрано строк: 1
SELECT viewid
FROM g3ebl_sigplus_view
WHERE folderid = 1795
AND hash = 0x8898f53c331c13f61871e3054abad7c7
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_view | const | hash,g3ebl_FK_sigplus_view_folder | hash | 16 | const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.07 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 44 | JDatabaseDriver->loadResult() | JROOT/plugins/content/sigplus/core/core.php:1157 |
| 43 | SigPlusNovoGalleryBase->getView() | JROOT/plugins/content/sigplus/core/core.php:1162 |
| 42 | SigPlusNovoGalleryBase->insertView() | JROOT/plugins/content/sigplus/core/core.php:1843 |
| 41 | SigPlusNovoLocalGallery->populateFolderViews() | JROOT/plugins/content/sigplus/core/core.php:1897 |
| 40 | SigPlusNovoLocalGallery->populate() | JROOT/plugins/content/sigplus/core/core.php:1011 |
| 39 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.92 ms После последнего запроса: 0.06 ms Память запроса: 0.021 MB Память до запроса: 12.289 MB Выбрано строк: 0
SELECT
i.`fileurl`,
i.`imageid`
FROM `g3ebl_sigplus_image` AS i
INNER JOIN `g3ebl_sigplus_folder` AS f
ON i.`folderid` = f.`folderid`
INNER JOIN `g3ebl_sigplus_hierarchy` AS h
ON f.`folderid` = h.`descendantid`
WHERE h.`ancestorid` = 1795
AND NOT EXISTS (SELECT *
FROM `g3ebl_sigplus_imageview` AS v
WHERE i.`imageid` = v.`imageid`
AND v.`viewid` = 3233)
AND depthnum <= 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | h | ref | PRIMARY,g3ebl_FK_sigplus_hierarchy_descendant,g3ebl_IX_sigplus_hierarchy_depthnum | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| 1 | PRIMARY | i | ref | g3ebl_FK_sigplus_image_folder | g3ebl_FK_sigplus_image_folder | 5 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using where |
| 1 | PRIMARY | f | eq_ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using index |
| 2 | MATERIALIZED | v | ref | PRIMARY,g3ebl_FK_sigplus_imageview_view | g3ebl_FK_sigplus_imageview_view | 4 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| Starting | 0.14 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.05 ms |
| Optimizing | 0.04 ms |
| Statistics | 0.09 ms |
| Preparing | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.10 ms |
| Preparing | 0.04 ms |
| Executing | 0.01 ms |
| Sending data | 0.07 ms |
| Executing | 0.01 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Removing tmp table | 0.01 ms |
| Freeing items | 0.01 ms |
| Removing tmp table | 0.01 ms |
| Freeing items | 0.07 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1811 |
| 43 | JDatabaseDriver->loadRowList() | JROOT/plugins/content/sigplus/core/core.php:1759 |
| 42 | SigPlusNovoLocalBase->getMissingImageViews() | JROOT/plugins/content/sigplus/core/core.php:1846 |
| 41 | SigPlusNovoLocalGallery->populateFolderViews() | JROOT/plugins/content/sigplus/core/core.php:1897 |
| 40 | SigPlusNovoLocalGallery->populate() | JROOT/plugins/content/sigplus/core/core.php:1011 |
| 39 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.23 ms После последнего запроса: 0.04 ms Память запроса: 0.019 MB Память до запроса: 12.309 MB
COMMIT
EXPLAIN не доступен для запроса: COMMIT
| Status | Duration |
|---|
| Starting | 0.09 ms |
| Commit | 0.01 ms |
| starting | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver/mysqli.php:774 |
| 40 | JDatabaseDriverMysqli->transactionCommit() | JROOT/plugins/content/sigplus/core/core.php:1017 |
| 39 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.41 ms После последнего запроса: 0.06 ms Память запроса: 0.020 MB Память до запроса: 12.328 MB Выбрано строк: 1
SELECT
`langid`
FROM `g3ebl_sigplus_language`
WHERE
`lang` = 'ru'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_language | const | lang | lang | 2 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.07 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 40 | JDatabaseDriver->loadResult() | JROOT/plugins/content/sigplus/core/core.php:290 |
| 39 | SigPlusNovoDatabase::getLanguageId() | JROOT/plugins/content/sigplus/core/core.php:2994 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.41 ms После последнего запроса: 0.05 ms Память запроса: 0.020 MB Память до запроса: 12.348 MB Выбрано строк: 1
SELECT
`countryid`
FROM `g3ebl_sigplus_country`
WHERE
`country` = 'RU'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_country | const | country | country | 2 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.08 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 40 | JDatabaseDriver->loadResult() | JROOT/plugins/content/sigplus/core/core.php:305 |
| 39 | SigPlusNovoDatabase::getCountryId() | JROOT/plugins/content/sigplus/core/core.php:2995 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 2.33 ms После последнего запроса: 0.13 ms Память запроса: 0.019 MB Память до запроса: 12.372 MB Выбрано строк: 1
Повторяющиеся запросы:
#47SELECT
i.`imageid`,
i.`fileurl`,
i.`width`,
i.`height`,
i.`filesize`,
COALESCE(
c.`title`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Headline'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`title`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `title`,
COALESCE(
c.`summary`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Caption-Abstract'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`summary`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `summary`,
`thumb_fileurl`,
`thumb_width`,
`thumb_height`,
`preview_fileurl`,
`preview_width`,
`preview_height`,
`retina_fileurl`,
`retina_width`,
`retina_height`,
`watermark_fileurl`
FROM `g3ebl_sigplus_image` AS i
INNER JOIN `g3ebl_sigplus_folder` AS f
ON i.`folderid` = f.`folderid`
INNER JOIN `g3ebl_sigplus_hierarchy` AS h
ON f.`folderid` = h.`descendantid`
INNER JOIN `g3ebl_sigplus_folder` AS a
ON a.`folderid` = h.`ancestorid`
INNER JOIN `g3ebl_sigplus_imageview` AS v
ON i.`imageid` = v.`imageid`
LEFT JOIN `g3ebl_sigplus_caption` AS c
ON
c.`imageid` = i.`imageid`
AND
c.`langid` = 136
AND
c.`countryid` = 159
WHERE
a.`folderurl` = '/home/hlobynei/public_html/images/news/725'
AND
`viewid` = 3233
AND `depthnum` <= 0
ORDER BY `depthnum` ASC, -`ordnum` DESC, `filename` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | a | const | PRIMARY,folderurl | folderurl | 769 | const | 1 | 100.00 | Using index; Using temporary; Используется filesort |
| 1 | PRIMARY | h | ref | PRIMARY,g3ebl_FK_sigplus_hierarchy_descendant,g3ebl_IX_sigplus_hierarchy_depthnum | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| 1 | PRIMARY | i | ref | PRIMARY,g3ebl_FK_sigplus_image_folder | g3ebl_FK_sigplus_image_folder | 5 | hlobynei_portal.h.descendantid | 1 | 100.00 | |
| 1 | PRIMARY | f | eq_ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using index |
| 1 | PRIMARY | c | eq_ref | PRIMARY,g3ebl_FK_sigplus_caption_language,g3ebl_FK_sigplus_caption_country | PRIMARY | 8 | hlobynei_portal.i.imageid,const,const | 1 | 100.00 | |
| 1 | PRIMARY | v | eq_ref | PRIMARY,g3ebl_FK_sigplus_imageview_view | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 5 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 4 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 4 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 3 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 2 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 2 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.29 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.07 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.12 ms |
| Optimizing | 0.05 ms |
| Statistics | 0.17 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.06 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.05 ms |
| Preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.07 ms |
| Preparing | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.04 ms |
| Creating tmp table | 0.05 ms |
| Sorting result | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.36 ms |
| Removing tmp table | 0.02 ms |
| Sending data | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.04 ms |
| Creating sort index | 0.05 ms |
| Removing tmp table | 0.07 ms |
| Creating sort index | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.08 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 39 | JDatabaseDriverMysqli->execute() | JROOT/plugins/content/sigplus/core/core.php:3138 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 2.06 ms После последнего запроса: 0.06 ms Память запроса: 0.019 MB Память до запроса: 12.392 MB Выбрано строк: 1
Повторяющиеся запросы:
#46SELECT
i.`imageid`,
i.`fileurl`,
i.`width`,
i.`height`,
i.`filesize`,
COALESCE(
c.`title`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Headline'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`title`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `title`,
COALESCE(
c.`summary`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Caption-Abstract'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`summary`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `summary`,
`thumb_fileurl`,
`thumb_width`,
`thumb_height`,
`preview_fileurl`,
`preview_width`,
`preview_height`,
`retina_fileurl`,
`retina_width`,
`retina_height`,
`watermark_fileurl`
FROM `g3ebl_sigplus_image` AS i
INNER JOIN `g3ebl_sigplus_folder` AS f
ON i.`folderid` = f.`folderid`
INNER JOIN `g3ebl_sigplus_hierarchy` AS h
ON f.`folderid` = h.`descendantid`
INNER JOIN `g3ebl_sigplus_folder` AS a
ON a.`folderid` = h.`ancestorid`
INNER JOIN `g3ebl_sigplus_imageview` AS v
ON i.`imageid` = v.`imageid`
LEFT JOIN `g3ebl_sigplus_caption` AS c
ON
c.`imageid` = i.`imageid`
AND
c.`langid` = 136
AND
c.`countryid` = 159
WHERE
a.`folderurl` = '/home/hlobynei/public_html/images/news/725'
AND
`viewid` = 3233
AND `depthnum` <= 0
ORDER BY `depthnum` ASC, -`ordnum` DESC, `filename` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | a | const | PRIMARY,folderurl | folderurl | 769 | const | 1 | 100.00 | Using index; Using temporary; Используется filesort |
| 1 | PRIMARY | h | ref | PRIMARY,g3ebl_FK_sigplus_hierarchy_descendant,g3ebl_IX_sigplus_hierarchy_depthnum | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| 1 | PRIMARY | i | ref | PRIMARY,g3ebl_FK_sigplus_image_folder | g3ebl_FK_sigplus_image_folder | 5 | hlobynei_portal.h.descendantid | 1 | 100.00 | |
| 1 | PRIMARY | f | eq_ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using index |
| 1 | PRIMARY | c | eq_ref | PRIMARY,g3ebl_FK_sigplus_caption_language,g3ebl_FK_sigplus_caption_country | PRIMARY | 8 | hlobynei_portal.i.imageid,const,const | 1 | 100.00 | |
| 1 | PRIMARY | v | eq_ref | PRIMARY,g3ebl_FK_sigplus_imageview_view | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 5 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 4 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 4 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 3 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 2 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 2 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.26 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.12 ms |
| Optimizing | 0.04 ms |
| Statistics | 0.15 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.04 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.03 ms |
| Creating tmp table | 0.04 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.31 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.04 ms |
| Removing tmp table | 0.06 ms |
| Creating sort index | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.08 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1811 |
| 39 | JDatabaseDriver->loadRowList() | JROOT/plugins/content/sigplus/core/core.php:3145 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.51 ms После последнего запроса: 1.42 ms Память запроса: 0.014 MB Память до запроса: 12.399 MB Выбрано строк: 1
SELECT count(*)
FROM g3ebl_jcomments AS c
WHERE c.object_id = 725
AND c.object_group = 'com_content'
AND c.published = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | ref | idx_object | idx_object | 772 | const,const,const | 1 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| Starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.08 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.07 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 29 | JDatabaseDriver->loadResult() | JROOT/components/com_jcomments/models/jcomments.php:35 |
| 28 | JCommentsModel::getCommentsCount() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:48 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.42 ms После последнего запроса: 0.14 ms Память запроса: 0.014 MB Память до запроса: 12.413 MB Выбрано строк: 0
SELECT field_id,value
FROM g3ebl_fields_values
WHERE item_id = '753'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_fields_values | ref | idx_item_id | idx_item_id | 766 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| Starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.05 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 28 | JDatabaseDriver->loadObjectList() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:7 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.37 ms После последнего запроса: 6.16 ms Память запроса: 0.019 MB Память до запроса: 12.441 MB Выбрано строк: 1
SELECT `folderid`, `foldertime`, `entitytag`
FROM `g3ebl_sigplus_folder`
WHERE `folderurl` = '/home/hlobynei/public_html/images/news/753'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_folder | const | folderurl | folderurl | 769 | const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1773 |
| 39 | JDatabaseDriver->loadRow() | JROOT/plugins/content/sigplus/core/core.php:2908 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.14 ms После последнего запроса: 0.05 ms Память запроса: 0.019 MB Память до запроса: 12.461 MB
START TRANSACTION
EXPLAIN не доступен для запроса: START TRANSACTION
| Status | Duration |
|---|
| Starting | 0.05 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver/mysqli.php:834 |
| 40 | JDatabaseDriverMysqli->transactionStart() | JROOT/plugins/content/sigplus/core/core.php:1009 |
| 39 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.32 ms После последнего запроса: 0.16 ms Память запроса: 0.021 MB Память до запроса: 12.482 MB Выбрано строк: 1
SELECT viewid
FROM g3ebl_sigplus_view
WHERE folderid = 1889
AND hash = 0xafc8e77a8751ed4f95a6369ada0e181e
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_view | const | hash,g3ebl_FK_sigplus_view_folder | hash | 16 | const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 44 | JDatabaseDriver->loadResult() | JROOT/plugins/content/sigplus/core/core.php:1157 |
| 43 | SigPlusNovoGalleryBase->getView() | JROOT/plugins/content/sigplus/core/core.php:1162 |
| 42 | SigPlusNovoGalleryBase->insertView() | JROOT/plugins/content/sigplus/core/core.php:1843 |
| 41 | SigPlusNovoLocalGallery->populateFolderViews() | JROOT/plugins/content/sigplus/core/core.php:1897 |
| 40 | SigPlusNovoLocalGallery->populate() | JROOT/plugins/content/sigplus/core/core.php:1011 |
| 39 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.61 ms После последнего запроса: 0.07 ms Память запроса: 0.021 MB Память до запроса: 12.502 MB Выбрано строк: 0
SELECT
i.`fileurl`,
i.`imageid`
FROM `g3ebl_sigplus_image` AS i
INNER JOIN `g3ebl_sigplus_folder` AS f
ON i.`folderid` = f.`folderid`
INNER JOIN `g3ebl_sigplus_hierarchy` AS h
ON f.`folderid` = h.`descendantid`
WHERE h.`ancestorid` = 1889
AND NOT EXISTS (SELECT *
FROM `g3ebl_sigplus_imageview` AS v
WHERE i.`imageid` = v.`imageid`
AND v.`viewid` = 3384)
AND depthnum <= 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | h | ref | PRIMARY,g3ebl_FK_sigplus_hierarchy_descendant,g3ebl_IX_sigplus_hierarchy_depthnum | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| 1 | PRIMARY | i | ref | g3ebl_FK_sigplus_image_folder | g3ebl_FK_sigplus_image_folder | 5 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using where |
| 1 | PRIMARY | f | eq_ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using index |
| 2 | MATERIALIZED | v | ref | PRIMARY,g3ebl_FK_sigplus_imageview_view | g3ebl_FK_sigplus_imageview_view | 4 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| Starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.06 ms |
| Preparing | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.06 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.05 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Removing tmp table | 0.01 ms |
| Freeing items | 0.01 ms |
| Removing tmp table | 0.00 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1811 |
| 43 | JDatabaseDriver->loadRowList() | JROOT/plugins/content/sigplus/core/core.php:1759 |
| 42 | SigPlusNovoLocalBase->getMissingImageViews() | JROOT/plugins/content/sigplus/core/core.php:1846 |
| 41 | SigPlusNovoLocalGallery->populateFolderViews() | JROOT/plugins/content/sigplus/core/core.php:1897 |
| 40 | SigPlusNovoLocalGallery->populate() | JROOT/plugins/content/sigplus/core/core.php:1011 |
| 39 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.15 ms После последнего запроса: 0.05 ms Память запроса: 0.019 MB Память до запроса: 12.522 MB
COMMIT
EXPLAIN не доступен для запроса: COMMIT
| Status | Duration |
|---|
| Starting | 0.05 ms |
| Commit | 0.01 ms |
| starting | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver/mysqli.php:774 |
| 40 | JDatabaseDriverMysqli->transactionCommit() | JROOT/plugins/content/sigplus/core/core.php:1017 |
| 39 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.29 ms После последнего запроса: 0.09 ms Память запроса: 0.020 MB Память до запроса: 12.541 MB Выбрано строк: 1
SELECT
`langid`
FROM `g3ebl_sigplus_language`
WHERE
`lang` = 'ru'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_language | const | lang | lang | 2 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 40 | JDatabaseDriver->loadResult() | JROOT/plugins/content/sigplus/core/core.php:290 |
| 39 | SigPlusNovoDatabase::getLanguageId() | JROOT/plugins/content/sigplus/core/core.php:2994 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.27 ms После последнего запроса: 0.05 ms Память запроса: 0.020 MB Память до запроса: 12.561 MB Выбрано строк: 1
SELECT
`countryid`
FROM `g3ebl_sigplus_country`
WHERE
`country` = 'RU'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_country | const | country | country | 2 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 40 | JDatabaseDriver->loadResult() | JROOT/plugins/content/sigplus/core/core.php:305 |
| 39 | SigPlusNovoDatabase::getCountryId() | JROOT/plugins/content/sigplus/core/core.php:2995 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.59 ms После последнего запроса: 0.15 ms Память запроса: 0.019 MB Память до запроса: 12.585 MB Выбрано строк: 1
Повторяющиеся запросы:
#58SELECT
i.`imageid`,
i.`fileurl`,
i.`width`,
i.`height`,
i.`filesize`,
COALESCE(
c.`title`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Headline'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`title`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `title`,
COALESCE(
c.`summary`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Caption-Abstract'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`summary`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `summary`,
`thumb_fileurl`,
`thumb_width`,
`thumb_height`,
`preview_fileurl`,
`preview_width`,
`preview_height`,
`retina_fileurl`,
`retina_width`,
`retina_height`,
`watermark_fileurl`
FROM `g3ebl_sigplus_image` AS i
INNER JOIN `g3ebl_sigplus_folder` AS f
ON i.`folderid` = f.`folderid`
INNER JOIN `g3ebl_sigplus_hierarchy` AS h
ON f.`folderid` = h.`descendantid`
INNER JOIN `g3ebl_sigplus_folder` AS a
ON a.`folderid` = h.`ancestorid`
INNER JOIN `g3ebl_sigplus_imageview` AS v
ON i.`imageid` = v.`imageid`
LEFT JOIN `g3ebl_sigplus_caption` AS c
ON
c.`imageid` = i.`imageid`
AND
c.`langid` = 136
AND
c.`countryid` = 159
WHERE
a.`folderurl` = '/home/hlobynei/public_html/images/news/753'
AND
`viewid` = 3384
AND `depthnum` <= 0
ORDER BY `depthnum` ASC, -`ordnum` DESC, `filename` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | a | const | PRIMARY,folderurl | folderurl | 769 | const | 1 | 100.00 | Using index; Using temporary; Используется filesort |
| 1 | PRIMARY | h | ref | PRIMARY,g3ebl_FK_sigplus_hierarchy_descendant,g3ebl_IX_sigplus_hierarchy_depthnum | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| 1 | PRIMARY | i | ref | PRIMARY,g3ebl_FK_sigplus_image_folder | g3ebl_FK_sigplus_image_folder | 5 | hlobynei_portal.h.descendantid | 1 | 100.00 | |
| 1 | PRIMARY | f | eq_ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using index |
| 1 | PRIMARY | c | eq_ref | PRIMARY,g3ebl_FK_sigplus_caption_language,g3ebl_FK_sigplus_caption_country | PRIMARY | 8 | hlobynei_portal.i.imageid,const,const | 1 | 100.00 | |
| 1 | PRIMARY | v | eq_ref | PRIMARY,g3ebl_FK_sigplus_imageview_view | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 5 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 4 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 4 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 3 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 2 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 2 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.16 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.07 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.11 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.05 ms |
| Creating tmp table | 0.04 ms |
| Sorting result | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.21 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.03 ms |
| Removing tmp table | 0.04 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 39 | JDatabaseDriverMysqli->execute() | JROOT/plugins/content/sigplus/core/core.php:3138 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.32 ms После последнего запроса: 0.09 ms Память запроса: 0.019 MB Память до запроса: 12.605 MB Выбрано строк: 1
Повторяющиеся запросы:
#57SELECT
i.`imageid`,
i.`fileurl`,
i.`width`,
i.`height`,
i.`filesize`,
COALESCE(
c.`title`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Headline'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`title`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `title`,
COALESCE(
c.`summary`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Caption-Abstract'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`summary`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `summary`,
`thumb_fileurl`,
`thumb_width`,
`thumb_height`,
`preview_fileurl`,
`preview_width`,
`preview_height`,
`retina_fileurl`,
`retina_width`,
`retina_height`,
`watermark_fileurl`
FROM `g3ebl_sigplus_image` AS i
INNER JOIN `g3ebl_sigplus_folder` AS f
ON i.`folderid` = f.`folderid`
INNER JOIN `g3ebl_sigplus_hierarchy` AS h
ON f.`folderid` = h.`descendantid`
INNER JOIN `g3ebl_sigplus_folder` AS a
ON a.`folderid` = h.`ancestorid`
INNER JOIN `g3ebl_sigplus_imageview` AS v
ON i.`imageid` = v.`imageid`
LEFT JOIN `g3ebl_sigplus_caption` AS c
ON
c.`imageid` = i.`imageid`
AND
c.`langid` = 136
AND
c.`countryid` = 159
WHERE
a.`folderurl` = '/home/hlobynei/public_html/images/news/753'
AND
`viewid` = 3384
AND `depthnum` <= 0
ORDER BY `depthnum` ASC, -`ordnum` DESC, `filename` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | a | const | PRIMARY,folderurl | folderurl | 769 | const | 1 | 100.00 | Using index; Using temporary; Используется filesort |
| 1 | PRIMARY | h | ref | PRIMARY,g3ebl_FK_sigplus_hierarchy_descendant,g3ebl_IX_sigplus_hierarchy_depthnum | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| 1 | PRIMARY | i | ref | PRIMARY,g3ebl_FK_sigplus_image_folder | g3ebl_FK_sigplus_image_folder | 5 | hlobynei_portal.h.descendantid | 1 | 100.00 | |
| 1 | PRIMARY | f | eq_ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using index |
| 1 | PRIMARY | c | eq_ref | PRIMARY,g3ebl_FK_sigplus_caption_language,g3ebl_FK_sigplus_caption_country | PRIMARY | 8 | hlobynei_portal.i.imageid,const,const | 1 | 100.00 | |
| 1 | PRIMARY | v | eq_ref | PRIMARY,g3ebl_FK_sigplus_imageview_view | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 5 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 4 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 4 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 3 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 2 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 2 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.15 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.09 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.09 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.03 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.02 ms |
| Creating tmp table | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.18 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.03 ms |
| Removing tmp table | 0.04 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1811 |
| 39 | JDatabaseDriver->loadRowList() | JROOT/plugins/content/sigplus/core/core.php:3145 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.36 ms После последнего запроса: 1.87 ms Память запроса: 0.014 MB Память до запроса: 12.609 MB Выбрано строк: 1
SELECT count(*)
FROM g3ebl_jcomments AS c
WHERE c.object_id = 753
AND c.object_group = 'com_content'
AND c.published = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | ref | idx_object | idx_object | 772 | const,const,const | 1 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 29 | JDatabaseDriver->loadResult() | JROOT/components/com_jcomments/models/jcomments.php:35 |
| 28 | JCommentsModel::getCommentsCount() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:48 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.30 ms После последнего запроса: 0.20 ms Память запроса: 0.014 MB Память до запроса: 12.623 MB Выбрано строк: 0
SELECT field_id,value
FROM g3ebl_fields_values
WHERE item_id = '3079'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_fields_values | ref | idx_item_id | idx_item_id | 766 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 28 | JDatabaseDriver->loadObjectList() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:7 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.49 ms После последнего запроса: 8.44 ms Память запроса: 0.019 MB Память до запроса: 12.651 MB Выбрано строк: 1
SELECT `folderid`, `foldertime`, `entitytag`
FROM `g3ebl_sigplus_folder`
WHERE `folderurl` = '/home/hlobynei/public_html/images/news/3079'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_folder | const | folderurl | folderurl | 769 | const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.07 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1773 |
| 39 | JDatabaseDriver->loadRow() | JROOT/plugins/content/sigplus/core/core.php:2908 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.21 ms После последнего запроса: 0.09 ms Память запроса: 0.019 MB Память до запроса: 12.671 MB
START TRANSACTION
EXPLAIN не доступен для запроса: START TRANSACTION
| Status | Duration |
|---|
| Starting | 0.09 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver/mysqli.php:834 |
| 40 | JDatabaseDriverMysqli->transactionStart() | JROOT/plugins/content/sigplus/core/core.php:1009 |
| 39 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.35 ms После последнего запроса: 0.22 ms Память запроса: 0.021 MB Память до запроса: 12.693 MB Выбрано строк: 1
SELECT viewid
FROM g3ebl_sigplus_view
WHERE folderid = 6774
AND hash = 0xb2e14b84429c9e7d7437592878ddafe1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_view | const | hash,g3ebl_FK_sigplus_view_folder | hash | 16 | const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 44 | JDatabaseDriver->loadResult() | JROOT/plugins/content/sigplus/core/core.php:1157 |
| 43 | SigPlusNovoGalleryBase->getView() | JROOT/plugins/content/sigplus/core/core.php:1162 |
| 42 | SigPlusNovoGalleryBase->insertView() | JROOT/plugins/content/sigplus/core/core.php:1843 |
| 41 | SigPlusNovoLocalGallery->populateFolderViews() | JROOT/plugins/content/sigplus/core/core.php:1897 |
| 40 | SigPlusNovoLocalGallery->populate() | JROOT/plugins/content/sigplus/core/core.php:1011 |
| 39 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.67 ms После последнего запроса: 0.12 ms Память запроса: 0.021 MB Память до запроса: 12.712 MB Выбрано строк: 0
SELECT
i.`fileurl`,
i.`imageid`
FROM `g3ebl_sigplus_image` AS i
INNER JOIN `g3ebl_sigplus_folder` AS f
ON i.`folderid` = f.`folderid`
INNER JOIN `g3ebl_sigplus_hierarchy` AS h
ON f.`folderid` = h.`descendantid`
WHERE h.`ancestorid` = 6774
AND NOT EXISTS (SELECT *
FROM `g3ebl_sigplus_imageview` AS v
WHERE i.`imageid` = v.`imageid`
AND v.`viewid` = 14590)
AND depthnum <= 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | h | ref | PRIMARY,g3ebl_FK_sigplus_hierarchy_descendant,g3ebl_IX_sigplus_hierarchy_depthnum | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| 1 | PRIMARY | i | ref | g3ebl_FK_sigplus_image_folder | g3ebl_FK_sigplus_image_folder | 5 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using where |
| 1 | PRIMARY | f | eq_ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using index |
| 2 | MATERIALIZED | v | ref | PRIMARY,g3ebl_FK_sigplus_imageview_view | g3ebl_FK_sigplus_imageview_view | 4 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| Starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.07 ms |
| Preparing | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.07 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.05 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Removing tmp table | 0.01 ms |
| Freeing items | 0.01 ms |
| Removing tmp table | 0.00 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1811 |
| 43 | JDatabaseDriver->loadRowList() | JROOT/plugins/content/sigplus/core/core.php:1759 |
| 42 | SigPlusNovoLocalBase->getMissingImageViews() | JROOT/plugins/content/sigplus/core/core.php:1846 |
| 41 | SigPlusNovoLocalGallery->populateFolderViews() | JROOT/plugins/content/sigplus/core/core.php:1897 |
| 40 | SigPlusNovoLocalGallery->populate() | JROOT/plugins/content/sigplus/core/core.php:1011 |
| 39 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.20 ms После последнего запроса: 0.07 ms Память запроса: 0.025 MB Память до запроса: 12.741 MB
COMMIT
EXPLAIN не доступен для запроса: COMMIT
| Status | Duration |
|---|
| Starting | 0.06 ms |
| Commit | 0.01 ms |
| starting | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver/mysqli.php:774 |
| 40 | JDatabaseDriverMysqli->transactionCommit() | JROOT/plugins/content/sigplus/core/core.php:1017 |
| 39 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.33 ms После последнего запроса: 0.10 ms Память запроса: 0.020 MB Память до запроса: 12.766 MB Выбрано строк: 1
SELECT
`langid`
FROM `g3ebl_sigplus_language`
WHERE
`lang` = 'ru'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_language | const | lang | lang | 2 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 40 | JDatabaseDriver->loadResult() | JROOT/plugins/content/sigplus/core/core.php:290 |
| 39 | SigPlusNovoDatabase::getLanguageId() | JROOT/plugins/content/sigplus/core/core.php:2994 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.29 ms После последнего запроса: 0.09 ms Память запроса: 0.020 MB Память до запроса: 12.786 MB Выбрано строк: 1
SELECT
`countryid`
FROM `g3ebl_sigplus_country`
WHERE
`country` = 'RU'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_country | const | country | country | 2 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 40 | JDatabaseDriver->loadResult() | JROOT/plugins/content/sigplus/core/core.php:305 |
| 39 | SigPlusNovoDatabase::getCountryId() | JROOT/plugins/content/sigplus/core/core.php:2995 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.52 ms После последнего запроса: 0.27 ms Память запроса: 0.019 MB Память до запроса: 12.810 MB Выбрано строк: 1
Повторяющиеся запросы:
#69SELECT
i.`imageid`,
i.`fileurl`,
i.`width`,
i.`height`,
i.`filesize`,
COALESCE(
c.`title`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Headline'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`title`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `title`,
COALESCE(
c.`summary`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Caption-Abstract'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`summary`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `summary`,
`thumb_fileurl`,
`thumb_width`,
`thumb_height`,
`preview_fileurl`,
`preview_width`,
`preview_height`,
`retina_fileurl`,
`retina_width`,
`retina_height`,
`watermark_fileurl`
FROM `g3ebl_sigplus_image` AS i
INNER JOIN `g3ebl_sigplus_folder` AS f
ON i.`folderid` = f.`folderid`
INNER JOIN `g3ebl_sigplus_hierarchy` AS h
ON f.`folderid` = h.`descendantid`
INNER JOIN `g3ebl_sigplus_folder` AS a
ON a.`folderid` = h.`ancestorid`
INNER JOIN `g3ebl_sigplus_imageview` AS v
ON i.`imageid` = v.`imageid`
LEFT JOIN `g3ebl_sigplus_caption` AS c
ON
c.`imageid` = i.`imageid`
AND
c.`langid` = 136
AND
c.`countryid` = 159
WHERE
a.`folderurl` = '/home/hlobynei/public_html/images/news/3079'
AND
`viewid` = 14590
AND `depthnum` <= 0
ORDER BY `depthnum` ASC, -`ordnum` DESC, `filename` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | a | const | PRIMARY,folderurl | folderurl | 769 | const | 1 | 100.00 | Using index; Using temporary; Используется filesort |
| 1 | PRIMARY | h | ref | PRIMARY,g3ebl_FK_sigplus_hierarchy_descendant,g3ebl_IX_sigplus_hierarchy_depthnum | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| 1 | PRIMARY | i | ref | PRIMARY,g3ebl_FK_sigplus_image_folder | g3ebl_FK_sigplus_image_folder | 5 | hlobynei_portal.h.descendantid | 1 | 100.00 | |
| 1 | PRIMARY | f | eq_ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using index |
| 1 | PRIMARY | c | eq_ref | PRIMARY,g3ebl_FK_sigplus_caption_language,g3ebl_FK_sigplus_caption_country | PRIMARY | 8 | hlobynei_portal.i.imageid,const,const | 1 | 100.00 | |
| 1 | PRIMARY | v | eq_ref | PRIMARY,g3ebl_FK_sigplus_imageview_view | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 5 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 4 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 4 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 3 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 2 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 2 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.16 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.08 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.15 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.03 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.03 ms |
| Creating tmp table | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.22 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.03 ms |
| Removing tmp table | 0.05 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 39 | JDatabaseDriverMysqli->execute() | JROOT/plugins/content/sigplus/core/core.php:3138 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.44 ms После последнего запроса: 0.05 ms Память запроса: 0.019 MB Память до запроса: 12.830 MB Выбрано строк: 1
Повторяющиеся запросы:
#68SELECT
i.`imageid`,
i.`fileurl`,
i.`width`,
i.`height`,
i.`filesize`,
COALESCE(
c.`title`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Headline'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`title`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `title`,
COALESCE(
c.`summary`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Caption-Abstract'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`summary`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `summary`,
`thumb_fileurl`,
`thumb_width`,
`thumb_height`,
`preview_fileurl`,
`preview_width`,
`preview_height`,
`retina_fileurl`,
`retina_width`,
`retina_height`,
`watermark_fileurl`
FROM `g3ebl_sigplus_image` AS i
INNER JOIN `g3ebl_sigplus_folder` AS f
ON i.`folderid` = f.`folderid`
INNER JOIN `g3ebl_sigplus_hierarchy` AS h
ON f.`folderid` = h.`descendantid`
INNER JOIN `g3ebl_sigplus_folder` AS a
ON a.`folderid` = h.`ancestorid`
INNER JOIN `g3ebl_sigplus_imageview` AS v
ON i.`imageid` = v.`imageid`
LEFT JOIN `g3ebl_sigplus_caption` AS c
ON
c.`imageid` = i.`imageid`
AND
c.`langid` = 136
AND
c.`countryid` = 159
WHERE
a.`folderurl` = '/home/hlobynei/public_html/images/news/3079'
AND
`viewid` = 14590
AND `depthnum` <= 0
ORDER BY `depthnum` ASC, -`ordnum` DESC, `filename` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | a | const | PRIMARY,folderurl | folderurl | 769 | const | 1 | 100.00 | Using index; Using temporary; Используется filesort |
| 1 | PRIMARY | h | ref | PRIMARY,g3ebl_FK_sigplus_hierarchy_descendant,g3ebl_IX_sigplus_hierarchy_depthnum | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| 1 | PRIMARY | i | ref | PRIMARY,g3ebl_FK_sigplus_image_folder | g3ebl_FK_sigplus_image_folder | 5 | hlobynei_portal.h.descendantid | 1 | 100.00 | |
| 1 | PRIMARY | f | eq_ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using index |
| 1 | PRIMARY | c | eq_ref | PRIMARY,g3ebl_FK_sigplus_caption_language,g3ebl_FK_sigplus_caption_country | PRIMARY | 8 | hlobynei_portal.i.imageid,const,const | 1 | 100.00 | |
| 1 | PRIMARY | v | eq_ref | PRIMARY,g3ebl_FK_sigplus_imageview_view | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 5 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 4 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 4 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 3 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 2 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 2 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.16 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.09 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.10 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.04 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.03 ms |
| Creating tmp table | 0.03 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.18 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.03 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.03 ms |
| Removing tmp table | 0.04 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1811 |
| 39 | JDatabaseDriver->loadRowList() | JROOT/plugins/content/sigplus/core/core.php:3145 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.42 ms После последнего запроса: 1.33 ms Память запроса: 0.014 MB Память до запроса: 12.834 MB Выбрано строк: 1
SELECT count(*)
FROM g3ebl_jcomments AS c
WHERE c.object_id = 3079
AND c.object_group = 'com_content'
AND c.published = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | ref | idx_object | idx_object | 772 | const,const,const | 1 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| Starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.06 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.07 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 29 | JDatabaseDriver->loadResult() | JROOT/components/com_jcomments/models/jcomments.php:35 |
| 28 | JCommentsModel::getCommentsCount() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:48 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:7 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.32 ms После последнего запроса: 0.16 ms Память запроса: 0.014 MB Память до запроса: 12.848 MB Выбрано строк: 0
SELECT field_id,value
FROM g3ebl_fields_values
WHERE item_id = '3051'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_fields_values | ref | idx_item_id | idx_item_id | 766 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 28 | JDatabaseDriver->loadObjectList() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:7 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.38 ms После последнего запроса: 5.36 ms Память запроса: 0.019 MB Память до запроса: 12.877 MB Выбрано строк: 1
SELECT `folderid`, `foldertime`, `entitytag`
FROM `g3ebl_sigplus_folder`
WHERE `folderurl` = '/home/hlobynei/public_html/images/news/3051'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_folder | const | folderurl | folderurl | 769 | const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1773 |
| 39 | JDatabaseDriver->loadRow() | JROOT/plugins/content/sigplus/core/core.php:2908 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.14 ms После последнего запроса: 0.06 ms Память запроса: 0.019 MB Память до запроса: 12.896 MB
START TRANSACTION
EXPLAIN не доступен для запроса: START TRANSACTION
| Status | Duration |
|---|
| Starting | 0.05 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver/mysqli.php:834 |
| 40 | JDatabaseDriverMysqli->transactionStart() | JROOT/plugins/content/sigplus/core/core.php:1009 |
| 39 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.35 ms После последнего запроса: 0.15 ms Память запроса: 0.021 MB Память до запроса: 12.918 MB Выбрано строк: 1
SELECT viewid
FROM g3ebl_sigplus_view
WHERE folderid = 6718
AND hash = 0xbe2b39dee88135d4d41af592270ec311
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_view | const | hash,g3ebl_FK_sigplus_view_folder | hash | 16 | const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 44 | JDatabaseDriver->loadResult() | JROOT/plugins/content/sigplus/core/core.php:1157 |
| 43 | SigPlusNovoGalleryBase->getView() | JROOT/plugins/content/sigplus/core/core.php:1162 |
| 42 | SigPlusNovoGalleryBase->insertView() | JROOT/plugins/content/sigplus/core/core.php:1843 |
| 41 | SigPlusNovoLocalGallery->populateFolderViews() | JROOT/plugins/content/sigplus/core/core.php:1897 |
| 40 | SigPlusNovoLocalGallery->populate() | JROOT/plugins/content/sigplus/core/core.php:1011 |
| 39 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.61 ms После последнего запроса: 0.08 ms Память запроса: 0.021 MB Память до запроса: 12.937 MB Выбрано строк: 0
SELECT
i.`fileurl`,
i.`imageid`
FROM `g3ebl_sigplus_image` AS i
INNER JOIN `g3ebl_sigplus_folder` AS f
ON i.`folderid` = f.`folderid`
INNER JOIN `g3ebl_sigplus_hierarchy` AS h
ON f.`folderid` = h.`descendantid`
WHERE h.`ancestorid` = 6718
AND NOT EXISTS (SELECT *
FROM `g3ebl_sigplus_imageview` AS v
WHERE i.`imageid` = v.`imageid`
AND v.`viewid` = 14420)
AND depthnum <= 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | h | ref | PRIMARY,g3ebl_FK_sigplus_hierarchy_descendant,g3ebl_IX_sigplus_hierarchy_depthnum | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| 1 | PRIMARY | i | ref | g3ebl_FK_sigplus_image_folder | g3ebl_FK_sigplus_image_folder | 5 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using where |
| 1 | PRIMARY | f | eq_ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using index |
| 2 | MATERIALIZED | v | ref | PRIMARY,g3ebl_FK_sigplus_imageview_view | g3ebl_FK_sigplus_imageview_view | 4 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| Starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.05 ms |
| Preparing | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.06 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.05 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Removing tmp table | 0.01 ms |
| Freeing items | 0.01 ms |
| Removing tmp table | 0.00 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1811 |
| 43 | JDatabaseDriver->loadRowList() | JROOT/plugins/content/sigplus/core/core.php:1759 |
| 42 | SigPlusNovoLocalBase->getMissingImageViews() | JROOT/plugins/content/sigplus/core/core.php:1846 |
| 41 | SigPlusNovoLocalGallery->populateFolderViews() | JROOT/plugins/content/sigplus/core/core.php:1897 |
| 40 | SigPlusNovoLocalGallery->populate() | JROOT/plugins/content/sigplus/core/core.php:1011 |
| 39 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.14 ms После последнего запроса: 0.05 ms Память запроса: 0.019 MB Память до запроса: 12.957 MB
COMMIT
EXPLAIN не доступен для запроса: COMMIT
| Status | Duration |
|---|
| Starting | 0.05 ms |
| Commit | 0.01 ms |
| starting | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver/mysqli.php:774 |
| 40 | JDatabaseDriverMysqli->transactionCommit() | JROOT/plugins/content/sigplus/core/core.php:1017 |
| 39 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.27 ms После последнего запроса: 0.05 ms Память запроса: 0.020 MB Память до запроса: 12.977 MB Выбрано строк: 1
SELECT
`langid`
FROM `g3ebl_sigplus_language`
WHERE
`lang` = 'ru'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_language | const | lang | lang | 2 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 40 | JDatabaseDriver->loadResult() | JROOT/plugins/content/sigplus/core/core.php:290 |
| 39 | SigPlusNovoDatabase::getLanguageId() | JROOT/plugins/content/sigplus/core/core.php:2994 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.27 ms После последнего запроса: 0.05 ms Память запроса: 0.020 MB Память до запроса: 12.996 MB Выбрано строк: 1
SELECT
`countryid`
FROM `g3ebl_sigplus_country`
WHERE
`country` = 'RU'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_country | const | country | country | 2 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 40 | JDatabaseDriver->loadResult() | JROOT/plugins/content/sigplus/core/core.php:305 |
| 39 | SigPlusNovoDatabase::getCountryId() | JROOT/plugins/content/sigplus/core/core.php:2995 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.59 ms После последнего запроса: 0.13 ms Память запроса: 0.019 MB Память до запроса: 13.020 MB Выбрано строк: 1
Повторяющиеся запросы:
#80SELECT
i.`imageid`,
i.`fileurl`,
i.`width`,
i.`height`,
i.`filesize`,
COALESCE(
c.`title`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Headline'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`title`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `title`,
COALESCE(
c.`summary`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Caption-Abstract'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`summary`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `summary`,
`thumb_fileurl`,
`thumb_width`,
`thumb_height`,
`preview_fileurl`,
`preview_width`,
`preview_height`,
`retina_fileurl`,
`retina_width`,
`retina_height`,
`watermark_fileurl`
FROM `g3ebl_sigplus_image` AS i
INNER JOIN `g3ebl_sigplus_folder` AS f
ON i.`folderid` = f.`folderid`
INNER JOIN `g3ebl_sigplus_hierarchy` AS h
ON f.`folderid` = h.`descendantid`
INNER JOIN `g3ebl_sigplus_folder` AS a
ON a.`folderid` = h.`ancestorid`
INNER JOIN `g3ebl_sigplus_imageview` AS v
ON i.`imageid` = v.`imageid`
LEFT JOIN `g3ebl_sigplus_caption` AS c
ON
c.`imageid` = i.`imageid`
AND
c.`langid` = 136
AND
c.`countryid` = 159
WHERE
a.`folderurl` = '/home/hlobynei/public_html/images/news/3051'
AND
`viewid` = 14420
AND `depthnum` <= 0
ORDER BY `depthnum` ASC, -`ordnum` DESC, `filename` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | a | const | PRIMARY,folderurl | folderurl | 769 | const | 1 | 100.00 | Using index; Using temporary; Используется filesort |
| 1 | PRIMARY | h | ref | PRIMARY,g3ebl_FK_sigplus_hierarchy_descendant,g3ebl_IX_sigplus_hierarchy_depthnum | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| 1 | PRIMARY | i | ref | PRIMARY,g3ebl_FK_sigplus_image_folder | g3ebl_FK_sigplus_image_folder | 5 | hlobynei_portal.h.descendantid | 1 | 100.00 | |
| 1 | PRIMARY | f | eq_ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using index |
| 1 | PRIMARY | c | eq_ref | PRIMARY,g3ebl_FK_sigplus_caption_language,g3ebl_FK_sigplus_caption_country | PRIMARY | 8 | hlobynei_portal.i.imageid,const,const | 1 | 100.00 | |
| 1 | PRIMARY | v | eq_ref | PRIMARY,g3ebl_FK_sigplus_imageview_view | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 5 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 4 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 4 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 3 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 2 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 2 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.16 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.07 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.11 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.03 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.03 ms |
| Creating tmp table | 0.03 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.27 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.03 ms |
| Removing tmp table | 0.04 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.04 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 39 | JDatabaseDriverMysqli->execute() | JROOT/plugins/content/sigplus/core/core.php:3138 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.46 ms После последнего запроса: 0.05 ms Память запроса: 0.019 MB Память до запроса: 13.041 MB Выбрано строк: 1
Повторяющиеся запросы:
#79SELECT
i.`imageid`,
i.`fileurl`,
i.`width`,
i.`height`,
i.`filesize`,
COALESCE(
c.`title`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Headline'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`title`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `title`,
COALESCE(
c.`summary`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Caption-Abstract'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`summary`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `summary`,
`thumb_fileurl`,
`thumb_width`,
`thumb_height`,
`preview_fileurl`,
`preview_width`,
`preview_height`,
`retina_fileurl`,
`retina_width`,
`retina_height`,
`watermark_fileurl`
FROM `g3ebl_sigplus_image` AS i
INNER JOIN `g3ebl_sigplus_folder` AS f
ON i.`folderid` = f.`folderid`
INNER JOIN `g3ebl_sigplus_hierarchy` AS h
ON f.`folderid` = h.`descendantid`
INNER JOIN `g3ebl_sigplus_folder` AS a
ON a.`folderid` = h.`ancestorid`
INNER JOIN `g3ebl_sigplus_imageview` AS v
ON i.`imageid` = v.`imageid`
LEFT JOIN `g3ebl_sigplus_caption` AS c
ON
c.`imageid` = i.`imageid`
AND
c.`langid` = 136
AND
c.`countryid` = 159
WHERE
a.`folderurl` = '/home/hlobynei/public_html/images/news/3051'
AND
`viewid` = 14420
AND `depthnum` <= 0
ORDER BY `depthnum` ASC, -`ordnum` DESC, `filename` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | a | const | PRIMARY,folderurl | folderurl | 769 | const | 1 | 100.00 | Using index; Using temporary; Используется filesort |
| 1 | PRIMARY | h | ref | PRIMARY,g3ebl_FK_sigplus_hierarchy_descendant,g3ebl_IX_sigplus_hierarchy_depthnum | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| 1 | PRIMARY | i | ref | PRIMARY,g3ebl_FK_sigplus_image_folder | g3ebl_FK_sigplus_image_folder | 5 | hlobynei_portal.h.descendantid | 1 | 100.00 | |
| 1 | PRIMARY | f | eq_ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using index |
| 1 | PRIMARY | c | eq_ref | PRIMARY,g3ebl_FK_sigplus_caption_language,g3ebl_FK_sigplus_caption_country | PRIMARY | 8 | hlobynei_portal.i.imageid,const,const | 1 | 100.00 | |
| 1 | PRIMARY | v | eq_ref | PRIMARY,g3ebl_FK_sigplus_imageview_view | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 5 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 4 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 4 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 3 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 2 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 2 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.19 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.09 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.12 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.03 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.02 ms |
| Creating tmp table | 0.03 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.19 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.03 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.02 ms |
| Removing tmp table | 0.04 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.00 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1811 |
| 39 | JDatabaseDriver->loadRowList() | JROOT/plugins/content/sigplus/core/core.php:3145 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.37 ms После последнего запроса: 1.23 ms Память запроса: 0.014 MB Память до запроса: 13.044 MB Выбрано строк: 1
SELECT count(*)
FROM g3ebl_jcomments AS c
WHERE c.object_id = 3051
AND c.object_group = 'com_content'
AND c.published = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | ref | idx_object | idx_object | 772 | const,const,const | 1 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.06 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 29 | JDatabaseDriver->loadResult() | JROOT/components/com_jcomments/models/jcomments.php:35 |
| 28 | JCommentsModel::getCommentsCount() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:48 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.33 ms После последнего запроса: 0.15 ms Память запроса: 0.014 MB Память до запроса: 13.058 MB Выбрано строк: 0
SELECT field_id,value
FROM g3ebl_fields_values
WHERE item_id = '840'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_fields_values | ref | idx_item_id | idx_item_id | 766 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 28 | JDatabaseDriver->loadObjectList() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:7 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.41 ms После последнего запроса: 21.48 ms Память запроса: 0.019 MB Память до запроса: 13.087 MB Выбрано строк: 1
SELECT `folderid`, `foldertime`, `entitytag`
FROM `g3ebl_sigplus_folder`
WHERE `folderurl` = '/home/hlobynei/public_html/images/news/840'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_folder | const | folderurl | folderurl | 769 | const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.05 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1773 |
| 39 | JDatabaseDriver->loadRow() | JROOT/plugins/content/sigplus/core/core.php:2908 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.13 ms После последнего запроса: 0.06 ms Память запроса: 0.019 MB Память до запроса: 13.106 MB
START TRANSACTION
EXPLAIN не доступен для запроса: START TRANSACTION
| Status | Duration |
|---|
| Starting | 0.05 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.03 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver/mysqli.php:834 |
| 40 | JDatabaseDriverMysqli->transactionStart() | JROOT/plugins/content/sigplus/core/core.php:1009 |
| 39 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.34 ms После последнего запроса: 0.14 ms Память запроса: 0.021 MB Память до запроса: 13.128 MB Выбрано строк: 1
SELECT viewid
FROM g3ebl_sigplus_view
WHERE folderid = 2133
AND hash = 0x9b47d93dce5efa5fbb968a9242be5cb3
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_view | const | hash,g3ebl_FK_sigplus_view_folder | hash | 16 | const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 44 | JDatabaseDriver->loadResult() | JROOT/plugins/content/sigplus/core/core.php:1157 |
| 43 | SigPlusNovoGalleryBase->getView() | JROOT/plugins/content/sigplus/core/core.php:1162 |
| 42 | SigPlusNovoGalleryBase->insertView() | JROOT/plugins/content/sigplus/core/core.php:1843 |
| 41 | SigPlusNovoLocalGallery->populateFolderViews() | JROOT/plugins/content/sigplus/core/core.php:1897 |
| 40 | SigPlusNovoLocalGallery->populate() | JROOT/plugins/content/sigplus/core/core.php:1011 |
| 39 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.68 ms После последнего запроса: 0.08 ms Память запроса: 0.021 MB Память до запроса: 13.147 MB Выбрано строк: 0
SELECT
i.`fileurl`,
i.`imageid`
FROM `g3ebl_sigplus_image` AS i
INNER JOIN `g3ebl_sigplus_folder` AS f
ON i.`folderid` = f.`folderid`
INNER JOIN `g3ebl_sigplus_hierarchy` AS h
ON f.`folderid` = h.`descendantid`
WHERE h.`ancestorid` = 2133
AND NOT EXISTS (SELECT *
FROM `g3ebl_sigplus_imageview` AS v
WHERE i.`imageid` = v.`imageid`
AND v.`viewid` = 3809)
AND depthnum <= 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | h | ref | PRIMARY,g3ebl_FK_sigplus_hierarchy_descendant,g3ebl_IX_sigplus_hierarchy_depthnum | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| 1 | PRIMARY | i | ref | g3ebl_FK_sigplus_image_folder | g3ebl_FK_sigplus_image_folder | 5 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using where |
| 1 | PRIMARY | f | eq_ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using index |
| 2 | MATERIALIZED | v | ref | PRIMARY,g3ebl_FK_sigplus_imageview_view | g3ebl_FK_sigplus_imageview_view | 4 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| Starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.07 ms |
| Preparing | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.07 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.05 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Removing tmp table | 0.01 ms |
| Freeing items | 0.01 ms |
| Removing tmp table | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1811 |
| 43 | JDatabaseDriver->loadRowList() | JROOT/plugins/content/sigplus/core/core.php:1759 |
| 42 | SigPlusNovoLocalBase->getMissingImageViews() | JROOT/plugins/content/sigplus/core/core.php:1846 |
| 41 | SigPlusNovoLocalGallery->populateFolderViews() | JROOT/plugins/content/sigplus/core/core.php:1897 |
| 40 | SigPlusNovoLocalGallery->populate() | JROOT/plugins/content/sigplus/core/core.php:1011 |
| 39 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.14 ms После последнего запроса: 0.05 ms Память запроса: 0.019 MB Память до запроса: 13.167 MB
COMMIT
EXPLAIN не доступен для запроса: COMMIT
| Status | Duration |
|---|
| Starting | 0.05 ms |
| Commit | 0.01 ms |
| starting | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver/mysqli.php:774 |
| 40 | JDatabaseDriverMysqli->transactionCommit() | JROOT/plugins/content/sigplus/core/core.php:1017 |
| 39 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.31 ms После последнего запроса: 0.06 ms Память запроса: 0.020 MB Память до запроса: 13.187 MB Выбрано строк: 1
SELECT
`langid`
FROM `g3ebl_sigplus_language`
WHERE
`lang` = 'ru'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_language | const | lang | lang | 2 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 40 | JDatabaseDriver->loadResult() | JROOT/plugins/content/sigplus/core/core.php:290 |
| 39 | SigPlusNovoDatabase::getLanguageId() | JROOT/plugins/content/sigplus/core/core.php:2994 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.31 ms После последнего запроса: 0.05 ms Память запроса: 0.020 MB Память до запроса: 13.206 MB Выбрано строк: 1
SELECT
`countryid`
FROM `g3ebl_sigplus_country`
WHERE
`country` = 'RU'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_country | const | country | country | 2 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 40 | JDatabaseDriver->loadResult() | JROOT/plugins/content/sigplus/core/core.php:305 |
| 39 | SigPlusNovoDatabase::getCountryId() | JROOT/plugins/content/sigplus/core/core.php:2995 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.48 ms После последнего запроса: 0.14 ms Память запроса: 0.019 MB Память до запроса: 13.230 MB Выбрано строк: 1
Повторяющиеся запросы:
#91SELECT
i.`imageid`,
i.`fileurl`,
i.`width`,
i.`height`,
i.`filesize`,
COALESCE(
c.`title`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Headline'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`title`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `title`,
COALESCE(
c.`summary`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Caption-Abstract'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`summary`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `summary`,
`thumb_fileurl`,
`thumb_width`,
`thumb_height`,
`preview_fileurl`,
`preview_width`,
`preview_height`,
`retina_fileurl`,
`retina_width`,
`retina_height`,
`watermark_fileurl`
FROM `g3ebl_sigplus_image` AS i
INNER JOIN `g3ebl_sigplus_folder` AS f
ON i.`folderid` = f.`folderid`
INNER JOIN `g3ebl_sigplus_hierarchy` AS h
ON f.`folderid` = h.`descendantid`
INNER JOIN `g3ebl_sigplus_folder` AS a
ON a.`folderid` = h.`ancestorid`
INNER JOIN `g3ebl_sigplus_imageview` AS v
ON i.`imageid` = v.`imageid`
LEFT JOIN `g3ebl_sigplus_caption` AS c
ON
c.`imageid` = i.`imageid`
AND
c.`langid` = 136
AND
c.`countryid` = 159
WHERE
a.`folderurl` = '/home/hlobynei/public_html/images/news/840'
AND
`viewid` = 3809
AND `depthnum` <= 0
ORDER BY `depthnum` ASC, -`ordnum` DESC, `filename` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | a | const | PRIMARY,folderurl | folderurl | 769 | const | 1 | 100.00 | Using index; Using temporary; Используется filesort |
| 1 | PRIMARY | h | ref | PRIMARY,g3ebl_FK_sigplus_hierarchy_descendant,g3ebl_IX_sigplus_hierarchy_depthnum | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| 1 | PRIMARY | i | ref | PRIMARY,g3ebl_FK_sigplus_image_folder | g3ebl_FK_sigplus_image_folder | 5 | hlobynei_portal.h.descendantid | 1 | 100.00 | |
| 1 | PRIMARY | f | eq_ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using index |
| 1 | PRIMARY | c | eq_ref | PRIMARY,g3ebl_FK_sigplus_caption_language,g3ebl_FK_sigplus_caption_country | PRIMARY | 8 | hlobynei_portal.i.imageid,const,const | 1 | 100.00 | |
| 1 | PRIMARY | v | eq_ref | PRIMARY,g3ebl_FK_sigplus_imageview_view | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 5 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 4 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 4 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 3 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 2 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 2 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.17 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.06 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.13 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.04 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.05 ms |
| Preparing | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.03 ms |
| Creating tmp table | 0.04 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.23 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.03 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.03 ms |
| Removing tmp table | 0.05 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.02 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 39 | JDatabaseDriverMysqli->execute() | JROOT/plugins/content/sigplus/core/core.php:3138 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.34 ms После последнего запроса: 0.06 ms Память запроса: 0.019 MB Память до запроса: 13.251 MB Выбрано строк: 1
Повторяющиеся запросы:
#90SELECT
i.`imageid`,
i.`fileurl`,
i.`width`,
i.`height`,
i.`filesize`,
COALESCE(
c.`title`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Headline'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`title`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `title`,
COALESCE(
c.`summary`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Caption-Abstract'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`summary`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `summary`,
`thumb_fileurl`,
`thumb_width`,
`thumb_height`,
`preview_fileurl`,
`preview_width`,
`preview_height`,
`retina_fileurl`,
`retina_width`,
`retina_height`,
`watermark_fileurl`
FROM `g3ebl_sigplus_image` AS i
INNER JOIN `g3ebl_sigplus_folder` AS f
ON i.`folderid` = f.`folderid`
INNER JOIN `g3ebl_sigplus_hierarchy` AS h
ON f.`folderid` = h.`descendantid`
INNER JOIN `g3ebl_sigplus_folder` AS a
ON a.`folderid` = h.`ancestorid`
INNER JOIN `g3ebl_sigplus_imageview` AS v
ON i.`imageid` = v.`imageid`
LEFT JOIN `g3ebl_sigplus_caption` AS c
ON
c.`imageid` = i.`imageid`
AND
c.`langid` = 136
AND
c.`countryid` = 159
WHERE
a.`folderurl` = '/home/hlobynei/public_html/images/news/840'
AND
`viewid` = 3809
AND `depthnum` <= 0
ORDER BY `depthnum` ASC, -`ordnum` DESC, `filename` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | a | const | PRIMARY,folderurl | folderurl | 769 | const | 1 | 100.00 | Using index; Using temporary; Используется filesort |
| 1 | PRIMARY | h | ref | PRIMARY,g3ebl_FK_sigplus_hierarchy_descendant,g3ebl_IX_sigplus_hierarchy_depthnum | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| 1 | PRIMARY | i | ref | PRIMARY,g3ebl_FK_sigplus_image_folder | g3ebl_FK_sigplus_image_folder | 5 | hlobynei_portal.h.descendantid | 1 | 100.00 | |
| 1 | PRIMARY | f | eq_ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using index |
| 1 | PRIMARY | c | eq_ref | PRIMARY,g3ebl_FK_sigplus_caption_language,g3ebl_FK_sigplus_caption_country | PRIMARY | 8 | hlobynei_portal.i.imageid,const,const | 1 | 100.00 | |
| 1 | PRIMARY | v | eq_ref | PRIMARY,g3ebl_FK_sigplus_imageview_view | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 5 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 4 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 4 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 3 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 2 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 2 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.15 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.06 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.09 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.03 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.02 ms |
| Creating tmp table | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.20 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.04 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.03 ms |
| Removing tmp table | 0.05 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.08 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1811 |
| 39 | JDatabaseDriver->loadRowList() | JROOT/plugins/content/sigplus/core/core.php:3145 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.43 ms После последнего запроса: 1.29 ms Память запроса: 0.014 MB Память до запроса: 13.255 MB Выбрано строк: 1
SELECT count(*)
FROM g3ebl_jcomments AS c
WHERE c.object_id = 840
AND c.object_group = 'com_content'
AND c.published = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | ref | idx_object | idx_object | 772 | const,const,const | 1 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 29 | JDatabaseDriver->loadResult() | JROOT/components/com_jcomments/models/jcomments.php:35 |
| 28 | JCommentsModel::getCommentsCount() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:48 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.31 ms После последнего запроса: 0.13 ms Память запроса: 0.014 MB Память до запроса: 13.269 MB Выбрано строк: 0
SELECT field_id,value
FROM g3ebl_fields_values
WHERE item_id = '950'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_fields_values | ref | idx_item_id | idx_item_id | 766 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.04 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 28 | JDatabaseDriver->loadObjectList() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:7 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.37 ms После последнего запроса: 5.22 ms Память запроса: 0.019 MB Память до запроса: 13.297 MB Выбрано строк: 1
SELECT `folderid`, `foldertime`, `entitytag`
FROM `g3ebl_sigplus_folder`
WHERE `folderurl` = '/home/hlobynei/public_html/images/news/950'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_folder | const | folderurl | folderurl | 769 | const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1773 |
| 39 | JDatabaseDriver->loadRow() | JROOT/plugins/content/sigplus/core/core.php:2908 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.19 ms После последнего запроса: 0.05 ms Память запроса: 0.019 MB Память до запроса: 13.317 MB
START TRANSACTION
EXPLAIN не доступен для запроса: START TRANSACTION
| Status | Duration |
|---|
| Starting | 0.07 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver/mysqli.php:834 |
| 40 | JDatabaseDriverMysqli->transactionStart() | JROOT/plugins/content/sigplus/core/core.php:1009 |
| 39 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.39 ms После последнего запроса: 0.13 ms Память запроса: 0.021 MB Память до запроса: 13.338 MB Выбрано строк: 1
SELECT viewid
FROM g3ebl_sigplus_view
WHERE folderid = 2417
AND hash = 0x3040ff2dca94ea511ca0e014d95bd88b
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_view | const | hash,g3ebl_FK_sigplus_view_folder | hash | 16 | const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 44 | JDatabaseDriver->loadResult() | JROOT/plugins/content/sigplus/core/core.php:1157 |
| 43 | SigPlusNovoGalleryBase->getView() | JROOT/plugins/content/sigplus/core/core.php:1162 |
| 42 | SigPlusNovoGalleryBase->insertView() | JROOT/plugins/content/sigplus/core/core.php:1843 |
| 41 | SigPlusNovoLocalGallery->populateFolderViews() | JROOT/plugins/content/sigplus/core/core.php:1897 |
| 40 | SigPlusNovoLocalGallery->populate() | JROOT/plugins/content/sigplus/core/core.php:1011 |
| 39 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.80 ms После последнего запроса: 0.06 ms Память запроса: 0.021 MB Память до запроса: 13.358 MB Выбрано строк: 0
SELECT
i.`fileurl`,
i.`imageid`
FROM `g3ebl_sigplus_image` AS i
INNER JOIN `g3ebl_sigplus_folder` AS f
ON i.`folderid` = f.`folderid`
INNER JOIN `g3ebl_sigplus_hierarchy` AS h
ON f.`folderid` = h.`descendantid`
WHERE h.`ancestorid` = 2417
AND NOT EXISTS (SELECT *
FROM `g3ebl_sigplus_imageview` AS v
WHERE i.`imageid` = v.`imageid`
AND v.`viewid` = 4337)
AND depthnum <= 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | h | ref | PRIMARY,g3ebl_FK_sigplus_hierarchy_descendant,g3ebl_IX_sigplus_hierarchy_depthnum | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| 1 | PRIMARY | i | ref | g3ebl_FK_sigplus_image_folder | g3ebl_FK_sigplus_image_folder | 5 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using where |
| 1 | PRIMARY | f | eq_ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using index |
| 2 | MATERIALIZED | v | ref | PRIMARY,g3ebl_FK_sigplus_imageview_view | g3ebl_FK_sigplus_imageview_view | 4 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| Starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.04 ms |
| Statistics | 0.08 ms |
| Preparing | 0.03 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.08 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.06 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Removing tmp table | 0.01 ms |
| Freeing items | 0.01 ms |
| Removing tmp table | 0.01 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1811 |
| 43 | JDatabaseDriver->loadRowList() | JROOT/plugins/content/sigplus/core/core.php:1759 |
| 42 | SigPlusNovoLocalBase->getMissingImageViews() | JROOT/plugins/content/sigplus/core/core.php:1846 |
| 41 | SigPlusNovoLocalGallery->populateFolderViews() | JROOT/plugins/content/sigplus/core/core.php:1897 |
| 40 | SigPlusNovoLocalGallery->populate() | JROOT/plugins/content/sigplus/core/core.php:1011 |
| 39 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.20 ms После последнего запроса: 0.06 ms Память запроса: 0.019 MB Память до запроса: 13.378 MB
COMMIT
EXPLAIN не доступен для запроса: COMMIT
| Status | Duration |
|---|
| Starting | 0.08 ms |
| Commit | 0.01 ms |
| starting | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver/mysqli.php:774 |
| 40 | JDatabaseDriverMysqli->transactionCommit() | JROOT/plugins/content/sigplus/core/core.php:1017 |
| 39 | SigPlusNovoGalleryBase->update() | JROOT/plugins/content/sigplus/core/core.php:2916 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.38 ms После последнего запроса: 0.06 ms Память запроса: 0.020 MB Память до запроса: 13.397 MB Выбрано строк: 1
SELECT
`langid`
FROM `g3ebl_sigplus_language`
WHERE
`lang` = 'ru'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_language | const | lang | lang | 2 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 40 | JDatabaseDriver->loadResult() | JROOT/plugins/content/sigplus/core/core.php:290 |
| 39 | SigPlusNovoDatabase::getLanguageId() | JROOT/plugins/content/sigplus/core/core.php:2994 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.34 ms После последнего запроса: 0.07 ms Память запроса: 0.020 MB Память до запроса: 13.417 MB Выбрано строк: 1
SELECT
`countryid`
FROM `g3ebl_sigplus_country`
WHERE
`country` = 'RU'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_sigplus_country | const | country | country | 2 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 41 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 40 | JDatabaseDriver->loadResult() | JROOT/plugins/content/sigplus/core/core.php:305 |
| 39 | SigPlusNovoDatabase::getCountryId() | JROOT/plugins/content/sigplus/core/core.php:2995 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.79 ms После последнего запроса: 0.13 ms Память запроса: 0.019 MB Память до запроса: 13.441 MB Выбрано строк: 1
Повторяющиеся запросы:
#102SELECT
i.`imageid`,
i.`fileurl`,
i.`width`,
i.`height`,
i.`filesize`,
COALESCE(
c.`title`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Headline'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`title`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `title`,
COALESCE(
c.`summary`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Caption-Abstract'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`summary`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `summary`,
`thumb_fileurl`,
`thumb_width`,
`thumb_height`,
`preview_fileurl`,
`preview_width`,
`preview_height`,
`retina_fileurl`,
`retina_width`,
`retina_height`,
`watermark_fileurl`
FROM `g3ebl_sigplus_image` AS i
INNER JOIN `g3ebl_sigplus_folder` AS f
ON i.`folderid` = f.`folderid`
INNER JOIN `g3ebl_sigplus_hierarchy` AS h
ON f.`folderid` = h.`descendantid`
INNER JOIN `g3ebl_sigplus_folder` AS a
ON a.`folderid` = h.`ancestorid`
INNER JOIN `g3ebl_sigplus_imageview` AS v
ON i.`imageid` = v.`imageid`
LEFT JOIN `g3ebl_sigplus_caption` AS c
ON
c.`imageid` = i.`imageid`
AND
c.`langid` = 136
AND
c.`countryid` = 159
WHERE
a.`folderurl` = '/home/hlobynei/public_html/images/news/950'
AND
`viewid` = 4337
AND `depthnum` <= 0
ORDER BY `depthnum` ASC, -`ordnum` DESC, `filename` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | a | const | PRIMARY,folderurl | folderurl | 769 | const | 1 | 100.00 | Using index; Using temporary; Используется filesort |
| 1 | PRIMARY | h | ref | PRIMARY,g3ebl_FK_sigplus_hierarchy_descendant,g3ebl_IX_sigplus_hierarchy_depthnum | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| 1 | PRIMARY | i | ref | PRIMARY,g3ebl_FK_sigplus_image_folder | g3ebl_FK_sigplus_image_folder | 5 | hlobynei_portal.h.descendantid | 1 | 100.00 | |
| 1 | PRIMARY | f | eq_ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using index |
| 1 | PRIMARY | c | eq_ref | PRIMARY,g3ebl_FK_sigplus_caption_language,g3ebl_FK_sigplus_caption_country | PRIMARY | 8 | hlobynei_portal.i.imageid,const,const | 1 | 100.00 | |
| 1 | PRIMARY | v | eq_ref | PRIMARY,g3ebl_FK_sigplus_imageview_view | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 5 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 4 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 4 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 3 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 2 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 2 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.24 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.06 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.10 ms |
| Optimizing | 0.04 ms |
| Statistics | 0.17 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.05 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.03 ms |
| Creating tmp table | 0.04 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.24 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.03 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.03 ms |
| Creating sort index | 0.04 ms |
| Removing tmp table | 0.05 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 39 | JDatabaseDriverMysqli->execute() | JROOT/plugins/content/sigplus/core/core.php:3138 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.45 ms После последнего запроса: 0.07 ms Память запроса: 0.019 MB Память до запроса: 13.462 MB Выбрано строк: 1
Повторяющиеся запросы:
#101SELECT
i.`imageid`,
i.`fileurl`,
i.`width`,
i.`height`,
i.`filesize`,
COALESCE(
c.`title`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Headline'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`title`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `title`,
COALESCE(
c.`summary`,
(
SELECT md.`textvalue`
FROM `g3ebl_sigplus_property` AS mp
INNER JOIN `g3ebl_sigplus_data` AS md
ON mp.`propertyid` = md.`propertyid`
WHERE mp.`propertyname` = 'Caption-Abstract'
AND md.`imageid` = i.`imageid`
LIMIT 1
),
(
SELECT p.`summary`
FROM `g3ebl_sigplus_foldercaption` AS p
WHERE
p.`langid` = 136
AND
p.`countryid` = 159
AND
i.`filename` LIKE p.`pattern`
AND
i.`folderid` = p.`folderid`
ORDER BY p.`priority`
LIMIT 1
)
) AS `summary`,
`thumb_fileurl`,
`thumb_width`,
`thumb_height`,
`preview_fileurl`,
`preview_width`,
`preview_height`,
`retina_fileurl`,
`retina_width`,
`retina_height`,
`watermark_fileurl`
FROM `g3ebl_sigplus_image` AS i
INNER JOIN `g3ebl_sigplus_folder` AS f
ON i.`folderid` = f.`folderid`
INNER JOIN `g3ebl_sigplus_hierarchy` AS h
ON f.`folderid` = h.`descendantid`
INNER JOIN `g3ebl_sigplus_folder` AS a
ON a.`folderid` = h.`ancestorid`
INNER JOIN `g3ebl_sigplus_imageview` AS v
ON i.`imageid` = v.`imageid`
LEFT JOIN `g3ebl_sigplus_caption` AS c
ON
c.`imageid` = i.`imageid`
AND
c.`langid` = 136
AND
c.`countryid` = 159
WHERE
a.`folderurl` = '/home/hlobynei/public_html/images/news/950'
AND
`viewid` = 4337
AND `depthnum` <= 0
ORDER BY `depthnum` ASC, -`ordnum` DESC, `filename` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | a | const | PRIMARY,folderurl | folderurl | 769 | const | 1 | 100.00 | Using index; Using temporary; Используется filesort |
| 1 | PRIMARY | h | ref | PRIMARY,g3ebl_FK_sigplus_hierarchy_descendant,g3ebl_IX_sigplus_hierarchy_depthnum | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| 1 | PRIMARY | i | ref | PRIMARY,g3ebl_FK_sigplus_image_folder | g3ebl_FK_sigplus_image_folder | 5 | hlobynei_portal.h.descendantid | 1 | 100.00 | |
| 1 | PRIMARY | f | eq_ref | PRIMARY | PRIMARY | 4 | hlobynei_portal.h.descendantid | 1 | 100.00 | Using index |
| 1 | PRIMARY | c | eq_ref | PRIMARY,g3ebl_FK_sigplus_caption_language,g3ebl_FK_sigplus_caption_country | PRIMARY | 8 | hlobynei_portal.i.imageid,const,const | 1 | 100.00 | |
| 1 | PRIMARY | v | eq_ref | PRIMARY,g3ebl_FK_sigplus_imageview_view | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 5 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 4 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 4 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| 3 | DEPENDENT SUBQUERY | p | index | PRIMARY,g3ebl_FK_sigplus_foldercaption_language,g3ebl_FK_sigplus_foldercaption_country | g3ebl_IX_sigplus_foldercaption_priority | 2 | NULL | 1 | 100.00 | Using where |
| 2 | DEPENDENT SUBQUERY | mp | const | PRIMARY,propertyname | propertyname | 257 | const | 1 | 100.00 | Using index |
| 2 | DEPENDENT SUBQUERY | md | eq_ref | PRIMARY,g3ebl_FK_sigplus_data_property | PRIMARY | 8 | hlobynei_portal.i.imageid,const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.17 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.06 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.11 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.04 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.05 ms |
| Preparing | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.02 ms |
| Creating tmp table | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.21 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.03 ms |
| Removing tmp table | 0.04 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1811 |
| 39 | JDatabaseDriver->loadRowList() | JROOT/plugins/content/sigplus/core/core.php:3145 |
| 38 | SigPlusNovoCore->getGalleryHTML() | JROOT/plugins/content/sigplus/sigplus.php:336 |
| 37 | plgContentSigPlusNovo->getGalleryReplacementSingle() | JROOT/plugins/content/sigplus/sigplus.php:250 |
| 36 | plgContentSigPlusNovo->getGalleryReplacementAll() | JROOT/plugins/content/sigplus/sigplus.php:199 |
| 35 | plgContentSigPlusNovo->parseContent() | JROOT/plugins/content/sigplus/sigplus.php:137 |
| 34 | plgContentSigPlusNovo->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 33 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 32 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 31 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 30 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 29 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 28 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:24 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.47 ms После последнего запроса: 1.48 ms Память запроса: 0.014 MB Память до запроса: 13.469 MB Выбрано строк: 1
SELECT count(*)
FROM g3ebl_jcomments AS c
WHERE c.object_id = 950
AND c.object_group = 'com_content'
AND c.published = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | ref | idx_object | idx_object | 772 | const,const,const | 1 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| Starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 29 | JDatabaseDriver->loadResult() | JROOT/components/com_jcomments/models/jcomments.php:35 |
| 28 | JCommentsModel::getCommentsCount() | JROOT/templates/gorod/html/mod_articles_category/_other-news.php:48 |
| 27 | require JROOT/templates/gorod/html/mod_articles_category/_other-news.php | JROOT/templates/gorod/html/mod_articles_category/other-news.php:13 |
| 26 | require JROOT/templates/gorod/html/mod_articles_category/other-news.php | JROOT/modules/mod_articles_category/mod_articles_category.php:99 |
| 25 | include JROOT/modules/mod_articles_category/mod_articles_category.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 24 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 23 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:163 |
| 22 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 21 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 20 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 19 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 18 | JHtmlContent::prepare() | Так же, как вызов в строке ниже. |
| 17 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 16 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 15 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/templates/gorod/html/com_content/article/news.php:158 |
| 14 | include JROOT/templates/gorod/html/com_content/article/news.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
| 13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 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:663 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 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:196 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.43 ms После последнего запроса: 212.86 ms Память запроса: 0.007 MB Память до запроса: 13.688 MB Выбрано строк: 0
SELECT `provider`
FROM `g3ebl_slogin_users`
WHERE `user_id` = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_slogin_users | ref | user_id | user_id | 4 | const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.12 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 13 | JDatabaseDriver->loadColumn() | JROOT/components/com_slogin/models/fusion.php:58 |
| 12 | SloginModelFusion->getFusionProviders() | JROOT/modules/mod_slogin/helper.php:79 |
| 11 | modSLoginHelper::getFusionProviders() | JROOT/modules/mod_slogin/mod_slogin.php:43 |
| 10 | include JROOT/modules/mod_slogin/mod_slogin.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 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:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.53 ms После последнего запроса: 2.06 ms Память запроса: 0.006 MB Память до запроса: 13.732 MB Выбрано строк: 1
SELECT a.id, a.alias, a.catid,c.alias AS category_alias,parent.id as parent_id, parent.alias as parent_alias
FROM g3ebl_content AS a
LEFT JOIN g3ebl_categories AS c
on c.id = a.catid
LEFT JOIN g3ebl_categories as parent
ON parent.id = c.parent_id
WHERE a.id = 99
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | |
| 1 | SIMPLE | c | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | |
| 1 | SIMPLE | parent | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.12 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.11 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 11 | JDatabaseDriver->loadObject() | JROOT/modules/mod_jbcookies/mod_jbcookies.php:150 |
| 10 | include JROOT/modules/mod_jbcookies/mod_jbcookies.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 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:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.68 ms После последнего запроса: 0.17 ms Память запроса: 0.011 MB Память до запроса: 13.746 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 `g3ebl_categories` AS `s`
INNER JOIN `g3ebl_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 = 2
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | |
| 1 | SIMPLE | c | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 2 | 71.95 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.14 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.05 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.13 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.07 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.07 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 22 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 21 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
| 20 | ContentRouter->getCategorySegment() | Так же, как вызов в строке ниже. |
| 19 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 18 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 17 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 16 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:672 |
| 15 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 14 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
| 13 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 12 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 11 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_jbcookies/mod_jbcookies.php:165 |
| 10 | include JROOT/modules/mod_jbcookies/mod_jbcookies.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 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:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.65 ms После последнего запроса: 3.83 ms Память запроса: 0.006 MB Память до запроса: 13.792 MB Выбрано строк: 5
SELECT `name`,`element`
FROM `g3ebl_extensions`
WHERE `type` = 'plugin'
AND `folder` = 'finder'
AND `enabled` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_extensions | ALL | extension | Индекс не используется | NULL | NULL | 348 | 56.61 | Using where |
| Status | Duration |
|---|
| Starting | 0.12 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.18 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_finder/helpers/language.php:126 |
| 11 | FinderHelperLanguage::loadPluginLanguage() | JROOT/modules/mod_finder/mod_finder.php:51 |
| 10 | include JROOT/modules/mod_finder/mod_finder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 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:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.50 ms После последнего запроса: 2.28 ms Память запроса: 0.007 MB Память до запроса: 13.822 MB Выбрано строк: 4
SELECT `title`
FROM `g3ebl_finder_taxonomy`
WHERE `parent_id` = 1
AND `state` = 1
AND `access` IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_finder_taxonomy | ref | parent_id,state,access,idx_parent_published | parent_id | 4 | const | 4 | 99.20 | Using where |
| Status | Duration |
|---|
| Starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.07 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 15 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_finder/helpers/indexer/taxonomy.php:258 |
| 14 | FinderIndexerTaxonomy::getBranchTitles() | JROOT/administrator/components/com_finder/helpers/indexer/query.php:750 |
| 13 | FinderIndexerQuery->processString() | JROOT/administrator/components/com_finder/helpers/indexer/query.php:236 |
| 12 | FinderIndexerQuery->__construct() | JROOT/modules/mod_finder/helper.php:84 |
| 11 | ModFinderHelper::getQuery() | JROOT/modules/mod_finder/mod_finder.php:54 |
| 10 | include JROOT/modules/mod_finder/mod_finder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
| 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:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.45 ms После последнего запроса: 5.34 ms Память запроса: 0.009 MB Память до запроса: 13.970 MB Выбрано строк: 1
SELECT `alias`
FROM `g3ebl_content`
WHERE id = '49'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.05 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 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:672 |
| 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:154 |
| 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:1050 |
| 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:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.78 ms После последнего запроса: 0.11 ms Память запроса: 0.009 MB Память до запроса: 13.981 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 `g3ebl_categories` AS `s`
INNER JOIN `g3ebl_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 = 49
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | |
| 1 | SIMPLE | c | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 39 | 71.95 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.15 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.05 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.14 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.09 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.06 ms |
| Updating status | 0.01 ms |
| Reset for next command | 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:124 |
| 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:672 |
| 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:154 |
| 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:1050 |
| 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:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.40 ms После последнего запроса: 0.27 ms Память запроса: 0.009 MB Память до запроса: 14.063 MB Выбрано строк: 1
SELECT `alias`
FROM `g3ebl_content`
WHERE id = '11'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | |
| Status | Duration |
|---|
| Starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 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:672 |
| 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:154 |
| 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:1050 |
| 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:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.66 ms После последнего запроса: 0.10 ms Память запроса: 0.009 MB Память до запроса: 14.074 MB Выбрано строк: 9
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 `g3ebl_categories` AS `s`
INNER JOIN `g3ebl_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 = 11
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | |
| 1 | SIMPLE | c | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 17 | 71.95 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.05 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.09 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.11 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.02 ms |
| Reset for next command | 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:124 |
| 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:672 |
| 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:154 |
| 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:1050 |
| 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:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 0.42 ms После последнего запроса: 2.44 ms Память запроса: 0.008 MB Память до запроса: 14.157 MB Выбрано строк: 1
SELECT folder AS type, element AS name, params, extension_id
FROM g3ebl_extensions
WHERE element = 'jch_optimize'
AND type = 'plugin'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 100.00 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.07 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.05 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jch_optimize/platform/plugin.php:81 |
| 16 | JchOptimize\Platform\Plugin::loadjch() | JROOT/plugins/system/jch_optimize/platform/plugin.php:55 |
| 15 | JchOptimize\Platform\Plugin::getPlugin() | JROOT/plugins/system/jch_optimize/platform/plugin.php:98 |
| 14 | JchOptimize\Platform\Plugin::getPluginParams() | JROOT/plugins/system/jch_optimize/platform/cache.php:138 |
| 13 | JchOptimize\Platform\Cache::getLifetime() | JROOT/plugins/system/jch_optimize/platform/cache.php:120 |
| 12 | JchOptimize\Platform\Cache::getCacheObject() | JROOT/plugins/system/jch_optimize/platform/cache.php:44 |
| 11 | JchOptimize\Platform\Cache::getCache() | JROOT/plugins/system/jch_optimize/jchoptimize/parser.php:101 |
| 10 | JchOptimize\Core\Parser->__construct() | JROOT/plugins/system/jch_optimize/jchoptimize/optimize.php:55 |
| 9 | JchOptimize\Core\Optimize->process() | JROOT/plugins/system/jch_optimize/jchoptimize/optimize.php:115 |
| 8 | JchOptimize\Core\Optimize::optimize() | JROOT/plugins/system/jch_optimize/jch_optimize.php:125 |
| 7 | plgSystemJCH_Optimize->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1050 |
| 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:202 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Время запроса: 1.20 ms После последнего запроса: 185.36 ms Память запроса: 0.004 MB Память до запроса: 14.312 MB
DELETE
FROM `g3ebl_session`
WHERE `time` < 1777165657
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | g3ebl_session | range | time | time | 4 | NULL | 15 | 100.00 | Using where |
| Status | Duration |
|---|
| Starting | 0.12 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init for update | 0.06 ms |
| Updating | 0.63 ms |
| End of update loop | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.07 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.07 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/session/storage/database.php:156 |
| 7 | JSessionStorageDatabase->gc() | JROOT/libraries/src/Session/Session.php:836 |
| 6 | Joomla\CMS\Session\Session->gc() | JROOT/plugins/system/sessiongc/sessiongc.php:60 |
| 5 | PlgSystemSessionGc->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:218 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
За версією слідства, 6 березня цього року вночі двоє дорослих та двоє неповнолітніх жителів одного із сіл Глобинського району приїхали в м. Глобине. Там, у центрі міста, за допомогою дерев’яних палиць та цепу від бензопили вони з’ясовували стосунки із 3 місцевими хлопцями. У результаті бійки останні отримали легкі тілесні ушкодження, що спричинили короткочасний розлад здоров’я.
Слідчі дії тривають. Вирішується питання про обрання підозрюваним запобіжних заходів. Окрім цього, під час досудового розслідування буде з’ясована роль у порушенні громадського порядку й інших учасників події.
Про це повідомили в обласній прокуратурі. https://new.pl.ua/archives/8334?fbclid=IwAR0tKrIzX-X2pfOCZSA6HYCv7IQ6zpSG8xGdP7OSCzM_6-PijJdfQknV_kg