Время запроса: 0.31 ms Память запроса: 0.027 MB Память до запроса: 1.532 MB Выбрано строк: 0
SELECT `data`
  FROM `ufte7_session`
  WHERE `session_id` = X'6637646463636338386236666336643061373833386630363538313364653130'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | ufte7_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL | 
| Status | Duration | 
|---|
| starting | 0.06 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| init | 0.02 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.05 ms | 
| executing | 0.01 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.00 ms | 
| # | Вызывающий объект | Файл и номер строки | 
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 | 
| 14 | JSessionStorageDatabase->read() | Так же, как вызов в строке ниже. | 
| 13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 | 
| 12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 | 
| 11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 | 
| 10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php: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:765 | 
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 | 
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 | 
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:351 | 
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 | 
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 | 
Время запроса: 0.30 ms После последнего запроса: 1.92 ms Память запроса: 0.023 MB Память до запроса: 1.551 MB Выбрано строк: 0
SELECT `session_id`
  FROM `ufte7_session`
  WHERE `session_id` = X'6637646463636338386236666336643061373833386630363538313364653130' 
  LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | ufte7_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index | 
| Status | Duration | 
|---|
| starting | 0.07 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.03 ms | 
| init | 0.02 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.04 ms | 
| executing | 0.01 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.00 ms | 
| # | Вызывающий объект | Файл и номер строки | 
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 | 
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 | 
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:767 | 
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 | 
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 | 
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:351 | 
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 | 
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 | 
Время запроса: 1.51 ms После последнего запроса: 0.12 ms Память запроса: 0.005 MB Память до запроса: 1.558 MB
INSERT INTO `ufte7_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) 
  VALUES 
(X'6637646463636338386236666336643061373833386630363538313364653130', 1, 1762173554, 0, '', 0)
EXPLAIN недоступен для запроса: INSERT INTO `ufte7_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES 
(X'6637646463636338386236666336643061373833386630363538313364653130', 1, 1762173554, 0, '', 0)
| Status | Duration | 
|---|
| starting | 0.04 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.04 ms | 
| init | 0.01 ms | 
| System lock | 0.00 ms | 
| update | 0.57 ms | 
| Waiting for query cache lock | 0.01 ms | 
| update | 0.00 ms | 
| end | 0.00 ms | 
| query end | 0.02 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.00 ms | 
| # | Вызывающий объект | Файл и номер строки | 
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 | 
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 | 
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:767 | 
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 | 
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 | 
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:351 | 
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 | 
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 | 
Время запроса: 0.54 ms После последнего запроса: 3.33 ms Память запроса: 0.033 MB Память до запроса: 1.658 MB Выбрано строк: 42
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
  FROM `ufte7_extensions`
  WHERE `type` = 'component' 
  AND `state` = 0 
  AND `enabled` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | ufte7_extensions | NULL | ref | extension | extension | 82 | const | 42 | 1.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.09 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| init | 0.02 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.06 ms | 
