**Время запроса: 0.18 ms** **Память запроса: 0.022 MB. Память перед запросом: 0.976 MB** **Возвращено строк: 0**
SELECT `data`
FROM `jm_session`
WHERE `session_id` = X'6539633230373030653931386535303862373466666538326363383038333535'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
| 14 | JSessionStorageDatabase->read() | **Такой же, как вызов в строке ниже** |
| 13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
| 12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
| 11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
| 10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:661 |
| 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
| 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
| 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:854 |
| 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:414 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
**Время запроса: 0.19 ms** **После последнего запроса: 0.40 ms** **Память запроса: 0.020 MB. Память перед запросом: 0.987 MB** **Возвращено строк: 0**
SELECT `session_id`
FROM `jm_session`
WHERE `session_id` = X'6539633230373030653931386535303862373466666538326363383038333535'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 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:856 |
| 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:414 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
**Время запроса: 0.23 ms** **После последнего запроса: 0.10 ms** **Память запроса: 0.003 MB. Память перед запросом: 0.991 MB**
INSERT INTO `jm_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6539633230373030653931386535303862373466666538326363383038333535', 1, 1780303438, 0, '', 0)
**EXPLAIN недоступен для: INSERT INTO `jm_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6539633230373030653931386535303862373466666538326363383038333535', 1, 1780303438, 0, '', 0)**
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 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:856 |
| 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:414 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
**Время запроса: 0.49 ms** **После последнего запроса: 0.62 ms** **Память запроса: 0.021 MB. Память перед запросом: 1.020 MB** **Возвращено строк: 36**
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jm_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 | jm_extensions | NULL | ref | extension | extension | 82 | const | 36 | 1.00 | Using where |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
| 10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | **Такой же, как вызов в строке ниже** |
| 9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
| 7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
| 6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
| 5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
| 4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.24 ms** **После последнего запроса: 0.56 ms** **Память запроса: 0.020 MB. Память перед запросом: 1.030 MB** **Возвращено строк: 5**
SELECT id, rules
FROM `jm_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_viewlevels | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 5 | 100.00 | NULL |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.26 ms** **После последнего запроса: 0.09 ms** **Память запроса: 0.020 MB. Память перед запросом: 1.040 MB** **Возвращено строк: 2**
SELECT b.id
FROM jm_usergroups AS a
LEFT JOIN jm_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | 100.00 | Using where; Using index |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
| 9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.86 ms** **После последнего запроса: 0.16 ms** **Память запроса: 0.022 MB. Память перед запросом: 1.060 MB** **Возвращено строк: 81**
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM jm_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 | jm_extensions | NULL | ref | extension | extension | 82 | const | 99 | 0.60 | Using index condition; Using where; **Используется сортировка файлов** |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:351 |
| 9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | **Такой же, как вызов в строке ниже** |
| 8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:356 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.28 ms** **После последнего запроса: 6.00 ms** **Память запроса: 0.020 MB. Память перед запросом: 1.354 MB** **Возвращено строк: 1**
SELECT email_encryption, compress_html, compress_css, compress_js, page_cache, browser_cache, compress_images,
images_max_size, images_quality, images_lazy_load, adaptive_images, adaptive_quality, enable_canonical, defer_loading
FROM jm_gridbox_website| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_website | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | NULL |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 9 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:2112 |
| 8 | gridboxHelper::getPerformance() | JROOT/plugins/system/gridbox/gridbox.php:103 |
| 7 | plgSystemGridbox->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:695 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.73 ms** **После последнего запроса: 5.95 ms** **Память запроса: 0.024 MB. Память перед запросом: 1.453 MB** **Возвращено строк: 15**
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 jm_menu AS m
LEFT JOIN jm_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 | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 32 | 3.33 | Using index condition; Using where; **Используется сортировка файлов** |
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.m.component_id | 1 | 100.00 | Using where |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 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:78 |
| 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:142 |
| 11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:445 |
| 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:561 |
| 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:1169 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.37 ms** **После последнего запроса: 2.74 ms** **Память запроса: 0.024 MB. Память перед запросом: 1.548 MB** **Возвращено строк: 1**
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jm_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 19 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
| 18 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | **Такой же, как вызов в строке ниже** |
| 17 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 16 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
| 15 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 14 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 13 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 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/gridbox/gridbox.php:164 |
| 9 | plgSystemGridbox->onAfterRoute() | **Такой же, как вызов в строке ниже** |
| 8 | call_user_func_array() | 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:1218 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.46 ms** **После последнего запроса: 0.22 ms** **Память запроса: 0.006 MB. Память перед запросом: 1.540 MB**
UPDATE `jm_extensions`
SET `params` = '{\"mediaversion\":\"5f4a8b20df9f930416b86951661c4c78\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | jm_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 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/gridbox/gridbox.php:164 |
| 9 | plgSystemGridbox->onAfterRoute() | **Такой же, как вызов в строке ниже** |
| 8 | call_user_func_array() | 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:1218 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.37 ms** **После последнего запроса: 0.54 ms** **Память запроса: 0.019 MB. Память перед запросом: 1.550 MB** **Возвращено строк: 2**
SELECT *
FROM jm_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 | jm_languages | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 2 | 50.00 | Using where; **Используется сортировка файлов** |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
| 5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
| 4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.53 ms** **После последнего запроса: 3.96 ms** **Память запроса: 0.037 MB. Память перед запросом: 1.751 MB** **Возвращено строк: 1**
SELECT *
FROM jm_gridbox_website
WHERE 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_website | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | NULL |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 8 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:3366 |
| 7 | gridboxHelper::setBreakpoints() | JROOT/components/com_gridbox/gridbox.php:20 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.23 ms** **После последнего запроса: 0.11 ms** **Память запроса: 0.020 MB. Память перед запросом: 1.767 MB** **Возвращено строк: 1**
SELECT title
FROM jm_gridbox_app
WHERE type = 'system_apps'
ORDER BY id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_app | NULL | index | NULL | PRIMARY | 4 | NULL | 3 | 33.33 | Using where |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:1039 |
| 8 | gridboxHelper::getSystemApps() | JROOT/components/com_gridbox/helpers/gridbox.php:3415 |
| 7 | gridboxHelper::setBreakpoints() | JROOT/components/com_gridbox/gridbox.php:20 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.24 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.020 MB. Память перед запросом: 1.770 MB** **Возвращено строк: 1**
SELECT *
FROM jm_gridbox_api
WHERE service = 'balbooa_activation'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_api | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 10 | 10.00 | Using where |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 8 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:3421 |
| 7 | gridboxHelper::setBreakpoints() | JROOT/components/com_gridbox/gridbox.php:20 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.25 ms** **После последнего запроса: 0.10 ms** **Память запроса: 0.021 MB. Память перед запросом: 1.777 MB** **Возвращено строк: 1**
SELECT *
FROM jm_gridbox_api
WHERE service = 'store'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_api | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 10 | 10.00 | Using where |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 10 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/store.php:172 |
| 9 | store->checkSettings() | JROOT/components/com_gridbox/helpers/store.php:22 |
| 8 | store->__construct() | JROOT/components/com_gridbox/helpers/gridbox.php:3429 |
| 7 | gridboxHelper::setBreakpoints() | JROOT/components/com_gridbox/gridbox.php:20 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.32 ms** **После последнего запроса: 0.18 ms** **Память запроса: 0.021 MB. Память перед запросом: 1.806 MB** **Возвращено строк: 0**
SELECT *
FROM jm_gridbox_store_sales
WHERE (publish_down = '0000-00-00 00:00:00' OR publish_down >= '2026-06-01 08:43:58')
AND (publish_up = '0000-00-00 00:00:00' OR publish_up <= '2026-06-01 08:43:58')
AND published = 1
ORDER BY id asc
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_store_sales | NULL | index | NULL | PRIMARY | 4 | NULL | 1 | 100.00 | Using where |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/store.php:44 |
| 9 | store->getSales() | JROOT/components/com_gridbox/helpers/store.php:24 |
| 8 | store->__construct() | JROOT/components/com_gridbox/helpers/gridbox.php:3429 |
| 7 | gridboxHelper::setBreakpoints() | JROOT/components/com_gridbox/gridbox.php:20 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.67 ms** **После последнего запроса: 1.33 ms** **Память запроса: 0.138 MB. Память перед запросом: 1.820 MB** **Возвращено строк: 1**
SELECT *
FROM jm_gridbox_app
WHERE language in ('ru-RU','*')
AND published = 1
AND type <> 'system_apps'
AND id = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_app | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/models/blog.php:60 |
| 11 | gridboxModelBlog->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_gridbox/views/blog/view.html.php:25 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.28 ms** **После последнего запроса: 0.08 ms** **Память запроса: 0.021 MB. Память перед запросом: 1.890 MB** **Возвращено строк: 1**
SELECT access
FROM jm_gridbox_categories
WHERE id = 9
AND language in ('ru-RU','*')
AND published = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_categories | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/models/blog.php:83 |
| 11 | gridboxModelBlog->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_gridbox/views/blog/view.html.php:25 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.21 ms** **После последнего запроса: 0.54 ms** **Память запроса: 0.021 MB. Память перед запросом: 1.898 MB** **Возвращено строк: 1**
SELECT title, id, parent, app_id
FROM jm_gridbox_categories
WHERE `id` = 9
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_categories | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:9384 |
| 11 | gridboxHelper::getCategoryBreadcrumb() | JROOT/components/com_gridbox/views/blog/view.html.php:62 |
| 10 | gridboxViewBlog->setBreadcrumb() | JROOT/components/com_gridbox/views/blog/view.html.php:48 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.20 ms** **После последнего запроса: 4.81 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.060 MB** **Возвращено строк: 1**
SELECT `key`
FROM jm_gridbox_api
WHERE service = 'balbooa_activation'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_api | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 10 | 10.00 | Using where |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:4809 |
| 12 | gridboxHelper::checkBalbooaGridboxState() | JROOT/components/com_gridbox/helpers/gridbox.php:5643 |
| 11 | gridboxHelper::clearDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8760 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.18 ms** **После последнего запроса: 0.11 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.065 MB** **Возвращено строк: 46**
SELECT title
FROM jm_gridbox_plugins
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_plugins | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 46 | 100.00 | NULL |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:5649 |
| 11 | gridboxHelper::clearDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8760 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.33 ms** **После последнего запроса: 3.53 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.187 MB** **Возвращено строк: 1**
SELECT u.id, u.name, g.id as level
FROM `jm_users` AS u
LEFT JOIN `jm_user_usergroup_map` AS m
ON `u`.`id` = `m`.`user_id`
LEFT JOIN `jm_usergroups` AS g
ON `g`.`id` = `m`.`group_id`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | u | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | NULL |
| 1 | SIMPLE | m | NULL | ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.u.id | 1 | 100.00 | Using where; Using index |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.m.group_id | 1 | 100.00 | Using index |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:1831 |
| 12 | gridboxHelper::setReviewsModerators() | JROOT/components/com_gridbox/helpers/gridbox.php:6209 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.24 ms** **После последнего запроса: 2.12 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.196 MB** **Возвращено строк: 0**
SELECT DISTINCT path
FROM jm_gridbox_custom_user_icons
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_custom_user_icons | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | Using temporary |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:5762 |
| 12 | gridboxHelper::setCustomIcons() | JROOT/components/com_gridbox/helpers/gridbox.php:6228 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.45 ms** **После последнего запроса: 12.08 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.207 MB** **Возвращено строк: 8**
SELECT id, title, app_id, image, description
FROM jm_gridbox_categories
WHERE published = 1
AND app_id = '2'
AND parent = '0'
AND language in ('ru-RU','*')
AND access in (1,1,5)
ORDER BY order_list ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_categories | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 13 | 7.69 | Using where; **Используется сортировка файлов** |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:9846 |
| 12 | gridboxHelper::getBlogCategories() | JROOT/components/com_gridbox/helpers/gridbox.php:6887 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.27 ms** **После последнего запроса: 9.06 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.228 MB** **Возвращено строк: 1**
SELECT title, description, image
FROM jm_gridbox_categories
WHERE id = 9
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_categories | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:8633 |
| 12 | gridboxHelper::getCategoryIntro() | JROOT/components/com_gridbox/helpers/gridbox.php:7378 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.23 ms** **После последнего запроса: 6.96 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.232 MB** **Возвращено строк: 1**
SELECT type
FROM jm_gridbox_app
WHERE id = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_app | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/store.php:319 |
| 12 | store->checkAppType() | JROOT/components/com_gridbox/helpers/gridbox.php:7571 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.28 ms** **После последнего запроса: 0.40 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.248 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#30 #98SELECT id
FROM jm_gridbox_categories
WHERE published = 1
AND parent = '9'
AND language in ('ru-RU','*')
AND access in (1,1,5)
ORDER BY order_list ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_categories | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 13 | 7.69 | Using where; **Используется сортировка файлов** |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:8910 |
| 14 | gridboxHelper::getBlogPostsChildCategories() | JROOT/components/com_gridbox/helpers/gridbox.php:9194 |
| 13 | gridboxHelper::getBlogPostsQuery() | JROOT/components/com_gridbox/helpers/gridbox.php:9331 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.76 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.253 MB** **Возвращено строк: 5**
SELECT d.product_id, d.price, d.sale_price
FROM jm_gridbox_store_product_data AS d
LEFT JOIN jm_gridbox_pages AS p
ON p.id = d.product_id
LEFT JOIN jm_gridbox_app AS a
ON a.id = p.app_id
WHERE a.id = 2
AND p.page_category <> 'trashed'
AND p.published = 1
AND p.created <= '2026-06-01 11:43:58'
AND (p.end_publishing = '0000-00-00 00:00:00' OR p.end_publishing >= '2026-06-01 11:43:58')
AND p.page_category in (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 | Using index |
| 1 | SIMPLE | d | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 76 | 100.00 | NULL |
| 1 | SIMPLE | p | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.d.product_id | 1 | 5.00 | Using where |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:9202 |
| 13 | gridboxHelper::getBlogPostsQuery() | JROOT/components/com_gridbox/helpers/gridbox.php:9331 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.21 ms** **После последнего запроса: 0.17 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.263 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#28 #98SELECT id
FROM jm_gridbox_categories
WHERE published = 1
AND parent = '9'
AND language in ('ru-RU','*')
AND access in (1,1,5)
ORDER BY order_list ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_categories | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 13 | 7.69 | Using where; **Используется сортировка файлов** |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:8910 |
| 14 | gridboxHelper::getBlogPostsChildCategories() | JROOT/components/com_gridbox/helpers/gridbox.php:9245 |
| 13 | gridboxHelper::getBlogPostsQuery() | JROOT/components/com_gridbox/helpers/gridbox.php:9331 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.24 ms** **После последнего запроса: 0.09 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.272 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#99SELECT d.subscription
FROM jm_gridbox_store_product_data AS d
LEFT JOIN jm_gridbox_pages AS p
ON p.id = d.product_id
WHERE d.product_type = 'subscription'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | d | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 76 | 10.00 | Using where |
| 1 | SIMPLE | p | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.d.product_id | 1 | 100.00 | Using index |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:9294 |
| 14 | gridboxHelper::getSubscriptionProducts() | JROOT/components/com_gridbox/helpers/gridbox.php:9276 |
| 13 | gridboxHelper::getBlogPostsQuery() | JROOT/components/com_gridbox/helpers/gridbox.php:9331 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.54 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.274 MB** **Возвращено строк: 5**
SELECT p.id, p.title, p.intro_text, p.created, p.hits, p.intro_image, p.page_category,
p.app_id, p.meta_title, c.title as category, a.title as blog, a.type
FROM jm_gridbox_pages AS p
LEFT JOIN `jm_gridbox_categories` AS c
ON p.page_category = c.id
LEFT JOIN `jm_gridbox_app` AS a
ON p.app_id = a.id
WHERE p.app_id = 2
AND p.page_category in (9)
AND p.page_category <> 'trashed'
AND p.published = 1
AND p.created <= '2026-06-01 11:43:58'
AND (p.end_publishing = '0000-00-00 00:00:00' OR p.end_publishing >= '2026-06-01 11:43:58')
AND p.language in ('ru-RU','*')
AND p.page_access in (1,1,5)
AND c.published = 1
AND c.language in ('ru-RU','*')
AND c.access in (1,1,5)
ORDER BY FIELD(p.id, 103,95,104,102,105)
LIMIT 12| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 43 | 2.33 | Using where; **Используется сортировка файлов** |
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.p.page_category | 1 | 7.69 | Using where |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:9335 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.24 ms** **После последнего запроса: 0.21 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.290 MB** **Возвращено строк: 1**
SELECT *
FROM jm_gridbox_fields
WHERE app_id = 2
AND field_type <> 'field-simple-gallery'
AND field_type <> 'product-gallery'
AND field_type <> 'field-slideshow'
AND field_type <> 'product-slideshow'
AND field_type <> 'field-google-maps'
AND field_type <> 'field-video'
AND field_type <> 'image-field'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 2 | 50.00 | Using where |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11915 |
| 14 | gridboxHelper::getCategoryListFields() | JROOT/components/com_gridbox/helpers/gridbox.php:10774 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.29 ms** **После последнего запроса: 0.06 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.297 MB** **Возвращено строк: 1**
SELECT value
FROM jm_gridbox_page_fields
WHERE page_id = 103
AND field_id = 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_page_fields | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 139 | 1.00 | Using where |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:11923 |
| 14 | gridboxHelper::getCategoryListFields() | JROOT/components/com_gridbox/helpers/gridbox.php:10774 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.15 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.304 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#40SELECT app_id
FROM jm_gridbox_pages
WHERE id = 103
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:1059 |
| 14 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:10783 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.20 ms** **После последнего запроса: 0.04 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.311 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#41SELECT *
FROM jm_gridbox_fields_desktop_files
WHERE page_id = 103
AND app_id = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields_desktop_files | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 39 | 2.56 | Using where |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:1068 |
| 14 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:10783 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.16 ms** **После последнего запроса: 0.14 ms** **Память запроса: 0.025 MB. Память перед запросом: 2.320 MB** **Возвращено строк: 1**
SELECT alias, app_id, parent
FROM jm_gridbox_categories
WHERE `id` = 9
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_categories | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:9446 |
| 21 | gridboxHelper::getCategoryPath() | JROOT/components/com_gridbox/router.php:132 |
| 20 | gridboxRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_gridbox/helpers/gridbox.php:10872 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.17 ms** **После последнего запроса: 0.07 ms** **Память запроса: 0.025 MB. Память перед запросом: 2.329 MB** **Возвращено строк: 1**
SELECT page_alias
FROM jm_gridbox_pages
WHERE `id` = 103
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 21 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/router.php:148 |
| 20 | gridboxRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_gridbox/helpers/gridbox.php:10872 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.29 ms** **После последнего запроса: 0.11 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.339 MB** **Возвращено строк: 1**
SELECT value
FROM jm_gridbox_page_fields
WHERE (field_type = 'product-slideshow' OR field_type = 'product-gallery')
AND page_id = 103
ORDER BY field_id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_page_fields | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 139 | 1.90 | Using where; **Используется сортировка файлов** |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11872 |
| 14 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.15 ms** **После последнего запроса: 0.07 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.347 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#35SELECT app_id
FROM jm_gridbox_pages
WHERE id = 103
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:1059 |
| 15 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:11874 |
| 14 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.18 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.355 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#36SELECT *
FROM jm_gridbox_fields_desktop_files
WHERE page_id = 103
AND app_id = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields_desktop_files | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 39 | 2.56 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:1068 |
| 15 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:11874 |
| 14 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.37 ms** **После последнего запроса: 0.08 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.361 MB** **Возвращено строк: 1**
SELECT d.*, p.intro_image AS image, p.title, p.app_id, p.page_category
FROM jm_gridbox_store_product_data AS d
LEFT JOIN jm_gridbox_pages AS p
ON d.product_id = p.id
WHERE d.product_id = 103
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | d | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 76 | 10.00 | Using where |
| 1 | SIMPLE | p | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 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.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.14 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/store.php:1512 |
| 14 | store->getProductData() | JROOT/components/com_gridbox/helpers/gridbox.php:10877 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.56 ms** **После последнего запроса: 0.20 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.380 MB** **Возвращено строк: 0**
SELECT vm.*, fd.value, fd.color, fd.image, f.title, f.field_type, f.field_key
FROM jm_gridbox_store_product_variations_map AS vm
LEFT JOIN jm_gridbox_store_products_fields_data AS fd
ON fd.option_key = vm.option_key
LEFT JOIN jm_gridbox_store_products_fields AS f
ON f.id = vm.field_id
WHERE vm.product_id = 103
ORDER BY vm.order_group ASC, vm.order_list ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | vm | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | Using where; Using temporary; **Используется сортировка файлов** |
| 1 | SIMPLE | fd | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| 1 | SIMPLE | f | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.vm.field_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.14 ms |
| Creating sort index | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| removing tmp table | 0.03 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/store.php:1570 |
| 15 | store->getProductVariationsMap() | JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-add-to-cart.php:16 |
| 14 | include JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-add-to-cart.php | JROOT/components/com_gridbox/helpers/gridbox.php:10886 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.29 ms** **После последнего запроса: 0.14 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.387 MB** **Возвращено строк: 0**
SELECT b.*
FROM jm_gridbox_store_badges_map AS bm
LEFT JOIN jm_gridbox_store_badges AS b
ON b.id = bm.badge_id
WHERE bm.product_id = 103
ORDER BY bm.order_list ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bm | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 18 | 10.00 | Using where; **Используется сортировка файлов** |
| 1 | SIMPLE | b | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.bm.badge_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 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.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/store.php:1585 |
| 15 | store->getProductBadges() | JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-badge-wishlist.php:10 |
| 14 | include JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-badge-wishlist.php | JROOT/components/com_gridbox/helpers/gridbox.php:10887 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.30 ms** **После последнего запроса: 0.26 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.397 MB** **Возвращено строк: 0**
SELECT au.title, au.avatar, au.id
FROM `jm_gridbox_authors_map` AS au_m
LEFT JOIN `jm_gridbox_authors` AS au
ON au.id = au_m.author_id
WHERE au_m.page_id = 103
AND au.published = 1
ORDER BY au_m.id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | au_m | NULL | index | NULL | PRIMARY | 4 | NULL | 1 | 100.00 | Using where |
| 1 | SIMPLE | au | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.au_m.author_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 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.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11076 |
| 14 | gridboxHelper::getRecentPostAuthor() | JROOT/components/com_gridbox/helpers/gridbox.php:11046 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.25 ms** **После последнего запроса: 0.12 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.397 MB** **Возвращено строк: 1**
SELECT *
FROM jm_gridbox_fields
WHERE app_id = 2
AND field_type <> 'field-simple-gallery'
AND field_type <> 'product-gallery'
AND field_type <> 'field-slideshow'
AND field_type <> 'product-slideshow'
AND field_type <> 'field-google-maps'
AND field_type <> 'field-video'
AND field_type <> 'image-field'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 2 | 50.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 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.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11915 |
| 14 | gridboxHelper::getCategoryListFields() | JROOT/components/com_gridbox/helpers/gridbox.php:10774 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.31 ms** **После последнего запроса: 0.06 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.404 MB** **Возвращено строк: 1**
SELECT value
FROM jm_gridbox_page_fields
WHERE page_id = 95
AND field_id = 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_page_fields | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 139 | 1.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.14 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:11923 |
| 14 | gridboxHelper::getCategoryListFields() | JROOT/components/com_gridbox/helpers/gridbox.php:10774 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.15 ms** **После последнего запроса: 0.07 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.410 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#53SELECT app_id
FROM jm_gridbox_pages
WHERE id = 95
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:1059 |
| 14 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:10783 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.18 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.417 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#54SELECT *
FROM jm_gridbox_fields_desktop_files
WHERE page_id = 95
AND app_id = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields_desktop_files | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 39 | 2.56 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:1068 |
| 14 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:10783 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.15 ms** **После последнего запроса: 0.11 ms** **Память запроса: 0.025 MB. Память перед запросом: 2.426 MB** **Возвращено строк: 1**
SELECT alias, app_id, parent
FROM jm_gridbox_categories
WHERE `id` = 9
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_categories | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:9446 |
| 21 | gridboxHelper::getCategoryPath() | JROOT/components/com_gridbox/router.php:132 |
| 20 | gridboxRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_gridbox/helpers/gridbox.php:10872 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.14 ms** **После последнего запроса: 0.07 ms** **Память запроса: 0.025 MB. Память перед запросом: 2.435 MB** **Возвращено строк: 1**
SELECT page_alias
FROM jm_gridbox_pages
WHERE `id` = 95
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 21 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/router.php:148 |
| 20 | gridboxRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_gridbox/helpers/gridbox.php:10872 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.28 ms** **После последнего запроса: 0.09 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.445 MB** **Возвращено строк: 1**
SELECT value
FROM jm_gridbox_page_fields
WHERE (field_type = 'product-slideshow' OR field_type = 'product-gallery')
AND page_id = 95
ORDER BY field_id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_page_fields | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 139 | 1.90 | Using where; **Используется сортировка файлов** |
| Status | Duration |
|---|
| starting | 0.03 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.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 0.09 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11872 |
| 14 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.15 ms** **После последнего запроса: 0.07 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.453 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#48SELECT app_id
FROM jm_gridbox_pages
WHERE id = 95
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:1059 |
| 15 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:11874 |
| 14 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.18 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.461 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#49SELECT *
FROM jm_gridbox_fields_desktop_files
WHERE page_id = 95
AND app_id = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields_desktop_files | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 39 | 2.56 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:1068 |
| 15 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:11874 |
| 14 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.37 ms** **После последнего запроса: 0.06 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.467 MB** **Возвращено строк: 1**
SELECT d.*, p.intro_image AS image, p.title, p.app_id, p.page_category
FROM jm_gridbox_store_product_data AS d
LEFT JOIN jm_gridbox_pages AS p
ON d.product_id = p.id
WHERE d.product_id = 95
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | d | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 76 | 10.00 | Using where |
| 1 | SIMPLE | p | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 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.01 ms |
| executing | 0.00 ms |
| Sending data | 0.14 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/store.php:1512 |
| 14 | store->getProductData() | JROOT/components/com_gridbox/helpers/gridbox.php:10877 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.36 ms** **После последнего запроса: 0.15 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.478 MB** **Возвращено строк: 0**
SELECT vm.*, fd.value, fd.color, fd.image, f.title, f.field_type, f.field_key
FROM jm_gridbox_store_product_variations_map AS vm
LEFT JOIN jm_gridbox_store_products_fields_data AS fd
ON fd.option_key = vm.option_key
LEFT JOIN jm_gridbox_store_products_fields AS f
ON f.id = vm.field_id
WHERE vm.product_id = 95
ORDER BY vm.order_group ASC, vm.order_list ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | vm | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | Using where; Using temporary; **Используется сортировка файлов** |
| 1 | SIMPLE | fd | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| 1 | SIMPLE | f | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.vm.field_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 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.02 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.02 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| Creating sort index | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| removing tmp table | 0.02 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/store.php:1570 |
| 15 | store->getProductVariationsMap() | JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-add-to-cart.php:16 |
| 14 | include JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-add-to-cart.php | JROOT/components/com_gridbox/helpers/gridbox.php:10886 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.20 ms** **После последнего запроса: 0.13 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.485 MB** **Возвращено строк: 0**
SELECT b.*
FROM jm_gridbox_store_badges_map AS bm
LEFT JOIN jm_gridbox_store_badges AS b
ON b.id = bm.badge_id
WHERE bm.product_id = 95
ORDER BY bm.order_list ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bm | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 18 | 10.00 | Using where; **Используется сортировка файлов** |
| 1 | SIMPLE | b | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.bm.badge_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.03 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/store.php:1585 |
| 15 | store->getProductBadges() | JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-badge-wishlist.php:10 |
| 14 | include JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-badge-wishlist.php | JROOT/components/com_gridbox/helpers/gridbox.php:10887 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.19 ms** **После последнего запроса: 0.19 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.496 MB** **Возвращено строк: 0**
SELECT au.title, au.avatar, au.id
FROM `jm_gridbox_authors_map` AS au_m
LEFT JOIN `jm_gridbox_authors` AS au
ON au.id = au_m.author_id
WHERE au_m.page_id = 95
AND au.published = 1
ORDER BY au_m.id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | au_m | NULL | index | NULL | PRIMARY | 4 | NULL | 1 | 100.00 | Using where |
| 1 | SIMPLE | au | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.au_m.author_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 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.02 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11076 |
| 14 | gridboxHelper::getRecentPostAuthor() | JROOT/components/com_gridbox/helpers/gridbox.php:11046 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.20 ms** **После последнего запроса: 0.10 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.495 MB** **Возвращено строк: 1**
SELECT *
FROM jm_gridbox_fields
WHERE app_id = 2
AND field_type <> 'field-simple-gallery'
AND field_type <> 'product-gallery'
AND field_type <> 'field-slideshow'
AND field_type <> 'product-slideshow'
AND field_type <> 'field-google-maps'
AND field_type <> 'field-video'
AND field_type <> 'image-field'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 2 | 50.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 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.01 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.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11915 |
| 14 | gridboxHelper::getCategoryListFields() | JROOT/components/com_gridbox/helpers/gridbox.php:10774 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.28 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.503 MB** **Возвращено строк: 1**
SELECT value
FROM jm_gridbox_page_fields
WHERE page_id = 104
AND field_id = 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_page_fields | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 139 | 1.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.14 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:11923 |
| 14 | gridboxHelper::getCategoryListFields() | JROOT/components/com_gridbox/helpers/gridbox.php:10774 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.15 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.509 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#66SELECT app_id
FROM jm_gridbox_pages
WHERE id = 104
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:1059 |
| 14 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:10783 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.18 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.516 MB** **Возвращено строк: 2**
**Повторяющиеся запросы**:
#67SELECT *
FROM jm_gridbox_fields_desktop_files
WHERE page_id = 104
AND app_id = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields_desktop_files | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 39 | 2.56 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:1068 |
| 14 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:10783 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.15 ms** **После последнего запроса: 0.10 ms** **Память запроса: 0.025 MB. Память перед запросом: 2.526 MB** **Возвращено строк: 1**
SELECT alias, app_id, parent
FROM jm_gridbox_categories
WHERE `id` = 9
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_categories | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:9446 |
| 21 | gridboxHelper::getCategoryPath() | JROOT/components/com_gridbox/router.php:132 |
| 20 | gridboxRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_gridbox/helpers/gridbox.php:10872 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.19 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.025 MB. Память перед запросом: 2.535 MB** **Возвращено строк: 1**
SELECT page_alias
FROM jm_gridbox_pages
WHERE `id` = 104
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 21 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/router.php:148 |
| 20 | gridboxRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_gridbox/helpers/gridbox.php:10872 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.30 ms** **После последнего запроса: 0.13 ms** **Память запроса: 0.024 MB. Память перед запросом: 2.551 MB** **Возвращено строк: 1**
SELECT value
FROM jm_gridbox_page_fields
WHERE (field_type = 'product-slideshow' OR field_type = 'product-gallery')
AND page_id = 104
ORDER BY field_id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_page_fields | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 139 | 1.90 | Using where; **Используется сортировка файлов** |
| Status | Duration |
|---|
| starting | 0.03 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.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 0.09 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11872 |
| 14 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.18 ms** **После последнего запроса: 0.09 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.561 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#61SELECT app_id
FROM jm_gridbox_pages
WHERE id = 104
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:1059 |
| 15 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:11874 |
| 14 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.20 ms** **После последнего запроса: 0.08 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.568 MB** **Возвращено строк: 2**
**Повторяющиеся запросы**:
#62SELECT *
FROM jm_gridbox_fields_desktop_files
WHERE page_id = 104
AND app_id = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields_desktop_files | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 39 | 2.56 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:1068 |
| 15 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:11874 |
| 14 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.34 ms** **После последнего запроса: 0.08 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.575 MB** **Возвращено строк: 1**
SELECT d.*, p.intro_image AS image, p.title, p.app_id, p.page_category
FROM jm_gridbox_store_product_data AS d
LEFT JOIN jm_gridbox_pages AS p
ON d.product_id = p.id
WHERE d.product_id = 104
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | d | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 76 | 10.00 | Using where |
| 1 | SIMPLE | p | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 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.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.14 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/store.php:1512 |
| 14 | store->getProductData() | JROOT/components/com_gridbox/helpers/gridbox.php:10877 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.39 ms** **После последнего запроса: 0.14 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.586 MB** **Возвращено строк: 0**
SELECT vm.*, fd.value, fd.color, fd.image, f.title, f.field_type, f.field_key
FROM jm_gridbox_store_product_variations_map AS vm
LEFT JOIN jm_gridbox_store_products_fields_data AS fd
ON fd.option_key = vm.option_key
LEFT JOIN jm_gridbox_store_products_fields AS f
ON f.id = vm.field_id
WHERE vm.product_id = 104
ORDER BY vm.order_group ASC, vm.order_list ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | vm | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | Using where; Using temporary; **Используется сортировка файлов** |
| 1 | SIMPLE | fd | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| 1 | SIMPLE | f | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.vm.field_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 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.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.02 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.10 ms |
| Creating sort index | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| removing tmp table | 0.02 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/store.php:1570 |
| 15 | store->getProductVariationsMap() | JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-add-to-cart.php:16 |
| 14 | include JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-add-to-cart.php | JROOT/components/com_gridbox/helpers/gridbox.php:10886 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.21 ms** **После последнего запроса: 0.13 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.593 MB** **Возвращено строк: 0**
SELECT b.*
FROM jm_gridbox_store_badges_map AS bm
LEFT JOIN jm_gridbox_store_badges AS b
ON b.id = bm.badge_id
WHERE bm.product_id = 104
ORDER BY bm.order_list ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bm | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 18 | 10.00 | Using where; **Используется сортировка файлов** |
| 1 | SIMPLE | b | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.bm.badge_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/store.php:1585 |
| 15 | store->getProductBadges() | JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-badge-wishlist.php:10 |
| 14 | include JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-badge-wishlist.php | JROOT/components/com_gridbox/helpers/gridbox.php:10887 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.25 ms** **После последнего запроса: 0.19 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.604 MB** **Возвращено строк: 0**
SELECT au.title, au.avatar, au.id
FROM `jm_gridbox_authors_map` AS au_m
LEFT JOIN `jm_gridbox_authors` AS au
ON au.id = au_m.author_id
WHERE au_m.page_id = 104
AND au.published = 1
ORDER BY au_m.id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | au_m | NULL | index | NULL | PRIMARY | 4 | NULL | 1 | 100.00 | Using where |
| 1 | SIMPLE | au | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.au_m.author_id | 1 | 100.00 | Using where |
| 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.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11076 |
| 14 | gridboxHelper::getRecentPostAuthor() | JROOT/components/com_gridbox/helpers/gridbox.php:11046 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.22 ms** **После последнего запроса: 0.16 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.604 MB** **Возвращено строк: 1**
SELECT *
FROM jm_gridbox_fields
WHERE app_id = 2
AND field_type <> 'field-simple-gallery'
AND field_type <> 'product-gallery'
AND field_type <> 'field-slideshow'
AND field_type <> 'product-slideshow'
AND field_type <> 'field-google-maps'
AND field_type <> 'field-video'
AND field_type <> 'image-field'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 2 | 50.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 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.01 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.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11915 |
| 14 | gridboxHelper::getCategoryListFields() | JROOT/components/com_gridbox/helpers/gridbox.php:10774 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.31 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.611 MB** **Возвращено строк: 1**
SELECT value
FROM jm_gridbox_page_fields
WHERE page_id = 102
AND field_id = 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_page_fields | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 139 | 1.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.14 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:11923 |
| 14 | gridboxHelper::getCategoryListFields() | JROOT/components/com_gridbox/helpers/gridbox.php:10774 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.16 ms** **После последнего запроса: 0.07 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.618 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#79SELECT app_id
FROM jm_gridbox_pages
WHERE id = 102
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:1059 |
| 14 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:10783 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.19 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.624 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#80SELECT *
FROM jm_gridbox_fields_desktop_files
WHERE page_id = 102
AND app_id = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields_desktop_files | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 39 | 2.56 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:1068 |
| 14 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:10783 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.17 ms** **После последнего запроса: 0.11 ms** **Память запроса: 0.025 MB. Память перед запросом: 2.633 MB** **Возвращено строк: 1**
SELECT alias, app_id, parent
FROM jm_gridbox_categories
WHERE `id` = 9
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_categories | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:9446 |
| 21 | gridboxHelper::getCategoryPath() | JROOT/components/com_gridbox/router.php:132 |
| 20 | gridboxRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_gridbox/helpers/gridbox.php:10872 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.15 ms** **После последнего запроса: 0.06 ms** **Память запроса: 0.025 MB. Память перед запросом: 2.643 MB** **Возвращено строк: 1**
SELECT page_alias
FROM jm_gridbox_pages
WHERE `id` = 102
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 21 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/router.php:148 |
| 20 | gridboxRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_gridbox/helpers/gridbox.php:10872 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.28 ms** **После последнего запроса: 0.09 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.652 MB** **Возвращено строк: 1**
SELECT value
FROM jm_gridbox_page_fields
WHERE (field_type = 'product-slideshow' OR field_type = 'product-gallery')
AND page_id = 102
ORDER BY field_id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_page_fields | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 139 | 1.90 | Using where; **Используется сортировка файлов** |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 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.00 ms |
| Creating sort index | 0.09 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11872 |
| 14 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.16 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.661 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#74SELECT app_id
FROM jm_gridbox_pages
WHERE id = 102
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:1059 |
| 15 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:11874 |
| 14 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.19 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.668 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#75SELECT *
FROM jm_gridbox_fields_desktop_files
WHERE page_id = 102
AND app_id = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields_desktop_files | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 39 | 2.56 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:1068 |
| 15 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:11874 |
| 14 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.36 ms** **После последнего запроса: 0.06 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.674 MB** **Возвращено строк: 1**
SELECT d.*, p.intro_image AS image, p.title, p.app_id, p.page_category
FROM jm_gridbox_store_product_data AS d
LEFT JOIN jm_gridbox_pages AS p
ON d.product_id = p.id
WHERE d.product_id = 102
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | d | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 76 | 10.00 | Using where |
| 1 | SIMPLE | p | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 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.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.14 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/store.php:1512 |
| 14 | store->getProductData() | JROOT/components/com_gridbox/helpers/gridbox.php:10877 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.40 ms** **После последнего запроса: 0.15 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.686 MB** **Возвращено строк: 0**
SELECT vm.*, fd.value, fd.color, fd.image, f.title, f.field_type, f.field_key
FROM jm_gridbox_store_product_variations_map AS vm
LEFT JOIN jm_gridbox_store_products_fields_data AS fd
ON fd.option_key = vm.option_key
LEFT JOIN jm_gridbox_store_products_fields AS f
ON f.id = vm.field_id
WHERE vm.product_id = 102
ORDER BY vm.order_group ASC, vm.order_list ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | vm | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | Using where; Using temporary; **Используется сортировка файлов** |
| 1 | SIMPLE | fd | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| 1 | SIMPLE | f | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.vm.field_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 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.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| Creating sort index | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| removing tmp table | 0.02 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/store.php:1570 |
| 15 | store->getProductVariationsMap() | JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-add-to-cart.php:16 |
| 14 | include JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-add-to-cart.php | JROOT/components/com_gridbox/helpers/gridbox.php:10886 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.20 ms** **После последнего запроса: 0.13 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.693 MB** **Возвращено строк: 0**
SELECT b.*
FROM jm_gridbox_store_badges_map AS bm
LEFT JOIN jm_gridbox_store_badges AS b
ON b.id = bm.badge_id
WHERE bm.product_id = 102
ORDER BY bm.order_list ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bm | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 18 | 10.00 | Using where; **Используется сортировка файлов** |
| 1 | SIMPLE | b | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.bm.badge_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/store.php:1585 |
| 15 | store->getProductBadges() | JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-badge-wishlist.php:10 |
| 14 | include JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-badge-wishlist.php | JROOT/components/com_gridbox/helpers/gridbox.php:10887 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.18 ms** **После последнего запроса: 0.18 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.703 MB** **Возвращено строк: 0**
SELECT au.title, au.avatar, au.id
FROM `jm_gridbox_authors_map` AS au_m
LEFT JOIN `jm_gridbox_authors` AS au
ON au.id = au_m.author_id
WHERE au_m.page_id = 102
AND au.published = 1
ORDER BY au_m.id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | au_m | NULL | index | NULL | PRIMARY | 4 | NULL | 1 | 100.00 | Using where |
| 1 | SIMPLE | au | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.au_m.author_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11076 |
| 14 | gridboxHelper::getRecentPostAuthor() | JROOT/components/com_gridbox/helpers/gridbox.php:11046 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.20 ms** **После последнего запроса: 0.10 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.701 MB** **Возвращено строк: 1**
SELECT *
FROM jm_gridbox_fields
WHERE app_id = 2
AND field_type <> 'field-simple-gallery'
AND field_type <> 'product-gallery'
AND field_type <> 'field-slideshow'
AND field_type <> 'product-slideshow'
AND field_type <> 'field-google-maps'
AND field_type <> 'field-video'
AND field_type <> 'image-field'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 2 | 50.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 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.01 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.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11915 |
| 14 | gridboxHelper::getCategoryListFields() | JROOT/components/com_gridbox/helpers/gridbox.php:10774 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.27 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.708 MB** **Возвращено строк: 1**
SELECT value
FROM jm_gridbox_page_fields
WHERE page_id = 105
AND field_id = 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_page_fields | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 139 | 1.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.14 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:11923 |
| 14 | gridboxHelper::getCategoryListFields() | JROOT/components/com_gridbox/helpers/gridbox.php:10774 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.15 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.714 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#92SELECT app_id
FROM jm_gridbox_pages
WHERE id = 105
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:1059 |
| 14 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:10783 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.19 ms** **После последнего запроса: 0.04 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.721 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#93SELECT *
FROM jm_gridbox_fields_desktop_files
WHERE page_id = 105
AND app_id = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields_desktop_files | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 39 | 2.56 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:1068 |
| 14 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:10783 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.15 ms** **После последнего запроса: 0.11 ms** **Память запроса: 0.025 MB. Память перед запросом: 2.730 MB** **Возвращено строк: 1**
SELECT alias, app_id, parent
FROM jm_gridbox_categories
WHERE `id` = 9
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_categories | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:9446 |
| 21 | gridboxHelper::getCategoryPath() | JROOT/components/com_gridbox/router.php:132 |
| 20 | gridboxRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_gridbox/helpers/gridbox.php:10872 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.14 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.025 MB. Память перед запросом: 2.740 MB** **Возвращено строк: 1**
SELECT page_alias
FROM jm_gridbox_pages
WHERE `id` = 105
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 21 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/router.php:148 |
| 20 | gridboxRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_gridbox/helpers/gridbox.php:10872 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.31 ms** **После последнего запроса: 0.09 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.749 MB** **Возвращено строк: 1**
SELECT value
FROM jm_gridbox_page_fields
WHERE (field_type = 'product-slideshow' OR field_type = 'product-gallery')
AND page_id = 105
ORDER BY field_id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_page_fields | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 139 | 1.90 | Using where; **Используется сортировка файлов** |
| Status | Duration |
|---|
| starting | 0.03 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.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 0.10 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11872 |
| 14 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.15 ms** **После последнего запроса: 0.07 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.758 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#87SELECT app_id
FROM jm_gridbox_pages
WHERE id = 105
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:1059 |
| 15 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:11874 |
| 14 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.18 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.765 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#88SELECT *
FROM jm_gridbox_fields_desktop_files
WHERE page_id = 105
AND app_id = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields_desktop_files | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 39 | 2.56 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:1068 |
| 15 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:11874 |
| 14 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.33 ms** **После последнего запроса: 0.06 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.771 MB** **Возвращено строк: 1**
SELECT d.*, p.intro_image AS image, p.title, p.app_id, p.page_category
FROM jm_gridbox_store_product_data AS d
LEFT JOIN jm_gridbox_pages AS p
ON d.product_id = p.id
WHERE d.product_id = 105
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | d | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 76 | 10.00 | Using where |
| 1 | SIMPLE | p | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 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.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.14 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/store.php:1512 |
| 14 | store->getProductData() | JROOT/components/com_gridbox/helpers/gridbox.php:10877 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.34 ms** **После последнего запроса: 0.13 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.783 MB** **Возвращено строк: 0**
SELECT vm.*, fd.value, fd.color, fd.image, f.title, f.field_type, f.field_key
FROM jm_gridbox_store_product_variations_map AS vm
LEFT JOIN jm_gridbox_store_products_fields_data AS fd
ON fd.option_key = vm.option_key
LEFT JOIN jm_gridbox_store_products_fields AS f
ON f.id = vm.field_id
WHERE vm.product_id = 105
ORDER BY vm.order_group ASC, vm.order_list ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | vm | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | Using where; Using temporary; **Используется сортировка файлов** |
| 1 | SIMPLE | fd | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| 1 | SIMPLE | f | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.vm.field_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 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.02 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.02 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| Creating sort index | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| removing tmp table | 0.02 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/store.php:1570 |
| 15 | store->getProductVariationsMap() | JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-add-to-cart.php:16 |
| 14 | include JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-add-to-cart.php | JROOT/components/com_gridbox/helpers/gridbox.php:10886 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.23 ms** **После последнего запроса: 0.10 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.790 MB** **Возвращено строк: 0**
SELECT b.*
FROM jm_gridbox_store_badges_map AS bm
LEFT JOIN jm_gridbox_store_badges AS b
ON b.id = bm.badge_id
WHERE bm.product_id = 105
ORDER BY bm.order_list ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bm | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 18 | 10.00 | Using where; **Используется сортировка файлов** |
| 1 | SIMPLE | b | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.bm.badge_id | 1 | 100.00 | NULL |
| 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.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.03 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/store.php:1585 |
| 15 | store->getProductBadges() | JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-badge-wishlist.php:10 |
| 14 | include JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-badge-wishlist.php | JROOT/components/com_gridbox/helpers/gridbox.php:10887 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.22 ms** **После последнего запроса: 0.18 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.800 MB** **Возвращено строк: 0**
SELECT au.title, au.avatar, au.id
FROM `jm_gridbox_authors_map` AS au_m
LEFT JOIN `jm_gridbox_authors` AS au
ON au.id = au_m.author_id
WHERE au_m.page_id = 105
AND au.published = 1
ORDER BY au_m.id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | au_m | NULL | index | NULL | PRIMARY | 4 | NULL | 1 | 100.00 | Using where |
| 1 | SIMPLE | au | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.au_m.author_id | 1 | 100.00 | Using where |
| 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.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 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.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11076 |
| 14 | gridboxHelper::getRecentPostAuthor() | JROOT/components/com_gridbox/helpers/gridbox.php:11046 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.22 ms** **После последнего запроса: 2.15 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.786 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#28 #30SELECT id
FROM jm_gridbox_categories
WHERE published = 1
AND parent = '9'
AND language in ('ru-RU','*')
AND access in (1,1,5)
ORDER BY order_list ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_categories | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 13 | 7.69 | Using where; **Используется сортировка файлов** |
| Status | Duration |
|---|
| starting | 0.03 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.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:8910 |
| 14 | gridboxHelper::getBlogPostsChildCategories() | JROOT/components/com_gridbox/helpers/gridbox.php:9245 |
| 13 | gridboxHelper::getBlogPostsQuery() | JROOT/components/com_gridbox/helpers/gridbox.php:8858 |
| 12 | gridboxHelper::getBlogPagination() | JROOT/components/com_gridbox/helpers/gridbox.php:7582 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.25 ms** **После последнего запроса: 0.10 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.795 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#31SELECT d.subscription
FROM jm_gridbox_store_product_data AS d
LEFT JOIN jm_gridbox_pages AS p
ON p.id = d.product_id
WHERE d.product_type = 'subscription'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | d | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 76 | 10.00 | Using where |
| 1 | SIMPLE | p | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.d.product_id | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 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.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.08 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:9294 |
| 14 | gridboxHelper::getSubscriptionProducts() | JROOT/components/com_gridbox/helpers/gridbox.php:9276 |
| 13 | gridboxHelper::getBlogPostsQuery() | JROOT/components/com_gridbox/helpers/gridbox.php:8858 |
| 12 | gridboxHelper::getBlogPagination() | JROOT/components/com_gridbox/helpers/gridbox.php:7582 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.48 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.800 MB** **Возвращено строк: 1**
SELECT COUNT(*)
FROM jm_gridbox_pages AS p
LEFT JOIN `jm_gridbox_categories` AS c
ON p.page_category = c.id
LEFT JOIN `jm_gridbox_app` AS a
ON p.app_id = a.id
WHERE p.app_id = 2
AND p.page_category in (9)
AND p.page_category <> 'trashed'
AND p.published = 1
AND p.created <= '2026-06-01 11:43:58'
AND (p.end_publishing = '0000-00-00 00:00:00' OR p.end_publishing >= '2026-06-01 11:43:58')
AND p.language in ('ru-RU','*')
AND p.page_access in (1,1,5)
AND c.published = 1
AND c.language in ('ru-RU','*')
AND c.access in (1,1,5)
ORDER BY p.id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 43 | 2.33 | Using where |
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
| 1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.p.page_category | 1 | 7.69 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.05 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.17 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:8861 |
| 12 | gridboxHelper::getBlogPagination() | JROOT/components/com_gridbox/helpers/gridbox.php:7582 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.23 ms** **После последнего запроса: 6.29 ms** **Память запроса: 0.021 MB. Память перед запросом: 2.692 MB** **Возвращено строк: 1**
SELECT *
FROM jm_gridbox_categories
WHERE id = 9
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_categories | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 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.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.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/models/blog.php:29 |
| 11 | gridboxModelBlog->getCategory() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_gridbox/views/blog/view.html.php:50 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.71 ms** **После последнего запроса: 0.54 ms** **Память запроса: 0.025 MB. Память перед запросом: 2.721 MB** **Возвращено строк: 36**
SELECT `id`,`name`,`rules`,`parent_id`
FROM `jm_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_ajax','com_associations','com_baforms','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_fields','com_finder','com_gridbox','com_installer','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_privacy','com_redirect','com_search','com_tags','com_templates','com_users','com_wrapper')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_assets | NULL | ALL | idx_asset_name | **INDEX KEY не используется** | NULL | NULL | 189 | 19.58 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.12 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.32 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 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/components/com_gridbox/views/blog/tmpl/default.php:16 |
| 12 | include JROOT/components/com_gridbox/views/blog/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_gridbox/views/blog/view.html.php:52 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.28 ms** **После последнего запроса: 4.25 ms** **Память запроса: 0.020 MB. Память перед запросом: 2.807 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#139SELECT manifest_cache
FROM jm_extensions
WHERE type='component'
AND element='com_gridbox'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 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.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:5071 |
| 8 | gridboxHelper::aboutUs() | JROOT/templates/gridbox/index.php:44 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.17 ms** **После последнего запроса: 0.11 ms** **Память запроса: 0.020 MB. Память перед запросом: 2.813 MB** **Возвращено строк: 1**
SELECT theme
FROM jm_gridbox_app
WHERE `id` = '2'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_app | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:5560 |
| 8 | gridboxHelper::getTheme() | JROOT/templates/gridbox/index.php:65 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.46 ms** **После последнего запроса: 0.06 ms** **Память запроса: 0.434 MB. Память перед запросом: 2.818 MB** **Возвращено строк: 1**
SELECT params, id
FROM `jm_template_styles`
WHERE `id` = '10'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_template_styles | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.10 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.24 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:1662 |
| 9 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:5494 |
| 8 | gridboxHelper::getThemeParams() | JROOT/templates/gridbox/index.php:86 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.29 ms** **После последнего запроса: 10.57 ms** **Память запроса: 0.020 MB. Память перед запросом: 4.478 MB** **Возвращено строк: 1**
SELECT `key`
FROM `jm_gridbox_api`
WHERE `service` = 'library_font'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_api | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 10 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:5190 |
| 8 | gridboxHelper::prepareFonts() | JROOT/templates/gridbox/index.php:116 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.18 ms** **После последнего запроса: 0.09 ms** **Память запроса: 0.020 MB. Память перед запросом: 4.482 MB** **Возвращено строк: 1**
SELECT app_fonts
FROM jm_gridbox_app
WHERE id = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_app | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:5218 |
| 8 | gridboxHelper::prepareFonts() | JROOT/templates/gridbox/index.php:116 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.30 ms** **После последнего запроса: 0.08 ms** **Память запроса: 0.020 MB. Память перед запросом: 4.485 MB** **Возвращено строк: 1**
SELECT header_code, body_code
FROM jm_gridbox_website
WHERE `id` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_website | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.07 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.08 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 9 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:4668 |
| 8 | gridboxHelper::getWebsiteCode() | JROOT/templates/gridbox/index.php:117 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.27 ms** **После последнего запроса: 14.41 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.493 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#21 #113SELECT `key`
FROM jm_gridbox_api
WHERE service = 'balbooa_activation'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_api | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 10 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:4809 |
| 10 | gridboxHelper::checkBalbooaGridboxState() | JROOT/components/com_gridbox/helpers/gridbox.php:5643 |
| 9 | gridboxHelper::clearDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8760 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:118 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.18 ms** **После последнего запроса: 0.09 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.498 MB** **Возвращено строк: 46**
**Повторяющиеся запросы**:
#22 #114SELECT title
FROM jm_gridbox_plugins
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_plugins | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 46 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:5649 |
| 9 | gridboxHelper::clearDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8760 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:118 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.41 ms** **После последнего запроса: 13.30 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.476 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#23 #117SELECT u.id, u.name, g.id as level
FROM `jm_users` AS u
LEFT JOIN `jm_user_usergroup_map` AS m
ON `u`.`id` = `m`.`user_id`
LEFT JOIN `jm_usergroups` AS g
ON `g`.`id` = `m`.`group_id`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | u | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | NULL |
| 1 | SIMPLE | m | NULL | ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.u.id | 1 | 100.00 | Using where; Using index |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.m.group_id | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.02 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.07 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:1831 |
| 10 | gridboxHelper::setReviewsModerators() | JROOT/components/com_gridbox/helpers/gridbox.php:6209 |
| 9 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:118 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.22 ms** **После последнего запроса: 5.55 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.485 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#24 #118SELECT DISTINCT path
FROM jm_gridbox_custom_user_icons
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_custom_user_icons | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | Using temporary |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.03 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 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/components/com_gridbox/helpers/gridbox.php:5762 |
| 10 | gridboxHelper::setCustomIcons() | JROOT/components/com_gridbox/helpers/gridbox.php:6228 |
| 9 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:118 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.47 ms** **После последнего запроса: 83.70 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.472 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#21 #109SELECT `key`
FROM jm_gridbox_api
WHERE service = 'balbooa_activation'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_api | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 10 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:4809 |
| 10 | gridboxHelper::checkBalbooaGridboxState() | JROOT/components/com_gridbox/helpers/gridbox.php:5643 |
| 9 | gridboxHelper::clearDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8760 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:120 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.18 ms** **После последнего запроса: 0.08 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.477 MB** **Возвращено строк: 46**
**Повторяющиеся запросы**:
#22 #110SELECT title
FROM jm_gridbox_plugins
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_plugins | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 46 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:5649 |
| 9 | gridboxHelper::clearDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8760 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:120 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.34 ms** **После последнего запроса: 15.22 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.505 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#116SELECT *
FROM jm_modules
WHERE client_id = 0
AND published = 1
AND module = 'mod_menu'
AND id = '91'
ORDER BY ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_modules | NULL | const | PRIMARY,published,newsfeeds | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 10 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:5585 |
| 9 | gridboxHelper::checkMainMenu() | JROOT/components/com_gridbox/helpers/gridbox.php:8762 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:120 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.26 ms** **После последнего запроса: 3.91 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.595 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#115SELECT *
FROM jm_modules
WHERE client_id = 0
AND published = 1
AND module = 'mod_menu'
AND id = '91'
ORDER BY ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_modules | NULL | const | PRIMARY,published,newsfeeds | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 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.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 10 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:5585 |
| 9 | gridboxHelper::checkMainMenu() | JROOT/components/com_gridbox/helpers/gridbox.php:8762 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:120 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.33 ms** **После последнего запроса: 1.85 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.581 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#23 #111SELECT u.id, u.name, g.id as level
FROM `jm_users` AS u
LEFT JOIN `jm_user_usergroup_map` AS m
ON `u`.`id` = `m`.`user_id`
LEFT JOIN `jm_usergroups` AS g
ON `g`.`id` = `m`.`group_id`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | u | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | NULL |
| 1 | SIMPLE | m | NULL | ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.u.id | 1 | 100.00 | Using where; Using index |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.m.group_id | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:1831 |
| 10 | gridboxHelper::setReviewsModerators() | JROOT/components/com_gridbox/helpers/gridbox.php:6209 |
| 9 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:120 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.22 ms** **После последнего запроса: 10.87 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.589 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#24 #112SELECT DISTINCT path
FROM jm_gridbox_custom_user_icons
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_custom_user_icons | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | Using temporary |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.03 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.01 ms |
| query end | 0.00 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/components/com_gridbox/helpers/gridbox.php:5762 |
| 10 | gridboxHelper::setCustomIcons() | JROOT/components/com_gridbox/helpers/gridbox.php:6228 |
| 9 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:120 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.44 ms** **После последнего запроса: 90.00 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.604 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#121SELECT *
FROM jm_gridbox_system_pages
WHERE type = 'store-search'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_system_pages | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 7 | 14.29 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.14 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 11 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:3753 |
| 10 | gridboxHelper::getSystemParamsByType() | JROOT/components/com_gridbox/helpers/gridbox.php:6917 |
| 9 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:120 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.22 ms** **После последнего запроса: 0.17 ms** **Память запроса: 0.024 MB. Память перед запросом: 4.623 MB** **Возвращено строк: 1**
SELECT *
FROM jm_gridbox_system_pages
WHERE id = 7
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_system_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:3736 |
| 17 | gridboxHelper::getSystemParams() | JROOT/components/com_gridbox/router.php:179 |
| 16 | gridboxRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 15 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 14 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 13 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 12 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 11 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 10 | Joomla\CMS\Router\Route::_() | JROOT/components/com_gridbox/helpers/gridbox.php:6924 |
| 9 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:120 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.36 ms** **После последнего запроса: 0.46 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.631 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#119SELECT *
FROM jm_gridbox_system_pages
WHERE type = 'store-search'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_system_pages | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 7 | 14.29 | Using where |
| Status | Duration |
|---|
| starting | 0.03 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.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.08 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 11 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:3753 |
| 10 | gridboxHelper::getSystemParamsByType() | JROOT/components/com_gridbox/helpers/gridbox.php:6917 |
| 9 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:120 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.20 ms** **После последнего запроса: 38.22 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.636 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#124SELECT *
FROM jm_gridbox_store_wishlist
WHERE id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | **INDEX KEY не используется** | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:148 |
| 11 | gridboxHelper::getStoreWishlistObject() | JROOT/components/com_gridbox/helpers/gridbox.php:586 |
| 10 | gridboxHelper::getStoreWishlist() | JROOT/components/com_gridbox/helpers/gridbox.php:7751 |
| 9 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:120 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.47 ms** **После последнего запроса: 0.11 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.644 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#125SELECT wp.*, p.title, p.intro_image, p.app_id, p.page_category
FROM jm_gridbox_store_wishlist_products AS wp
LEFT JOIN jm_gridbox_pages as p
ON wp.product_id = p.id
LEFT JOIN `jm_gridbox_categories` AS c
ON p.page_category = c.id
WHERE wp.wishlist_id = 0
AND p.page_category <> 'trashed'
AND p.published = 1
AND p.created <= '2026-06-01 11:43:58'
AND (p.end_publishing = '0000-00-00 00:00:00' OR p.end_publishing >= '2026-06-01 11:43:58')
AND p.language in ('ru-RU','*')
AND p.page_access in (1,1,5)
AND c.published = 1
AND c.language in ('ru-RU','*')
AND c.access in (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wp | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | Using where |
| 1 | SIMPLE | p | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.wp.product_id | 1 | 5.00 | Using where |
| 1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.p.page_category | 1 | 7.69 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.06 ms |
| preparing | 0.02 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.03 ms |
| cleaning up | 0.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:360 |
| 11 | gridboxHelper::getStoreWishlistProducts() | JROOT/components/com_gridbox/helpers/gridbox.php:587 |
| 10 | gridboxHelper::getStoreWishlist() | JROOT/components/com_gridbox/helpers/gridbox.php:7751 |
| 9 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:120 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.13 ms** **После последнего запроса: 0.41 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.648 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#122SELECT *
FROM jm_gridbox_store_wishlist
WHERE id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | **INDEX KEY не используется** | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:148 |
| 11 | gridboxHelper::getStoreWishlistObject() | JROOT/components/com_gridbox/helpers/gridbox.php:586 |
| 10 | gridboxHelper::getStoreWishlist() | JROOT/components/com_gridbox/helpers/gridbox.php:7751 |
| 9 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:120 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.31 ms** **После последнего запроса: 0.08 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.656 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#123SELECT wp.*, p.title, p.intro_image, p.app_id, p.page_category
FROM jm_gridbox_store_wishlist_products AS wp
LEFT JOIN jm_gridbox_pages as p
ON wp.product_id = p.id
LEFT JOIN `jm_gridbox_categories` AS c
ON p.page_category = c.id
WHERE wp.wishlist_id = 0
AND p.page_category <> 'trashed'
AND p.published = 1
AND p.created <= '2026-06-01 11:43:58'
AND (p.end_publishing = '0000-00-00 00:00:00' OR p.end_publishing >= '2026-06-01 11:43:58')
AND p.language in ('ru-RU','*')
AND p.page_access in (1,1,5)
AND c.published = 1
AND c.language in ('ru-RU','*')
AND c.access in (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wp | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | Using where |
| 1 | SIMPLE | p | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.wp.product_id | 1 | 5.00 | Using where |
| 1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.p.page_category | 1 | 7.69 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 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.02 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:360 |
| 11 | gridboxHelper::getStoreWishlistProducts() | JROOT/components/com_gridbox/helpers/gridbox.php:587 |
| 10 | gridboxHelper::getStoreWishlist() | JROOT/components/com_gridbox/helpers/gridbox.php:7751 |
| 9 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:120 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.39 ms** **После последнего запроса: 2.04 ms** **Память запроса: 0.076 MB. Память перед запросом: 4.660 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#132SELECT *
FROM jm_gridbox_system_pages
WHERE type = 'checkout'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_system_pages | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 7 | 14.29 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.22 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.02 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:3753 |
| 11 | gridboxHelper::getSystemParamsByType() | JROOT/components/com_gridbox/helpers/gridbox.php:7811 |
| 10 | gridboxHelper::getStoreSystemUrl() | JROOT/components/com_gridbox/helpers/gridbox.php:7764 |
| 9 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:120 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.27 ms** **После последнего запроса: 0.18 ms** **Память запроса: 0.078 MB. Память перед запросом: 4.695 MB** **Возвращено строк: 1**
SELECT *
FROM jm_gridbox_system_pages
WHERE id = 5
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_system_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.12 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:3736 |
| 16 | gridboxHelper::getSystemParams() | JROOT/components/com_gridbox/router.php:179 |
| 15 | gridboxRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 14 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 13 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 12 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 11 | Joomla\CMS\Router\SiteRouter->build() | JROOT/components/com_gridbox/helpers/gridbox.php:7816 |
| 10 | gridboxHelper::getStoreSystemUrl() | JROOT/components/com_gridbox/helpers/gridbox.php:7764 |
| 9 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:120 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.20 ms** **После последнего запроса: 0.80 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.674 MB** **Возвращено строк: 0**
SELECT *
FROM jm_gridbox_store_cart
WHERE id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | **INDEX KEY не используется** | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:264 |
| 11 | gridboxHelper::getStoreCartObject() | JROOT/components/com_gridbox/helpers/gridbox.php:733 |
| 10 | gridboxHelper::getStoreCart() | JROOT/components/com_gridbox/helpers/gridbox.php:7767 |
| 9 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:120 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.23 ms** **После последнего запроса: 0.09 ms** **Память запроса: 0.011 MB. Память перед запросом: 4.691 MB**
INSERT INTO `jm_gridbox_store_cart`
(`id`,`promo_id`,`region`,`country`)
VALUES
('0','0','','')
**EXPLAIN недоступен для: INSERT INTO `jm_gridbox_store_cart`
(`id`,`promo_id`,`region`,`country`) VALUES
('0','0','','')**
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| update | 0.07 ms |
| end | 0.00 ms |
| query end | 0.04 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:1421 |
| 12 | JDatabaseDriver->insertObject() | JROOT/components/com_gridbox/helpers/gridbox.php:271 |
| 11 | gridboxHelper::getStoreCartObject() | JROOT/components/com_gridbox/helpers/gridbox.php:733 |
| 10 | gridboxHelper::getStoreCart() | JROOT/components/com_gridbox/helpers/gridbox.php:7767 |
| 9 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:120 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.23 ms** **После последнего запроса: 0.08 ms** **Память запроса: 0.006 MB. Память перед запросом: 4.701 MB**
UPDATE `jm_gridbox_store_cart`
SET `promo_id`='0',`region`='',`country`='',`user_id`='0'
WHERE `id` = '57524'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | jm_gridbox_store_cart | NULL | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.03 ms |
| updating | 0.06 ms |
| end | 0.01 ms |
| query end | 0.04 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:2304 |
| 13 | JDatabaseDriver->updateObject() | JROOT/components/com_gridbox/helpers/gridbox.php:182 |
| 12 | gridboxHelper::updateStoreCart() | JROOT/components/com_gridbox/helpers/gridbox.php:273 |
| 11 | gridboxHelper::getStoreCartObject() | JROOT/components/com_gridbox/helpers/gridbox.php:733 |
| 10 | gridboxHelper::getStoreCart() | JROOT/components/com_gridbox/helpers/gridbox.php:7767 |
| 9 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:120 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.37 ms** **После последнего запроса: 0.12 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.708 MB** **Возвращено строк: 0**
SELECT cp.*, p.title, p.intro_image, p.app_id, p.page_category
FROM jm_gridbox_store_cart_products AS cp
LEFT JOIN jm_gridbox_pages as p
ON cp.product_id = p.id
LEFT JOIN `jm_gridbox_categories` AS c
ON p.page_category = c.id
WHERE cp.cart_id = 0
AND p.page_category <> 'trashed'
AND p.published = 1
AND p.created <= '2026-06-01 11:43:58'
AND (p.end_publishing = '0000-00-00 00:00:00' OR p.end_publishing >= '2026-06-01 11:43:58')
AND p.language in ('ru-RU','*')
AND p.page_access in (1,1,5)
AND c.published = 1
AND c.language in ('ru-RU','*')
AND c.access in (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | cp | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 10 | 10.00 | Using where |
| 1 | SIMPLE | p | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.cp.product_id | 1 | 5.00 | Using where |
| 1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.p.page_category | 1 | 7.69 | Using where |
| Status | Duration |
|---|
| starting | 0.06 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.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:395 |
| 11 | gridboxHelper::getStoreCartProducts() | JROOT/components/com_gridbox/helpers/gridbox.php:734 |
| 10 | gridboxHelper::getStoreCart() | JROOT/components/com_gridbox/helpers/gridbox.php:7767 |
| 9 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:120 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.32 ms** **После последнего запроса: 1.22 ms** **Память запроса: 0.076 MB. Память перед запросом: 4.717 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#126SELECT *
FROM jm_gridbox_system_pages
WHERE type = 'checkout'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_system_pages | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 7 | 14.29 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.17 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:3753 |
| 11 | gridboxHelper::getSystemParamsByType() | JROOT/components/com_gridbox/helpers/gridbox.php:7811 |
| 10 | gridboxHelper::getStoreSystemUrl() | JROOT/components/com_gridbox/helpers/gridbox.php:7764 |
| 9 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:120 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.66 ms** **После последнего запроса: 6.58 ms** **Память запроса: 0.022 MB. Память перед запросом: 4.705 MB** **Возвращено строк: 5**
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM jm_modules AS m
LEFT JOIN jm_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN jm_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-06-01 08:43:58')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-06-01 08:43:58')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 129 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ref | PRIMARY,published,newsfeeds | published | 1 | const | 10 | 5.00 | Using index condition; Using where; **Используется сортировка файлов** |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | gvozd_lubimyete7.m.module,const | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.m.id | 1 | 40.00 | Using where; Using index |
| 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.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.20 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | **Такой же, как вызов в строке ниже** |
| 13 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 12 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
| 11 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
| 10 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 9 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
| 8 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/gridbox/index.php:266 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.28 ms** **После последнего запроса: 1.71 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.761 MB** **Возвращено строк: 1**
SELECT manifest_cache
FROM jm_extensions
WHERE type='component'
AND element='com_baforms'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 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.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_baforms/helpers/baforms.php:668 |
| 10 | baformsHelper::aboutUs() | JROOT/components/com_baforms/helpers/baforms.php:566 |
| 9 | baformsHelper::prepareHelper() | JROOT/plugins/system/baforms/baforms.php:39 |
| 8 | plgSystemBaforms->onAfterRender() | **Такой же, как вызов в строке ниже** |
| 7 | call_user_func_array() | 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:1146 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.30 ms** **После последнего запроса: 0.27 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.768 MB** **Возвращено строк: 1**
SELECT `key`
FROM jm_baforms_api
WHERE service = 'balbooa_activation'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_baforms_api | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 15 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.03 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_baforms/helpers/baforms.php:653 |
| 10 | baformsHelper::checkFormsActivation() | JROOT/components/com_baforms/helpers/baforms.php:567 |
| 9 | baformsHelper::prepareHelper() | JROOT/plugins/system/baforms/baforms.php:39 |
| 8 | plgSystemBaforms->onAfterRender() | **Такой же, как вызов в строке ниже** |
| 7 | call_user_func_array() | 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:1146 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.19 ms** **После последнего запроса: 0.97 ms** **Память запроса: 0.023 MB. Память перед запросом: 4.887 MB** **Возвращено строк: 1**
SELECT page_alias
FROM jm_gridbox_pages
WHERE `id` = 57
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/router.php:148 |
| 15 | gridboxRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 14 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 13 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 12 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 11 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 10 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 9 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 8 | PlgSystemSef->onAfterRender() | **Такой же, как вызов в строке ниже** |
| 7 | call_user_func_array() | 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:1146 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.15 ms** **После последнего запроса: 0.20 ms** **Память запроса: 0.023 MB. Память перед запросом: 4.895 MB** **Возвращено строк: 1**
SELECT page_alias
FROM jm_gridbox_pages
WHERE `id` = 43
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/router.php:148 |
| 15 | gridboxRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 14 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 13 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 12 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 11 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 10 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 9 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
| 8 | PlgSystemSef->onAfterRender() | **Такой же, как вызов в строке ниже** |
| 7 | call_user_func_array() | 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:1146 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.27 ms** **После последнего запроса: 1.08 ms** **Память запроса: 0.020 MB. Память перед запросом: 4.847 MB** **Возвращено строк: 1**
SELECT title, meta_title, meta_description, image AS intro_image,
share_image, share_title, share_description
FROM jm_gridbox_categories
WHERE `id` = 9| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_categories | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 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.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 10 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:4972 |
| 9 | gridboxHelper::checkMeta() | JROOT/plugins/system/gridbox/gridbox.php:251 |
| 8 | plgSystemGridbox->onAfterRender() | **Такой же, как вызов в строке ниже** |
| 7 | call_user_func_array() | 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:1146 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.22 ms** **После последнего запроса: 0.40 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.919 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#103SELECT manifest_cache
FROM jm_extensions
WHERE type='component'
AND element='com_gridbox'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 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.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:5071 |
| 10 | gridboxHelper::aboutUs() | JROOT/components/com_gridbox/helpers/gridbox.php:972 |
| 9 | gridboxHelper::initItems() | JROOT/plugins/system/gridbox/gridbox.php:290 |
| 8 | plgSystemGridbox->onAfterRender() | **Такой же, как вызов в строке ниже** |
| 7 | call_user_func_array() | 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:1146 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**10 × SELECT value
FROM jm_gridbox_page_fields**
**10 × SELECT app_id
FROM jm_gridbox_pages**
**10 × SELECT *
FROM jm_gridbox_fields_desktop_files**
**7 × SELECT page_alias
FROM jm_gridbox_pages**
**6 × SELECT *
FROM jm_gridbox_system_pages**
**5 × SELECT *
FROM jm_gridbox_fields**
**5 × SELECT alias, app_id, parent
FROM jm_gridbox_categories**
**5 × SELECT d.*, p.intro_image AS image, p.title, p.app_id, p.page_category
FROM jm_gridbox_store_product_data AS d
LEFT JOIN jm_gridbox_pages AS p
ON d.product_id = p.id**
**5 × SELECT vm.*, fd.value, fd.color, fd.image, f.title, f.field_type, f.field_key
FROM jm_gridbox_store_product_variations_map AS vm
LEFT JOIN jm_gridbox_store_products_fields_data AS fd
ON fd.option_key = vm.option_key
LEFT JOIN jm_gridbox_store_products_fields AS f
ON f.id = vm.field_id**
**5 × SELECT b.*
FROM jm_gridbox_store_badges_map AS bm
LEFT JOIN jm_gridbox_store_badges AS b
ON b.id = bm.badge_id**
**5 × SELECT au.title, au.avatar, au.id
FROM `jm_gridbox_authors_map` AS au_m
LEFT JOIN `jm_gridbox_authors` AS au
ON au.id = au_m.author_id**
**3 × SELECT `key`
FROM jm_gridbox_api**
**3 × SELECT title
FROM jm_gridbox_plugin**
**3 × SELECT u.id, u.name, g.id as level
FROM `jm_users` AS u
LEFT JOIN `jm_user_usergroup_map` AS m
ON `u`.`id` = `m`.`user_id`
LEFT JOIN `jm_usergroups` AS g
ON `g`.`id` = `m`.`group_id**
**3 × SELECT DISTINCT path
FROM jm_gridbox_custom_user_icon**
**3 × SELECT id
FROM jm_gridbox_categories**
**3 × SELECT manifest_cache
FROM jm_extensions**
**2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jm_extensions`**
**2 × SELECT *
FROM jm_gridbox_api**
**2 × SELECT d.subscription
FROM jm_gridbox_store_product_data AS d
LEFT JOIN jm_gridbox_pages AS p
ON p.id = d.product_id**
**2 × SELECT *
FROM jm_modules**
**2 × SELECT *
FROM jm_gridbox_store_wishlist**
**2 × SELECT wp.*, p.title, p.intro_image, p.app_id, p.page_category
FROM jm_gridbox_store_wishlist_products AS wp
LEFT JOIN jm_gridbox_pages as p
ON wp.product_id = p.id
LEFT JOIN `jm_gridbox_categories` AS c
ON p.page_category = c.id**
**1 × SELECT `data`
FROM `jm_session`**
**1 × SELECT `session_id`
FROM `jm_session`**
**1 × SELECT id, rules
FROM `jm_viewlevels**
**1 × SELECT b.id
FROM jm_usergroups AS a
LEFT JOIN jm_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt**
**1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM jm_extensions**
**1 × SELECT email_encryption, compress_html, compress_css, compress_js, page_cache, browser_cache, compress_images, images_max_size, images_quality, images_lazy_load, adaptive_images, adaptive_quality, enable_canonical, defer_loading
FROM jm_gridbox_websit**
**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 jm_menu AS m
LEFT JOIN jm_extensions AS e
ON m.component_id = e.extension_id**
**1 × SELECT *
FROM jm_languages**
**1 × SELECT *
FROM jm_gridbox_website**
**1 × SELECT title
FROM jm_gridbox_app**
**1 × SELECT *
FROM jm_gridbox_store_sales**
**1 × SELECT *
FROM jm_gridbox_app**
**1 × SELECT access
FROM jm_gridbox_categories**
**1 × SELECT title, id, parent, app_id
FROM jm_gridbox_categories**
**1 × SELECT id, title, app_id, image, description
FROM jm_gridbox_categories**
**1 × SELECT title, description, image
FROM jm_gridbox_categories**
**1 × SELECT type
FROM jm_gridbox_app**
**1 × SELECT d.product_id, d.price, d.sale_price
FROM jm_gridbox_store_product_data AS d
LEFT JOIN jm_gridbox_pages AS p
ON p.id = d.product_id
LEFT JOIN jm_gridbox_app AS a
ON a.id = p.app_id**
**1 × SELECT p.id, p.title, p.intro_text, p.created, p.hits, p.intro_image, p.page_category, p.app_id, p.meta_title, c.title as category, a.title as blog, a.type
FROM jm_gridbox_pages AS p
LEFT JOIN `jm_gridbox_categories` AS c
ON p.page_category = c.id
LEFT JOIN `jm_gridbox_app` AS a
ON p.app_id = a.id**
**1 × SELECT COUNT(*)
FROM jm_gridbox_pages AS p
LEFT JOIN `jm_gridbox_categories` AS c
ON p.page_category = c.id
LEFT JOIN `jm_gridbox_app` AS a
ON p.app_id = a.id**
**1 × SELECT *
FROM jm_gridbox_categories**
**1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `jm_assets`**
**1 × SELECT theme
FROM jm_gridbox_app**
**1 × SELECT params, id
FROM `jm_template_styles`**
**1 × SELECT `key`
FROM `jm_gridbox_api`**
**1 × SELECT app_fonts
FROM jm_gridbox_app**
**1 × SELECT header_code, body_code
FROM jm_gridbox_website**
**1 × SELECT *
FROM jm_gridbox_store_cart**
**1 × SELECT cp.*, p.title, p.intro_image, p.app_id, p.page_category
FROM jm_gridbox_store_cart_products AS cp
LEFT JOIN jm_gridbox_pages as p
ON cp.product_id = p.id
LEFT JOIN `jm_gridbox_categories` AS c
ON p.page_category = c.id**
**1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM jm_modules AS m
LEFT JOIN jm_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN jm_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id**
**1 × SELECT `key`
FROM jm_baforms_api**
**1 × SELECT title, meta_title, meta_description, image AS intro_image, share_image, share_title, share_description
FROM jm_gridbox_categories**