| preparing | 0.02 ms | 
| executing | 0.00 ms | 
| Sending data | 0.15 ms | 
| end | 0.00 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.00 ms | 
| # | Вызывающий объект | Файл и номер строки | 
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 | 
| 10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Так же, как вызов в строке ниже. | 
| 9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 | 
| 8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 | 
| 7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 | 
| 6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 | 
| 5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 | 
| 4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Время запроса: 0.33 ms После последнего запроса: 3.73 ms Память запроса: 0.025 MB Память до запроса: 1.701 MB Выбрано строк: 5
SELECT id, rules
  FROM `ufte7_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | ufte7_viewlevels | NULL | ALL | NULL | Индекс не используется | NULL | NULL | 5 | 100.00 | NULL | 
| Status | Duration | 
|---|
| starting | 0.07 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| init | 0.02 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.00 ms | 
| statistics | 0.01 ms | 
| preparing | 0.02 ms | 
| executing | 0.00 ms | 
| Sending data | 0.05 ms | 
| end | 0.00 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.00 ms | 
| # | Вызывающий объект | Файл и номер строки | 
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 | 
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 | 
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php: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:203 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Время запроса: 0.28 ms После последнего запроса: 0.16 ms Память запроса: 0.025 MB Память до запроса: 1.715 MB Выбрано строк: 2
SELECT b.id
  FROM ufte7_usergroups AS a
  LEFT JOIN ufte7_usergroups AS b 
  ON b.lft <= a.lft 
  AND b.rgt >= a.rgt
  WHERE a.id = 9
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL | 
| 1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | 100.00 | Using where; Using index | 
| Status | Duration | 
|---|
| starting | 0.05 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.02 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.07 ms | 
| preparing | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.00 ms | 
| # | Вызывающий объект | Файл и номер строки | 
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 | 
| 10 | JDatabaseDriver->loadColumn() | JROOT/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:203 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Время запроса: 1.09 ms После последнего запроса: 1.30 ms Память запроса: 0.043 MB Память до запроса: 1.739 MB Выбрано строк: 91
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
  FROM ufte7_extensions
  WHERE enabled = 1 
  AND type = 'plugin' 
  AND state IN (0,1) 
  AND access IN (1,1,5)
  ORDER BY ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | ufte7_extensions | NULL | ref | extension | extension | 82 | const | 117 | 0.60 | Using index condition; Using where; Используется filesort | 
| Status | Duration | 
|---|
| starting | 0.14 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| init | 0.04 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.02 ms | 
| statistics | 0.07 ms | 
| preparing | 0.02 ms | 
| Sorting result | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| Creating sort index | 0.59 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.01 ms | 
| # | Вызывающий объект | Файл и номер строки | 
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:354 | 
| 9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Так же, как вызов в строке ниже. | 
| 8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 | 
| 7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:359 | 
| 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:203 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Время запроса: 0.44 ms После последнего запроса: 24.04 ms Память запроса: 0.024 MB Память до запроса: 2.513 MB Выбрано строк: 0
SELECT `name`
  FROM `ufte7_extensions`
  WHERE `type` = 'package' 
  AND `element` = 'pkg_eventgallery_full'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | ufte7_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.09 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| init | 0.03 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.02 ms | 
| statistics | 0.11 ms | 
| preparing | 0.02 ms | 
| executing | 0.00 ms | 
| Sending data | 0.03 ms | 
| end | 0.00 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.00 ms | 
| # | Вызывающий объект | Файл и номер строки | 
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 9 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_eventgallery/version.php:24 | 
| 8 | include_once JROOT/administrator/components/com_eventgallery/version.php | JROOT/plugins/system/picasaupdater/picasaupdater.php:32 | 
| 7 | plgSystemPicasaupdater->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 | 
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 | 
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:632 | 
| 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:203 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Время запроса: 1.10 ms После последнего запроса: 26.27 ms Память запроса: 0.106 MB Память до запроса: 2.768 MB Выбрано строк: 67
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
  FROM ufte7_menu AS m
  LEFT JOIN ufte7_extensions AS e 
  ON m.component_id = e.extension_id
  WHERE m.published = 1 
  AND m.parent_id > 0 
  AND m.client_id = 0
  ORDER BY m.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | m | NULL | range | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 5 | NULL | 89 | 10.00 | Using index condition; Using where; Используется filesort | 
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | marianna34_mari.m.component_id | 1 | 100.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.09 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.02 ms | 
| init | 0.04 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.02 ms | 
| statistics | 0.10 ms | 
| preparing | 0.02 ms | 
| Sorting result | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| Creating sort index | 0.50 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.01 ms | 
| # | Вызывающий объект | Файл и номер строки | 
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 | 
| 17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Так же, как вызов в строке ниже. | 
| 16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 | 
| 15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 | 
| 14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:76 | 
| 13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 | 
| 12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:131 | 
| 11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:382 | 
| 10 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 | 
| 9 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 | 
| 8 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 | 
| 7 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:498 | 
| 6 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 | 
| 5 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/libraries/src/Application/CMSApplication.php:1080 | 
| 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:203 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Время запроса: 0.55 ms После последнего запроса: 15.09 ms Память запроса: 0.027 MB Память до запроса: 3.303 MB Выбрано строк: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
  FROM `ufte7_extensions`
  WHERE `type` = 'library' 
  AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | ufte7_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL | 
| Status | Duration | 
|---|
| starting | 0.12 ms | 
| checking permissions | 0.05 ms | 
| Opening tables | 0.02 ms | 
| init | 0.03 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.10 ms | 
| preparing | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.05 ms | 
| end | 0.00 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.00 ms | 
| # | Вызывающий объект | Файл и номер строки | 
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 | 
| 14 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 | 
| 13 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Так же, как вызов в строке ниже. | 
| 12 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 | 
| 11 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 | 
| 10 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 | 
| 9 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 | 
| 8 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 | 
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 | 
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 | 
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1131 | 
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 | 
| 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:203 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Время запроса: 0.36 ms После последнего запроса: 0.24 ms Память запроса: 0.007 MB Память до запроса: 3.296 MB
UPDATE `ufte7_extensions`
  SET `params` = '{\"mediaversion\":\"41f7c0abb1590fb3033757523d2d2dd0\"}'
  WHERE `type` = 'library' 
  AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | UPDATE | ufte7_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.07 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| init | 0.02 ms | 
| System lock | 0.06 ms | 
| updating | 0.06 ms | 
| end | 0.00 ms | 
| Waiting for query cache lock | 0.00 ms | 
| end | 0.01 ms | 
| query end | 0.04 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.00 ms | 
| # | Вызывающий объект | Файл и номер строки | 
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 | 
| 9 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 | 
| 8 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 | 
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 | 
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 | 
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1131 | 
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 | 
| 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:203 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Время запроса: 0.46 ms После последнего запроса: 3.63 ms Память запроса: 0.026 MB Память до запроса: 3.323 MB Выбрано строк: 1
SELECT *
  FROM ufte7_languages
  WHERE published=1
  ORDER BY ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | ufte7_languages | NULL | ALL | NULL | Индекс не используется | NULL | NULL | 1 | 100.00 | Using where; Используется filesort | 
| Status | Duration | 
|---|
| starting | 0.12 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| init | 0.03 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.02 ms | 
| preparing | 0.02 ms | 
| Sorting result | 0.00 ms | 
| executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 0.07 ms | 
| end | 0.00 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.00 ms | 
| # | Вызывающий объект | Файл и номер строки | 
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 | 
| 5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 | 
| 4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Время запроса: 0.46 ms После последнего запроса: 0.29 ms Память запроса: 0.023 MB Память до запроса: 3.334 MB Выбрано строк: 7
SELECT id, home, template, s.params
  FROM ufte7_template_styles as s
  LEFT JOIN ufte7_extensions as e 
  ON e.element=s.template 
  AND e.type='template' 
  AND e.client_id=s.client_id
  WHERE s.client_id = 0 
  AND e.enabled = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 9 | 1.00 | Using index condition; Using where | 
| 1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | marianna34_mari.e.element | 1 | 77.78 | Using index condition; Using where | 
| Status | Duration | 
|---|
| starting | 0.06 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.02 ms | 
| init | 0.03 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.09 ms | 
| preparing | 0.02 ms | 
| executing | 0.00 ms | 
| Sending data | 0.12 ms | 
| end | 0.00 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.00 ms | 
| # | Вызывающий объект | Файл и номер строки | 
|---|
| 6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 5 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 | 
| 4 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/libraries/src/Application/SiteApplication.php:168 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Время запроса: 0.33 ms После последнего запроса: 14.98 ms Память запроса: 0.027 MB Память до запроса: 4.041 MB Выбрано строк: 4
SELECT a.filename as filename, a.type as type, a.menulink as menulink 
  FROM ufte7_phocagallery_styles AS a 
  WHERE a.published = 1 
  ORDER BY a.type, a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | a | NULL | ALL | NULL | Индекс не используется | NULL | NULL | 4 | 25.00 | Using where; Используется filesort | 
| Status | Duration | 
|---|
| starting | 0.08 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| init | 0.02 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.01 ms | 
| preparing | 0.01 ms | 
| Sorting result | 0.00 ms | 
| executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 0.06 ms | 
| end | 0.00 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.00 ms | 
| # | Вызывающий объект | Файл и номер строки | 
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_phocagallery/libraries/phocagallery/render/renderfront.php:736 | 
| 11 | PhocaGalleryRenderFront::renderAllCSS() | JROOT/components/com_phocagallery/views/detail/view.html.php:73 | 
| 10 | PhocaGalleryViewDetail->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_phocagallery/controller.php:30 | 
| 8 | PhocaGalleryController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_phocagallery/phocagallery.php:58 | 
| 6 | require_once JROOT/components/com_phocagallery/phocagallery.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:203 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Время запроса: 0.30 ms После последнего запроса: 5.53 ms Память запроса: 0.031 MB Память до запроса: 4.062 MB Выбрано строк: 0
SELECT a.* 
  FROM ufte7_phocagallery_fb_users AS a 
  WHERE a.id =0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | Индекс не используется | NULL | NULL | NULL | NULL | no matching row in const table | 
| Status | Duration | 
|---|
| starting | 0.07 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| init | 0.03 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.03 ms | 
| executing | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.00 ms | 
| # | Вызывающий объект | Файл и номер строки | 
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 | 
| 13 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_phocagallery/libraries/phocagallery/facebook/fbsystem.php:46 | 
| 12 | PhocaGalleryFbSystem::getFbUserInfo() | JROOT/administrator/components/com_phocagallery/libraries/phocagallery/facebook/fbsystem.php:53 | 
| 11 | PhocaGalleryFbSystem::getCommentsParams() | JROOT/components/com_phocagallery/views/detail/view.html.php:114 | 
| 10 | PhocaGalleryViewDetail->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_phocagallery/controller.php:30 | 
| 8 | PhocaGalleryController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_phocagallery/phocagallery.php:58 | 
| 6 | require_once JROOT/components/com_phocagallery/phocagallery.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:203 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Время запроса: 0.35 ms После последнего запроса: 0.50 ms Память запроса: 0.040 MB Память до запроса: 4.136 MB Выбрано строк: 1
SELECT a.*, c.accessuserid as cataccessuserid, c.access as cataccess, c.owner_id as owner_id,  ua.id AS userid, ua.username AS username, ua.name AS usernameno, 
  CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as catslug, 
  CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug 
  FROM ufte7_phocagallery AS a 
  LEFT JOIN ufte7_phocagallery_categories AS c 
  ON c.id = a.catid 
  LEFT JOIN ufte7_users AS ua 
  ON ua.id = a.userid 
  WHERE a.id = 7 
  AND a.published > 0 
  AND a.approved > 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL | 
| 1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL | 
| 1 | SIMPLE | ua | NULL | const | PRIMARY | PRIMARY | 4 | const | 0 | 0.00 | unique row not found | 
| Status | Duration | 
|---|
| starting | 0.07 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.02 ms | 
| init | 0.05 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.06 ms | 
| preparing | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.03 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.00 ms | 
| # | Вызывающий объект | Файл и номер строки | 
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 | 
| 13 | JDatabaseDriver->loadObject() | JROOT/components/com_phocagallery/models/detail.php:73 | 
| 12 | PhocaGalleryModelDetail->_loadData() | JROOT/components/com_phocagallery/models/detail.php:34 | 
| 11 | PhocaGalleryModelDetail->getData() | JROOT/components/com_phocagallery/views/detail/view.html.php:188 | 
| 10 | PhocaGalleryViewDetail->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_phocagallery/controller.php:30 | 
| 8 | PhocaGalleryController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_phocagallery/phocagallery.php:58 | 
| 6 | require_once JROOT/components/com_phocagallery/phocagallery.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:203 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Время запроса: 0.54 ms После последнего запроса: 3.66 ms Память запроса: 0.030 MB Память до запроса: 4.197 MB Выбрано строк: 11
Повторяющиеся запросы: 
#18SELECT a.id, a.alias, c.id as catid, c.alias as catalias, a.filename as filename, b.id AS currentid, 
  CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as catslug, 
  CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug 
  FROM ufte7_phocagallery AS a, ufte7_phocagallery AS b 
  LEFT JOIN ufte7_phocagallery_categories AS c 
  ON c.id = b.catid 
  WHERE a.catid = 3 
  AND b.id = 7 
  AND (a.ordering > b.ordering OR (a.ordering = b.ordering 
  and a.id > b.id)) 
  AND a.published = 1 
  ORDER BY a.ordering ASC, a.id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | b | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Используется filesort | 
| 1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL | 
| 1 | SIMPLE | a | NULL | ref | PRIMARY,catid | catid | 5 | const,const | 16 | 35.55 | Using index condition; Using where | 
| Status | Duration | 
|---|
| starting | 0.11 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.02 ms | 
| init | 0.04 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.07 ms | 
| preparing | 0.02 ms | 
| Sorting result | 0.00 ms | 
| executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 0.07 ms | 
| end | 0.02 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.00 ms | 
| # | Вызывающий объект | Файл и номер строки | 
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_phocagallery/libraries/phocagallery/render/renderdetailbutton.php:97 | 
| 11 | PhocaGalleryRenderDetailButton->getNext() | JROOT/components/com_phocagallery/views/detail/view.html.php:252 | 
| 10 | PhocaGalleryViewDetail->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_phocagallery/controller.php:30 | 
| 8 | PhocaGalleryController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_phocagallery/phocagallery.php:58 | 
| 6 | require_once JROOT/components/com_phocagallery/phocagallery.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:203 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Время запроса: 0.32 ms После последнего запроса: 0.30 ms Память запроса: 0.030 MB Память до запроса: 4.208 MB Выбрано строк: 11
Повторяющиеся запросы: 
#17SELECT a.id, a.alias, c.id as catid, c.alias as catalias, a.filename as filename, b.id AS currentid, 
  CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as catslug, 
  CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug 
  FROM ufte7_phocagallery AS a, ufte7_phocagallery AS b 
  LEFT JOIN ufte7_phocagallery_categories AS c 
  ON c.id = b.catid 
  WHERE a.catid = 3 
  AND b.id = 7 
  AND (a.ordering > b.ordering OR (a.ordering = b.ordering 
  and a.id > b.id)) 
  AND a.published = 1 
  ORDER BY a.ordering ASC, a.id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | b | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Используется filesort | 
| 1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL | 
| 1 | SIMPLE | a | NULL | ref | PRIMARY,catid | catid | 5 | const,const | 16 | 35.55 | Using index condition; Using where | 
| Status | Duration | 
|---|
| starting | 0.07 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.03 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.05 ms | 
| preparing | 0.01 ms | 
| Sorting result | 0.00 ms | 
| executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 0.06 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.00 ms | 
| # | Вызывающий объект | Файл и номер строки | 
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_phocagallery/libraries/phocagallery/render/renderdetailbutton.php:97 | 
| 11 | PhocaGalleryRenderDetailButton->getNext() | JROOT/components/com_phocagallery/views/detail/view.html.php:253 | 
| 10 | PhocaGalleryViewDetail->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_phocagallery/controller.php:30 | 
| 8 | PhocaGalleryController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_phocagallery/phocagallery.php:58 | 
| 6 | require_once JROOT/components/com_phocagallery/phocagallery.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:203 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Время запроса: 0.26 ms После последнего запроса: 0.20 ms Память запроса: 0.028 MB Память до запроса: 4.217 MB Выбрано строк: 4
SELECT a.id, a.alias, c.id as catid, c.alias as catalias, a.filename as filename, b.id AS currentid, 
  CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as catslug, 
  CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug 
  FROM ufte7_phocagallery AS a, ufte7_phocagallery AS b 
  LEFT JOIN ufte7_phocagallery_categories AS c 
  ON c.id = b.catid 
  WHERE a.catid = 3 
  AND b.id = 7 
  AND (a.ordering < b.ordering OR (a.ordering = b.ordering 
  and a.id < b.id)) 
  AND a.published = 1 
  ORDER BY a.ordering DESC, a.id DESC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | b | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Используется filesort | 
| 1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL | 
| 1 | SIMPLE | a | NULL | ref | PRIMARY,catid | catid | 5 | const,const | 16 | 35.55 | Using index condition; Using where | 
| Status | Duration | 
|---|
| starting | 0.05 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.02 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.04 ms | 
| preparing | 0.01 ms | 
| Sorting result | 0.00 ms | 
| executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 0.04 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.00 ms | 
| # | Вызывающий объект | Файл и номер строки | 
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_phocagallery/libraries/phocagallery/render/renderdetailbutton.php:215 | 
| 11 | PhocaGalleryRenderDetailButton->getPrevious() | JROOT/components/com_phocagallery/views/detail/view.html.php:254 | 
| 10 | PhocaGalleryViewDetail->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_phocagallery/controller.php:30 | 
| 8 | PhocaGalleryController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_phocagallery/phocagallery.php:58 | 
| 6 | require_once JROOT/components/com_phocagallery/phocagallery.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:203 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Время запроса: 0.41 ms После последнего запроса: 0.25 ms Память запроса: 0.028 MB Память до запроса: 4.228 MB Выбрано строк: 16
SELECT a.id, a.filename, a.extl, a.description 
  FROM ufte7_phocagallery AS a 
  LEFT JOIN ufte7_phocagallery_img_votes_statistics AS r 
  ON r.imgid = a.id 
  WHERE a.catid=3 
  AND a.published = 1 
  AND a.approved = 1 
  ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | a | NULL | ref | catid | catid | 5 | const,const | 16 | 10.00 | Using where; Using temporary; Используется filesort | 
| 1 | SIMPLE | r | NULL | ALL | NULL | Индекс не используется | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) | 
| Status | Duration | 
|---|
| starting | 0.04 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.02 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.03 ms | 
| preparing | 0.02 ms | 
| Creating tmp table | 0.02 ms | 
| Sorting result | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.12 ms | 
| Creating sort index | 0.04 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| removing tmp table | 0.02 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.00 ms | 
| # | Вызывающий объект | Файл и номер строки | 
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_phocagallery/libraries/phocagallery/render/renderdetailbutton.php:390 | 
| 11 | PhocaGalleryRenderDetailButton->getJsSlideshow() | JROOT/components/com_phocagallery/views/detail/view.html.php:255 | 
| 10 | PhocaGalleryViewDetail->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_phocagallery/controller.php:30 | 
| 8 | PhocaGalleryController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_phocagallery/phocagallery.php:58 | 
| 6 | require_once JROOT/components/com_phocagallery/phocagallery.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:203 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Время запроса: 0.63 ms После последнего запроса: 5.24 ms Память запроса: 0.041 MB Память до запроса: 4.313 MB Выбрано строк: 39
SHOW FULL COLUMNS 
  FROM `ufte7_phocagallery`
EXPLAIN недоступен для запроса: SHOW FULL COLUMNS FROM `ufte7_phocagallery`
| Status | Duration | 
|---|
| starting | 0.05 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.13 ms | 
| init | 0.01 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.00 ms | 
| statistics | 0.01 ms | 
| preparing | 0.01 ms | 
| executing | 0.01 ms | 
| Opening tables | 0.01 ms | 
| checking permissions | 0.03 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.01 ms | 
| Sending data | 0.06 ms | 
| end | 0.00 ms | 
| query end | 0.01 ms | 
| closing tables | 0.00 ms | 
| removing tmp table | 0.03 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.00 ms | 
| # | Вызывающий объект | Файл и номер строки | 
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 | 
| 16 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 | 
| 15 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 | 
| 14 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_phocagallery/tables/phocagallery.php:23 | 
| 13 | TablePhocaGallery->__construct() | JROOT/libraries/src/Table/Table.php:312 | 
| 12 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_phocagallery/models/detail.php:89 | 
| 11 | PhocaGalleryModelDetail->hit() | JROOT/components/com_phocagallery/views/detail/view.html.php:305 | 
| 10 | PhocaGalleryViewDetail->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_phocagallery/controller.php:30 | 
| 8 | PhocaGalleryController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_phocagallery/phocagallery.php:58 | 
| 6 | require_once JROOT/components/com_phocagallery/phocagallery.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:203 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Время запроса: 0.32 ms После последнего запроса: 0.73 ms Память запроса: 0.009 MB Память до запроса: 4.397 MB
UPDATE ufte7_phocagallery
  SET `hits` = (`hits` + 1)
  WHERE `id` = '7'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | UPDATE | ufte7_phocagallery | NULL | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.05 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.02 ms | 
| System lock | 0.03 ms | 
| updating | 0.08 ms | 
| end | 0.00 ms | 
| Waiting for query cache lock | 0.00 ms | 
| end | 0.01 ms | 
| query end | 0.03 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.00 ms | 
| # | Вызывающий объект | Файл и номер строки | 
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Table/Table.php:1245 | 
| 12 | Joomla\CMS\Table\Table->hit() | JROOT/components/com_phocagallery/models/detail.php:90 | 
| 11 | PhocaGalleryModelDetail->hit() | JROOT/components/com_phocagallery/views/detail/view.html.php:305 | 
| 10 | PhocaGalleryViewDetail->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_phocagallery/controller.php:30 | 
| 8 | PhocaGalleryController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_phocagallery/phocagallery.php:58 | 
| 6 | require_once JROOT/components/com_phocagallery/phocagallery.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:203 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Время запроса: 0.38 ms После последнего запроса: 12.94 ms Память запроса: 0.035 MB Память до запроса: 4.502 MB Выбрано строк: 0
SELECT folder.*
  FROM `ufte7_eventgallery_folder` AS folder
  LEFT JOIN `ufte7_eventgallery_file` AS file 
  ON folder.folder = file.folder 
  and file.published=1 
  and file.ismainimage=0
  WHERE file.file IS NULL 
  AND (folder.foldertypeid=1 OR folder.foldertypeid=2 OR folder.foldertypeid=4)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | folder | NULL | ALL | NULL | Индекс не используется | NULL | NULL | 1 | 100.00 | Using where | 
| 1 | SIMPLE | file | NULL | ref | file,index_folder | file | 377 | marianna34_mari.folder.folder | 1 | 100.00 | Using where; Not exists | 
| Status | Duration | 
|---|
| starting | 0.08 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| init | 0.04 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.03 ms | 
| preparing | 0.02 ms | 
| executing | 0.00 ms | 
| Sending data | 0.04 ms | 
| end | 0.00 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.01 ms | 
| cleaning up | 0.00 ms | 
| # | Вызывающий объект | Файл и номер строки | 
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 8 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/picasaupdater/picasaupdater.php:80 | 
| 7 | plgSystemPicasaupdater->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 | 
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:203 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Время запроса: 0.93 ms После последнего запроса: 12.66 ms Память запроса: 0.032 MB Память до запроса: 4.723 MB Выбрано строк: 0
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
  FROM ufte7_modules AS m
  LEFT JOIN ufte7_modules_menu AS mm 
  ON mm.moduleid = m.id
  LEFT JOIN ufte7_extensions AS e 
  ON e.element = m.module 
  AND e.client_id = m.client_id
  WHERE m.published = 1 
  AND e.enabled = 1 
  AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-11-03 12:39:14') 
  AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-11-03 12:39:14') 
  AND m.access IN (1,1,5) 
  AND m.client_id = 0 
  AND (mm.menuid = 0 OR mm.menuid <= 0)
  ORDER BY m.position, m.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | m | NULL | range | PRIMARY,published,newsfeeds | published | 5 | NULL | 33 | 1.60 | Using index condition; Using where; Используется filesort | 
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | marianna34_mari.m.module,const | 1 | 10.00 | Using index condition; Using where | 
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | marianna34_mari.m.id | 2 | 40.00 | Using where; Using index | 
| Status | Duration | 
|---|
| starting | 0.11 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.08 ms | 
| init | 0.06 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.02 ms | 
| statistics | 0.08 ms | 
| preparing | 0.04 ms | 
| Sorting result | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 0.36 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.02 ms | 
| cleaning up | 0.00 ms | 
| # | Вызывающий объект | Файл и номер строки | 
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 19 | JDatabaseDriver->loadObjectList() | Так же, как вызов в строке ниже. | 
| 18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 | 
| 17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 | 
| 16 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 | 
| 14 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 | 
| 13 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/gk_shop_and_buy/lib/framework/helper.api.php:36 | 
| 12 | GKTemplateAPI->modules() | JROOT/templates/gk_shop_and_buy/lib/framework/helper.layout.php:54 | 
| 11 | GKTemplateLayout->generateLayoutWidths() | JROOT/templates/gk_shop_and_buy/layouts/default.php:63 | 
| 10 | include JROOT/templates/gk_shop_and_buy/layouts/default.php | JROOT/templates/gk_shop_and_buy/lib/gk.framework.php:149 | 
| 9 | GKTemplate->getLayout() | JROOT/templates/gk_shop_and_buy/lib/gk.framework.php:95 | 
| 8 | GKTemplate->__construct() | JROOT/templates/gk_shop_and_buy/index.php:30 | 
| 7 | require JROOT/templates/gk_shop_and_buy/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 | 
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 | 
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 | 
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1037 | 
| 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:209 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
3 × SELECT a.id, a.alias, c.id as catid, c.alias as catalias, a.filename as filename, b.id AS currentid, 
  CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as catslug, 
  CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug 
  FROM ufte7_phocagallery AS a, ufte7_phocagallery AS b 
  LEFT JOIN ufte7_phocagallery_categories AS c 
  ON c.id = b.catid
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled` 
  FROM `ufte7_extensions`
1 × SELECT `data` 
  FROM `ufte7_session`
1 × SELECT a.filename as filename, a.type as type, a.menulink as menulink 
  FROM ufte7_phocagallery_styles AS a
1 × SELECT folder.* 
  FROM `ufte7_eventgallery_folder` AS folder 
  LEFT JOIN `ufte7_eventgallery_file` AS file 
  ON folder.folder = file.folder 
  and file.published=1 
  and file.ismainimage=0
1 × SELECT a.id, a.filename, a.extl, a.description 
  FROM ufte7_phocagallery AS a 
  LEFT JOIN ufte7_phocagallery_img_votes_statistics AS r 
  ON r.imgid = a.id
1 × SELECT a.*, c.accessuserid as cataccessuserid, c.access as cataccess, c.owner_id as owner_id,  ua.id AS userid, ua.username AS username, ua.name AS usernameno, 
  CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as catslug, 
  CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug 
  FROM ufte7_phocagallery AS a 
  LEFT JOIN ufte7_phocagallery_categories AS c 
  ON c.id = a.catid 
  LEFT JOIN ufte7_users AS ua 
  ON ua.id = a.userid
1 × SELECT a.* 
  FROM ufte7_phocagallery_fb_users AS a
1 × SELECT * 
  FROM ufte7_languages
1 × SELECT id, home, template, s.params 
  FROM ufte7_template_styles as s 
  LEFT JOIN ufte7_extensions as e 
  ON e.element=s.template 
  AND e.type='template' 
  AND e.client_id=s.client_id
1 × SELECT `session_id` 
  FROM `ufte7_session`
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component 
  FROM ufte7_menu AS m 
  LEFT JOIN ufte7_extensions AS e 
  ON m.component_id = e.extension_id
1 × SELECT `name` 
  FROM `ufte7_extensions`
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id` 
  FROM ufte7_extensions
1 × SELECT b.id 
  FROM ufte7_usergroups AS a 
  LEFT JOIN ufte7_usergroups AS b 
  ON b.lft <= a.lft 
  AND b.rgt >= a.rgt
1 × SELECT id, rules 
  FROM `ufte7_viewlevels
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid 
  FROM ufte7_modules AS m 
  LEFT JOIN ufte7_modules_menu AS mm 
  ON mm.moduleid = m.id 
  LEFT JOIN ufte7_extensions AS e 
  ON e.element = m.module 
  AND e.client_id = m.client_id