**Время запроса: 0.33 ms** **Память запроса: 0.022 MB. Память перед запросом: 0.976 MB** **Возвращено строк: 0**
SELECT `data`
FROM `jm_session`
WHERE `session_id` = X'3562653165393965643839646230633935653366373061373164656365633262'
| 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.22 ms** **После последнего запроса: 0.52 ms** **Память запроса: 0.020 MB. Память перед запросом: 0.987 MB** **Возвращено строк: 0**
SELECT `session_id`
FROM `jm_session`
WHERE `session_id` = X'3562653165393965643839646230633935653366373061373164656365633262'
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.35 ms** **После последнего запроса: 0.12 ms** **Память запроса: 0.003 MB. Память перед запросом: 0.992 MB**
INSERT INTO `jm_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'3562653165393965643839646230633935653366373061373164656365633262', 1, 1780308038, 0, '', 0)
**EXPLAIN недоступен для: INSERT INTO `jm_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3562653165393965643839646230633935653366373061373164656365633262', 1, 1780308038, 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.69 ms** **После последнего запроса: 0.90 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.35 ms** **После последнего запроса: 0.82 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.50 ms** **После последнего запроса: 0.11 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 |
**Время запроса: 1.67 ms** **После последнего запроса: 0.23 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.43 ms** **После последнего запроса: 6.98 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.86 ms** **После последнего запроса: 6.77 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.39 ms** **После последнего запроса: 3.86 ms** **Память запроса: 0.021 MB. Память перед запросом: 1.529 MB** **Возвращено строк: 0**
SELECT id
FROM jm_gridbox_system_pages
WHERE alias = 'pravila-ukhoda-za-florariumami-s-sukkulentami'
| 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 |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:3779 |
| 10 | gridboxHelper::getSystemPageByAlias() | JROOT/components/com_gridbox/router.php:224 |
| 9 | gridboxRouter->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1170 |
| 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.50 ms** **После последнего запроса: 0.09 ms** **Память запроса: 0.020 MB. Память перед запросом: 1.534 MB** **Возвращено строк: 1**
SELECT id
FROM jm_gridbox_pages
WHERE `page_alias` = 'pravila-ukhoda-za-florariumami-s-sukkulentami'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 43 | 10.00 | Using where |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/router.php:237 |
| 9 | gridboxRouter->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1170 |
| 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.36 ms** **После последнего запроса: 0.06 ms** **Память запроса: 0.020 MB. Память перед запросом: 1.539 MB** **Возвращено строк: 1**
SELECT page_category
FROM jm_gridbox_pages
WHERE `page_alias` = 'pravila-ukhoda-za-florariumami-s-sukkulentami'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 43 | 10.00 | Using where |
**Нет SHOW PROFILE (возможно, потому что более 100 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/router.php:244 |
| 9 | gridboxRouter->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1170 |
| 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.32 ms** **После последнего запроса: 0.11 ms** **Память запроса: 0.021 MB. Память перед запросом: 1.545 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#29SELECT alias, app_id, parent
FROM jm_gridbox_categories
WHERE `id` = 4
| 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 запросов)**
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 11 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:9446 |
| 10 | gridboxHelper::getCategoryPath() | JROOT/components/com_gridbox/router.php:246 |
| 9 | gridboxRouter->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1170 |
| 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.33 ms** **После последнего запроса: 0.43 ms** **Память запроса: 0.024 MB. Память перед запросом: 1.569 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.45 ms** **После последнего запроса: 0.18 ms** **Память запроса: 0.006 MB. Память перед запросом: 1.561 MB**
UPDATE `jm_extensions`
SET `params` = '{\"mediaversion\":\"22739e6224ca22a3a67df3577810270e\"}'
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.47 ms** **После последнего запроса: 0.75 ms** **Память запроса: 0.019 MB. Память перед запросом: 1.571 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.79 ms** **После последнего запроса: 4.48 ms** **Память запроса: 0.037 MB. Память перед запросом: 1.772 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.38 ms** **После последнего запроса: 0.12 ms** **Память запроса: 0.020 MB. Память перед запросом: 1.789 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.37 ms** **После последнего запроса: 0.07 ms** **Память запроса: 0.020 MB. Память перед запросом: 1.792 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.33 ms** **После последнего запроса: 0.14 ms** **Память запроса: 0.021 MB. Память перед запросом: 1.798 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.41 ms** **После последнего запроса: 0.23 ms** **Память запроса: 0.021 MB. Память перед запросом: 1.827 MB** **Возвращено строк: 0**
SELECT *
FROM jm_gridbox_store_sales
WHERE (publish_down = '0000-00-00 00:00:00' OR publish_down >= '2026-06-01 10:00:38')
AND (publish_up = '0000-00-00 00:00:00' OR publish_up <= '2026-06-01 10:00:38')
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 |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.07 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/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 |
**Время запроса: 1.10 ms** **После последнего запроса: 1.72 ms** **Память запроса: 0.024 MB. Память перед запросом: 1.839 MB** **Возвращено строк: 33**
SHOW FULL COLUMNS
FROM `jm_gridbox_pages`
**EXPLAIN недоступен для: SHOW FULL COLUMNS FROM `jm_gridbox_pages`**
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.19 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Opening tables | 0.01 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| Sending data | 0.16 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.05 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 17 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 16 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 15 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_gridbox/tables/pages.php:17 |
| 14 | gridboxTablePages->__construct() | JROOT/libraries/src/Table/Table.php:328 |
| 13 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_gridbox/models/page.php:16 |
| 12 | gridboxModelPage->getTable() | JROOT/components/com_gridbox/models/page.php:126 |
| 11 | gridboxModelPage->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_gridbox/views/page/view.html.php:24 |
| 9 | gridboxViewPage->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 |
**Время запроса: 1.35 ms** **После последнего запроса: 0.40 ms** **Память запроса: 0.037 MB. Память перед запросом: 1.884 MB** **Возвращено строк: 1**
SELECT p.*,a.type as app_type,c.title AS category_title
FROM `jm_gridbox_pages` as p
LEFT JOIN `jm_gridbox_app` AS a
ON `p`.`app_id` = `a`.`id`
LEFT JOIN `jm_gridbox_categories` AS c
ON `p`.`page_category` = `c`.`id`
WHERE p.id = 47
AND p.published = 1
AND p.language in ('ru-RU','*')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.07 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.77 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/models/page.php:149 |
| 11 | gridboxModelPage->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_gridbox/views/page/view.html.php:24 |
| 9 | gridboxViewPage->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** **После последнего запроса: 0.08 ms** **Память запроса: 0.021 MB. Память перед запросом: 1.905 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#68SELECT 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 = 47
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.06 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.14 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/models/page.php:159 |
| 11 | gridboxModelPage->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_gridbox/views/page/view.html.php:24 |
| 9 | gridboxViewPage->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.42 ms** **После последнего запроса: 0.24 ms** **Память запроса: 0.037 MB. Память перед запросом: 1.911 MB** **Возвращено строк: 1**
SELECT *
FROM jm_gridbox_pages
WHERE `id` = '47'
| 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.01 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.09 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 13 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
| 12 | Joomla\CMS\Table\Table->load() | JROOT/components/com_gridbox/models/page.php:66 |
| 11 | gridboxModelPage->getHits() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_gridbox/views/page/view.html.php:51 |
| 9 | gridboxViewPage->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.38 ms** **После последнего запроса: 0.16 ms** **Память запроса: 0.005 MB. Память перед запросом: 1.929 MB**
UPDATE jm_gridbox_pages
SET `hits` = (`hits` + 1)
WHERE `id` = '47'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | jm_gridbox_pages | NULL | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.03 ms |
| updating | 0.09 ms |
| end | 0.01 ms |
| query end | 0.06 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Table/Table.php:1264 |
| 12 | Joomla\CMS\Table\Table->hit() | JROOT/components/com_gridbox/models/page.php:67 |
| 11 | gridboxModelPage->getHits() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_gridbox/views/page/view.html.php:51 |
| 9 | gridboxViewPage->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.43 ms** **Память запроса: 0.021 MB. Память перед запросом: 1.920 MB** **Возвращено строк: 1**
SELECT title, id, parent, app_id
FROM jm_gridbox_categories
WHERE `id` = 4
| 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.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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 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/page/view.html.php:85 |
| 10 | gridboxViewPage->setBreadcrumb() | JROOT/components/com_gridbox/views/page/view.html.php:52 |
| 9 | gridboxViewPage->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.09 ms** **Память запроса: 0.022 MB. Память перед запросом: 1.927 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#69SELECT parent
FROM jm_gridbox_categories
WHERE `id` = 4
| 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.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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:9426 |
| 13 | gridboxHelper::getCategoryIdPath() | JROOT/components/com_gridbox/helpers/gridbox.php:536 |
| 12 | gridboxHelper::getGridboxCategoryLinks() | JROOT/components/com_gridbox/helpers/gridbox.php:9390 |
| 11 | gridboxHelper::getCategoryBreadcrumb() | JROOT/components/com_gridbox/views/page/view.html.php:85 |
| 10 | gridboxViewPage->setBreadcrumb() | JROOT/components/com_gridbox/views/page/view.html.php:52 |
| 9 | gridboxViewPage->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.32 ms** **Память запроса: 0.024 MB. Память перед запросом: 1.935 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#13SELECT alias, app_id, parent
FROM jm_gridbox_categories
WHERE `id` = 4
| 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.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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 20 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:9446 |
| 19 | gridboxHelper::getCategoryPath() | JROOT/components/com_gridbox/router.php:108 |
| 18 | gridboxRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_gridbox/helpers/gridbox.php:9392 |
| 11 | gridboxHelper::getCategoryBreadcrumb() | JROOT/components/com_gridbox/views/page/view.html.php:85 |
| 10 | gridboxViewPage->setBreadcrumb() | JROOT/components/com_gridbox/views/page/view.html.php:52 |
| 9 | gridboxViewPage->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** **После последнего запроса: 3.42 ms** **Память запроса: 0.022 MB. Память перед запросом: 1.999 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 |
| Status | Duration |
|---|
| starting | 0.03 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.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 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/page/view.html.php:53 |
| 9 | gridboxViewPage->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.09 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.004 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 |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.08 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.08 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 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/page/view.html.php:53 |
| 9 | gridboxViewPage->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.55 ms** **После последнего запроса: 2.76 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.125 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 |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.17 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.01 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 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/page/view.html.php:53 |
| 9 | gridboxViewPage->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** **После последнего запроса: 1.69 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.136 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 |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.08 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.03 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| removing tmp table | 0.01 ms |
| query end | 0.00 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: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/page/view.html.php:53 |
| 9 | gridboxViewPage->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.31 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.146 MB** **Возвращено строк: 1**
SELECT app_id
FROM jm_gridbox_pages
WHERE id = 47
| 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.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.05 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.02 ms |
| freeing items | 0.03 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:11947 |
| 12 | gridboxHelper::getPageFieldData() | JROOT/components/com_gridbox/helpers/gridbox.php:6955 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:53 |
| 9 | gridboxViewPage->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.08 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.153 MB** **Возвращено строк: 0**
SELECT f.*,pf.value
FROM jm_gridbox_fields as f
LEFT JOIN `jm_gridbox_page_fields` AS pf
ON pf.field_id = f.id
WHERE f.app_id = 1
AND pf.page_id = 47
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ALL | PRIMARY | **INDEX KEY не используется** | NULL | NULL | 2 | 50.00 | Using where |
| 1 | SIMPLE | pf | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 139 | 1.00 | Using where; Using join buffer (Block Nested Loop) |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.17 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.03 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11957 |
| 12 | gridboxHelper::getPageFieldData() | JROOT/components/com_gridbox/helpers/gridbox.php:6955 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:53 |
| 9 | gridboxViewPage->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.05 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.158 MB** **Возвращено строк: 0**
SELECT *
FROM jm_gridbox_fields
WHERE id NOT IN(0)
AND app_id = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields | NULL | range | PRIMARY | PRIMARY | 4 | NULL | 3 | 50.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.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.05 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11968 |
| 12 | gridboxHelper::getPageFieldData() | JROOT/components/com_gridbox/helpers/gridbox.php:6955 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:53 |
| 9 | gridboxViewPage->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.44 ms** **После последнего запроса: 5.91 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.108 MB** **Возвращено строк: 1**
SELECT b.id,a.page_layout, a.type
FROM `jm_gridbox_pages` AS b
LEFT JOIN `jm_gridbox_app` AS a
ON `b`.`app_id` = `a`.`id`
WHERE b.id = 47
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | b | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/models/page.php:88 |
| 12 | gridboxModelPage->getPageLayout() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_gridbox/views/page/view.html.php:154 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.10 ms** **Память запроса: 0.037 MB. Память перед запросом: 2.122 MB** **Возвращено строк: 1**
SELECT b.id,a.page_items, a.type
FROM `jm_gridbox_pages` AS b
LEFT JOIN `jm_gridbox_app` AS a
ON `b`.`app_id` = `a`.`id`
WHERE b.id = 47
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | b | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 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.06 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.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/models/page.php:114 |
| 12 | gridboxModelPage->getPageItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_gridbox/views/page/view.html.php:157 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.32 ms** **После последнего запроса: 5.18 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.305 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 |
| 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.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:4809 |
| 13 | gridboxHelper::checkBalbooaGridboxState() | JROOT/components/com_gridbox/helpers/gridbox.php:5643 |
| 12 | gridboxHelper::clearDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8760 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.26 ms** **После последнего запроса: 0.06 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.310 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 |
| 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.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:5649 |
| 12 | gridboxHelper::clearDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8760 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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** **После последнего запроса: 4.18 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.319 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 |
| 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.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.01 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:1831 |
| 13 | gridboxHelper::setReviewsModerators() | JROOT/components/com_gridbox/helpers/gridbox.php:6209 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.26 ms** **После последнего запроса: 2.66 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.329 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 |
| 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.01 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.03 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.01 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:5762 |
| 13 | gridboxHelper::setCustomIcons() | JROOT/components/com_gridbox/helpers/gridbox.php:6228 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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** **После последнего запроса: 16.38 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.338 MB** **Возвращено строк: 1**
SELECT app_id
FROM jm_gridbox_pages
WHERE id = 47
| 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.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 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.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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:11947 |
| 13 | gridboxHelper::getPageFieldData() | JROOT/components/com_gridbox/helpers/gridbox.php:6955 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.06 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.345 MB** **Возвращено строк: 0**
SELECT f.*,pf.value
FROM jm_gridbox_fields as f
LEFT JOIN `jm_gridbox_page_fields` AS pf
ON pf.field_id = f.id
WHERE f.app_id = 1
AND pf.page_id = 47
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ALL | PRIMARY | **INDEX KEY не используется** | NULL | NULL | 2 | 50.00 | Using where |
| 1 | SIMPLE | pf | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 139 | 1.00 | Using where; Using join buffer (Block Nested Loop) |
| 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.02 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11957 |
| 13 | gridboxHelper::getPageFieldData() | JROOT/components/com_gridbox/helpers/gridbox.php:6955 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.05 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.351 MB** **Возвращено строк: 0**
SELECT *
FROM jm_gridbox_fields
WHERE id NOT IN(0)
AND app_id = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields | NULL | range | PRIMARY | PRIMARY | 4 | NULL | 3 | 50.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.04 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11968 |
| 13 | gridboxHelper::getPageFieldData() | JROOT/components/com_gridbox/helpers/gridbox.php:6955 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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** **После последнего запроса: 2.62 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.359 MB** **Возвращено строк: 1**
SELECT created, app_id
FROM jm_gridbox_pages
WHERE id = 47
| 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:10631 |
| 13 | gridboxHelper::getPostNavigation() | JROOT/components/com_gridbox/helpers/gridbox.php:7323 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.07 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.367 MB** **Возвращено строк: 0**
SELECT 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.08 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.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:9294 |
| 14 | gridboxHelper::getSubscriptionProducts() | JROOT/components/com_gridbox/helpers/gridbox.php:10636 |
| 13 | gridboxHelper::getPostNavigation() | JROOT/components/com_gridbox/helpers/gridbox.php:7323 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.66 ms** **После последнего запроса: 0.11 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.375 MB** **Возвращено строк: 3**
SELECT p.id, p.title, p.intro_text, p.created, p.intro_image, p.page_category, p.app_id,
c.title as category, a.type, p.hits
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.id <> 47
AND p.app_id = 1
AND p.page_category <> 'trashed'
AND p.published = 1
AND p.created <= '2026-06-01 13:00:38'
AND p.created <= '2021-04-24 11:30:29'
AND (p.end_publishing = '0000-00-00 00:00:00' OR p.end_publishing >= '2026-06-01 13:00:38')
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.created desc| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p | NULL | range | PRIMARY | PRIMARY | 4 | NULL | 42 | 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 |
| 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.09 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.21 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:10661 |
| 13 | gridboxHelper::getPostNavigation() | JROOT/components/com_gridbox/helpers/gridbox.php:7323 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.49 ms** **После последнего запроса: 0.10 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.383 MB** **Возвращено строк: 0**
SELECT p.id, p.title, p.intro_text, p.created, p.intro_image, p.page_category, p.app_id,
c.title as category, a.type, p.hits
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.id <> 47
AND p.app_id = 1
AND p.page_category <> 'trashed'
AND p.published = 1
AND p.created <= '2026-06-01 13:00:38'
AND p.created >= '2021-04-24 11:30:29'
AND (p.end_publishing = '0000-00-00 00:00:00' OR p.end_publishing >= '2026-06-01 13:00:38')
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.created asc| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p | NULL | range | PRIMARY | PRIMARY | 4 | NULL | 42 | 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 |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.12 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:10686 |
| 13 | gridboxHelper::getPostNavigation() | JROOT/components/com_gridbox/helpers/gridbox.php:7323 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.50 ms** **После последнего запроса: 0.10 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.389 MB** **Возвращено строк: 4**
SELECT p.id, p.title, p.intro_text, p.created, p.intro_image, p.page_category,
p.app_id, p.meta_title, a.type, p.hits, c.title as category
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 = 1
AND p.page_category <> 'trashed'
AND p.published = 1
AND (p.end_publishing = '0000-00-00 00:00:00' OR p.end_publishing >= '2026-06-01 13:00:38')
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.created 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 | NULL |
| 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.04 ms |
| preparing | 0.02 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:10709 |
| 13 | gridboxHelper::getPostNavigation() | JROOT/components/com_gridbox/helpers/gridbox.php:7323 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.19 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.398 MB** **Возвращено строк: 1**
SELECT parent
FROM jm_gridbox_categories
WHERE `id` = 3
| 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.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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:9426 |
| 16 | gridboxHelper::getCategoryIdPath() | JROOT/components/com_gridbox/helpers/gridbox.php:509 |
| 15 | gridboxHelper::getGridboxPageLinks() | JROOT/components/com_gridbox/helpers/gridbox.php:10770 |
| 14 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:10738 |
| 13 | gridboxHelper::getPostNavigation() | JROOT/components/com_gridbox/helpers/gridbox.php:7323 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.023 MB. Память перед запросом: 2.407 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#60SELECT *
FROM jm_gridbox_fields
WHERE app_id = 1
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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11915 |
| 15 | gridboxHelper::getCategoryListFields() | JROOT/components/com_gridbox/helpers/gridbox.php:10774 |
| 14 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:10738 |
| 13 | gridboxHelper::getPostNavigation() | JROOT/components/com_gridbox/helpers/gridbox.php:7323 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.17 ms** **Память запроса: 0.025 MB. Память перед запросом: 2.415 MB** **Возвращено строк: 1**
SELECT alias, app_id, parent
FROM jm_gridbox_categories
WHERE `id` = 3
| 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:9446 |
| 22 | gridboxHelper::getCategoryPath() | JROOT/components/com_gridbox/router.php:132 |
| 21 | gridboxRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_gridbox/helpers/gridbox.php:10872 |
| 14 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:10738 |
| 13 | gridboxHelper::getPostNavigation() | JROOT/components/com_gridbox/helpers/gridbox.php:7323 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.425 MB** **Возвращено строк: 1**
SELECT page_alias
FROM jm_gridbox_pages
WHERE `id` = 46
| 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.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:1740 |
| 22 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/router.php:148 |
| 21 | gridboxRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_gridbox/helpers/gridbox.php:10872 |
| 14 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:10738 |
| 13 | gridboxHelper::getPostNavigation() | JROOT/components/com_gridbox/helpers/gridbox.php:7323 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.023 MB. Память перед запросом: 2.434 MB** **Возвращено строк: 0**
SELECT value
FROM jm_gridbox_page_fields
WHERE (field_type = 'product-slideshow' OR field_type = 'product-gallery')
AND page_id = 46
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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11872 |
| 15 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 14 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:10738 |
| 13 | gridboxHelper::getPostNavigation() | JROOT/components/com_gridbox/helpers/gridbox.php:7323 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.08 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.443 MB** **Возвращено строк: 1**
SELECT app_id
FROM jm_gridbox_pages
WHERE id = 46
| 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:1059 |
| 16 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:11874 |
| 15 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 14 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:10738 |
| 13 | gridboxHelper::getPostNavigation() | JROOT/components/com_gridbox/helpers/gridbox.php:7323 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.05 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.451 MB** **Возвращено строк: 0**
SELECT *
FROM jm_gridbox_fields_desktop_files
WHERE page_id = 46
AND app_id = 1
| 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.06 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.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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:1068 |
| 16 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:11874 |
| 15 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 14 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:10738 |
| 13 | gridboxHelper::getPostNavigation() | JROOT/components/com_gridbox/helpers/gridbox.php:7323 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.023 MB. Память перед запросом: 2.458 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 = 46
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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11076 |
| 15 | gridboxHelper::getRecentPostAuthor() | JROOT/components/com_gridbox/helpers/gridbox.php:11046 |
| 14 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:10738 |
| 13 | gridboxHelper::getPostNavigation() | JROOT/components/com_gridbox/helpers/gridbox.php:7323 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.09 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.465 MB** **Возвращено строк: 1**
SELECT parent
FROM jm_gridbox_categories
WHERE `id` = 2
| 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:9426 |
| 16 | gridboxHelper::getCategoryIdPath() | JROOT/components/com_gridbox/helpers/gridbox.php:509 |
| 15 | gridboxHelper::getGridboxPageLinks() | JROOT/components/com_gridbox/helpers/gridbox.php:10770 |
| 14 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:10741 |
| 13 | gridboxHelper::getPostNavigation() | JROOT/components/com_gridbox/helpers/gridbox.php:7323 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.12 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.473 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#52SELECT *
FROM jm_gridbox_fields
WHERE app_id = 1
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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11915 |
| 15 | gridboxHelper::getCategoryListFields() | JROOT/components/com_gridbox/helpers/gridbox.php:10774 |
| 14 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:10741 |
| 13 | gridboxHelper::getPostNavigation() | JROOT/components/com_gridbox/helpers/gridbox.php:7323 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.10 ms** **Память запроса: 0.025 MB. Память перед запросом: 2.481 MB** **Возвращено строк: 1**
SELECT alias, app_id, parent
FROM jm_gridbox_categories
WHERE `id` = 2
| 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 23 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:9446 |
| 22 | gridboxHelper::getCategoryPath() | JROOT/components/com_gridbox/router.php:132 |
| 21 | gridboxRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_gridbox/helpers/gridbox.php:10872 |
| 14 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:10741 |
| 13 | gridboxHelper::getPostNavigation() | JROOT/components/com_gridbox/helpers/gridbox.php:7323 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.492 MB** **Возвращено строк: 1**
SELECT page_alias
FROM jm_gridbox_pages
WHERE `id` = 44
| 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.00 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:1740 |
| 22 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/router.php:148 |
| 21 | gridboxRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_gridbox/helpers/gridbox.php:10872 |
| 14 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:10741 |
| 13 | gridboxHelper::getPostNavigation() | JROOT/components/com_gridbox/helpers/gridbox.php:7323 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.12 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.501 MB** **Возвращено строк: 0**
SELECT value
FROM jm_gridbox_page_fields
WHERE (field_type = 'product-slideshow' OR field_type = 'product-gallery')
AND page_id = 44
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.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.08 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:11872 |
| 15 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 14 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:10741 |
| 13 | gridboxHelper::getPostNavigation() | JROOT/components/com_gridbox/helpers/gridbox.php:7323 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.023 MB. Память перед запросом: 2.509 MB** **Возвращено строк: 1**
SELECT app_id
FROM jm_gridbox_pages
WHERE id = 44
| 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.01 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:1059 |
| 16 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:11874 |
| 15 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 14 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:10741 |
| 13 | gridboxHelper::getPostNavigation() | JROOT/components/com_gridbox/helpers/gridbox.php:7323 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.05 ms** **Память запроса: 0.025 MB. Память перед запросом: 2.524 MB** **Возвращено строк: 0**
SELECT *
FROM jm_gridbox_fields_desktop_files
WHERE page_id = 44
AND app_id = 1
| 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:1068 |
| 16 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:11874 |
| 15 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 14 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:10741 |
| 13 | gridboxHelper::getPostNavigation() | JROOT/components/com_gridbox/helpers/gridbox.php:7323 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.533 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 = 44
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.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:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11076 |
| 15 | gridboxHelper::getRecentPostAuthor() | JROOT/components/com_gridbox/helpers/gridbox.php:11046 |
| 14 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:10741 |
| 13 | gridboxHelper::getPostNavigation() | JROOT/components/com_gridbox/helpers/gridbox.php:7323 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.43 ms** **После последнего запроса: 3.30 ms** **Память запроса: 0.038 MB. Память перед запросом: 2.538 MB** **Возвращено строк: 1**
SELECT p.*,a.type as app_type,c.title AS category_title
FROM `jm_gridbox_pages` as p
LEFT JOIN `jm_gridbox_app` AS a
ON p.app_id = a.id
LEFT JOIN `jm_gridbox_categories` AS c
ON p.page_category = c.id
WHERE p.id = 47
AND p.language in ('ru-RU','*')
ORDER BY p.id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.04 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.06 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:9517 |
| 13 | gridboxHelper::getBlogPostIntro() | JROOT/components/com_gridbox/helpers/gridbox.php:7412 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.07 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.559 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#24SELECT 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 = 47
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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:9536 |
| 13 | gridboxHelper::getBlogPostIntro() | JROOT/components/com_gridbox/helpers/gridbox.php:7412 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.06 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.567 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#28SELECT parent
FROM jm_gridbox_categories
WHERE `id` = 4
| 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.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:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:9426 |
| 15 | gridboxHelper::getCategoryIdPath() | JROOT/components/com_gridbox/helpers/gridbox.php:536 |
| 14 | gridboxHelper::getGridboxCategoryLinks() | JROOT/components/com_gridbox/helpers/gridbox.php:9537 |
| 13 | gridboxHelper::getBlogPostIntro() | JROOT/components/com_gridbox/helpers/gridbox.php:7412 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.26 ms** **После последнего запроса: 0.56 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.579 MB** **Возвращено строк: 0**
SELECT id
FROM jm_gridbox_comments
WHERE page_id = 47
AND status = 'approved'
AND parent = 0
ORDER BY date desc
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_comments | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | Using where; **Используется сортировка файлов** |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.08 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.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.00 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:1624 |
| 14 | gridboxHelper::getCommentsCount() | JROOT/components/com_gridbox/helpers/gridbox.php:9565 |
| 13 | gridboxHelper::getBlogPostIntro() | JROOT/components/com_gridbox/helpers/gridbox.php:7412 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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.08 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.586 MB** **Возвращено строк: 1**
SELECT COUNT(id) as count, AVG(rating) as rating
FROM jm_gridbox_reviews
WHERE page_id = 47
AND parent = 0
AND status = 'approved'
ORDER BY date desc
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_reviews | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.06 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.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:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:1657 |
| 14 | gridboxHelper::getReviewsCount() | JROOT/components/com_gridbox/helpers/gridbox.php:9571 |
| 13 | gridboxHelper::getBlogPostIntro() | JROOT/components/com_gridbox/helpers/gridbox.php:7412 |
| 12 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 11 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/page/view.html.php:158 |
| 10 | gridboxViewPage->prepareDocument() | JROOT/components/com_gridbox/views/page/view.html.php:54 |
| 9 | gridboxViewPage->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** **После последнего запроса: 8.30 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.402 MB** **Возвращено строк: 1**
SELECT *
FROM jm_assets
WHERE name = 'com_gridbox.page.47'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_assets | NULL | const | idx_asset_name | idx_asset_name | 202 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.08 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 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.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/assets.php:99 |
| 12 | gridboxAssetsHelper->loadByName() | JROOT/components/com_gridbox/helpers/assets.php:114 |
| 11 | gridboxAssetsHelper->getPermissions() | JROOT/components/com_gridbox/helpers/assets.php:25 |
| 10 | gridboxAssetsHelper->__construct() | JROOT/components/com_gridbox/views/page/view.html.php:55 |
| 9 | gridboxViewPage->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.62 ms** **После последнего запроса: 0.27 ms** **Память запроса: 0.024 MB. Память перед запросом: 2.412 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.05 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.11 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.31 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/libraries/src/Access/Access.php:429 |
| 15 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
| 14 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
| 13 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 12 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 11 | Joomla\CMS\User\User->authorise() | JROOT/components/com_gridbox/helpers/assets.php:132 |
| 10 | gridboxAssetsHelper->checkPermission() | JROOT/components/com_gridbox/views/page/view.html.php:56 |
| 9 | gridboxViewPage->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.42 ms** **После последнего запроса: 0.17 ms** **Память запроса: 0.025 MB. Память перед запросом: 2.457 MB** **Возвращено строк: 126**
SELECT `id`,`name`,`rules`,`parent_id`
FROM `jm_assets`
WHERE `name` LIKE 'com_gridbox.%' OR `name` = 'com_gridbox' OR `parent_id` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_assets | NULL | ALL | idx_asset_name,idx_parent_id | **INDEX KEY не используется** | NULL | NULL | 189 | 22.86 | 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.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.18 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/libraries/src/Access/Access.php:359 |
| 15 | Joomla\CMS\Access\Access::preloadPermissions() | JROOT/libraries/src/Access/Access.php:226 |
| 14 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:540 |
| 13 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 12 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 11 | Joomla\CMS\User\User->authorise() | JROOT/components/com_gridbox/helpers/assets.php:132 |
| 10 | gridboxAssetsHelper->checkPermission() | JROOT/components/com_gridbox/views/page/view.html.php:56 |
| 9 | gridboxViewPage->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** **После последнего запроса: 3.51 ms** **Память запроса: 0.020 MB. Память перед запросом: 2.605 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#119SELECT 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.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.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.15 ms** **После последнего запроса: 0.06 ms** **Память запроса: 0.020 MB. Память перед запросом: 2.611 MB** **Возвращено строк: 1**
SELECT class_suffix
FROM jm_gridbox_pages
WHERE id = 47
| 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:2186 |
| 8 | gridboxHelper::getPageClass() | JROOT/templates/gridbox/index.php:62 |
| 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.14 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.020 MB. Память перед запросом: 2.616 MB** **Возвращено строк: 1**
SELECT theme
FROM jm_gridbox_pages
WHERE `id` = '47'
| 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.01 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.63 ms** **После последнего запроса: 0.06 ms** **Память запроса: 0.434 MB. Память перед запросом: 2.621 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.06 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.09 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.34 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 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.23 ms** **После последнего запроса: 8.80 ms** **Память запроса: 0.020 MB. Память перед запросом: 4.278 MB** **Возвращено строк: 1**
SELECT p.app_id,a.type
FROM `jm_gridbox_pages` AS p
LEFT JOIN `jm_gridbox_app` AS a
ON p.app_id = a.id
WHERE p.id = 47
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | a | 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.05 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:1662 |
| 9 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:3902 |
| 8 | gridboxHelper::checkPageCss() | JROOT/templates/gridbox/index.php:96 |
| 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.19 ms** **После последнего запроса: 0.18 ms** **Память запроса: 0.020 MB. Память перед запросом: 4.285 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.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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 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.19 ms** **После последнего запроса: 0.06 ms** **Память запроса: 0.020 MB. Память перед запросом: 4.290 MB** **Возвращено строк: 1**
SELECT p.fonts,a.page_fonts
FROM jm_gridbox_pages AS p
LEFT JOIN `jm_gridbox_app` AS a
ON p.app_id = a.id
WHERE p.id = 47
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | a | 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.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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 9 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:5203 |
| 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.17 ms** **После последнего запроса: 0.08 ms** **Память запроса: 0.020 MB. Память перед запросом: 4.293 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.02 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 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.19 ms** **После последнего запроса: 10.73 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.301 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 |
| 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 |
| 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 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.17 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.305 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 |
| 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.30 ms** **После последнего запроса: 10.27 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.307 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 |
| Status | Duration |
|---|
| starting | 0.04 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.02 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: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.36 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.315 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 |
| 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.02 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.03 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: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** **После последнего запроса: 41.74 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.325 MB** **Возвращено строк: 1**
SELECT app_id
FROM jm_gridbox_pages
WHERE id = 47
| 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.01 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:11947 |
| 10 | gridboxHelper::getPageFieldData() | JROOT/components/com_gridbox/helpers/gridbox.php:6955 |
| 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.32 ms** **После последнего запроса: 0.07 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.331 MB** **Возвращено строк: 0**
SELECT f.*,pf.value
FROM jm_gridbox_fields as f
LEFT JOIN `jm_gridbox_page_fields` AS pf
ON pf.field_id = f.id
WHERE f.app_id = 1
AND pf.page_id = 47
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ALL | PRIMARY | **INDEX KEY не используется** | NULL | NULL | 2 | 50.00 | Using where |
| 1 | SIMPLE | pf | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 139 | 1.00 | Using where; Using join buffer (Block Nested Loop) |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.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:11957 |
| 10 | gridboxHelper::getPageFieldData() | JROOT/components/com_gridbox/helpers/gridbox.php:6955 |
| 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.26 ms** **После последнего запроса: 0.07 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.336 MB** **Возвращено строк: 0**
SELECT *
FROM jm_gridbox_fields
WHERE id NOT IN(0)
AND app_id = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields | NULL | range | PRIMARY | PRIMARY | 4 | NULL | 3 | 50.00 | 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.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11968 |
| 10 | gridboxHelper::getPageFieldData() | JROOT/components/com_gridbox/helpers/gridbox.php:6955 |
| 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.36 ms** **После последнего запроса: 41.80 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.349 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 |
| Status | Duration |
|---|
| starting | 0.05 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.07 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.24 ms** **После последнего запроса: 0.08 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.354 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 |
| Status | Duration |
|---|
| starting | 0.02 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.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/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.47 ms** **После последнего запроса: 15.31 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.383 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#93SELECT *
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.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.11 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 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.27 ms** **После последнего запроса: 4.56 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.473 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#92SELECT *
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.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 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.36 ms** **После последнего запроса: 2.13 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.458 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 |
| 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.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.01 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.03 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.26 ms** **После последнего запроса: 18.97 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.467 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 |
| 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.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 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: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** **После последнего запроса: 101.18 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.482 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#98SELECT *
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.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.11 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.26 ms** **После последнего запроса: 0.21 ms** **Память запроса: 0.024 MB. Память перед запросом: 4.501 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.25 ms** **После последнего запроса: 0.52 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.509 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#96SELECT *
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.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.18 ms** **После последнего запроса: 3.71 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.513 MB** **Возвращено строк: 1**
SELECT app_id
FROM jm_gridbox_pages
WHERE id = 47
| 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.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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:11947 |
| 10 | gridboxHelper::getPageFieldData() | JROOT/components/com_gridbox/helpers/gridbox.php:6955 |
| 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.25 ms** **После последнего запроса: 0.06 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.519 MB** **Возвращено строк: 0**
SELECT f.*,pf.value
FROM jm_gridbox_fields as f
LEFT JOIN `jm_gridbox_page_fields` AS pf
ON pf.field_id = f.id
WHERE f.app_id = 1
AND pf.page_id = 47
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ALL | PRIMARY | **INDEX KEY не используется** | NULL | NULL | 2 | 50.00 | Using where |
| 1 | SIMPLE | pf | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 139 | 1.00 | Using where; Using join buffer (Block Nested Loop) |
| 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.02 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.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:11957 |
| 10 | gridboxHelper::getPageFieldData() | JROOT/components/com_gridbox/helpers/gridbox.php:6955 |
| 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.24 ms** **После последнего запроса: 0.08 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.523 MB** **Возвращено строк: 0**
SELECT *
FROM jm_gridbox_fields
WHERE id NOT IN(0)
AND app_id = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields | NULL | range | PRIMARY | PRIMARY | 4 | NULL | 3 | 50.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11968 |
| 10 | gridboxHelper::getPageFieldData() | JROOT/components/com_gridbox/helpers/gridbox.php:6955 |
| 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** **После последнего запроса: 36.58 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.530 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#104SELECT *
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.01 ms |
| Opening tables | 0.11 ms |
| init | 0.02 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.49 ms** **После последнего запроса: 0.14 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.538 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#105SELECT 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 13:00:38'
AND (p.end_publishing = '0000-00-00 00:00:00' OR p.end_publishing >= '2026-06-01 13:00:38')
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.09 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.07 ms |
| init | 0.07 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.04 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.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.18 ms** **После последнего запроса: 0.42 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.542 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#102SELECT *
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.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.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.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.30 ms** **После последнего запроса: 0.09 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.550 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#103SELECT 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 13:00:38'
AND (p.end_publishing = '0000-00-00 00:00:00' OR p.end_publishing >= '2026-06-01 13:00:38')
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.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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 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.41 ms** **После последнего запроса: 2.05 ms** **Память запроса: 0.076 MB. Память перед запросом: 4.554 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#112SELECT *
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.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.22 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: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.30 ms** **После последнего запроса: 0.19 ms** **Память запроса: 0.078 MB. Память перед запросом: 4.589 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.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.12 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 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.28 ms** **После последнего запроса: 0.85 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.568 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.06 ms |
| init | 0.01 ms |
| System lock | 0.00 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.25 ms** **После последнего запроса: 0.10 ms** **Память запроса: 0.005 MB. Память перед запросом: 4.576 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.05 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.24 ms** **После последнего запроса: 0.09 ms** **Память запроса: 0.006 MB. Память перед запросом: 4.581 MB**
UPDATE `jm_gridbox_store_cart`
SET `promo_id`='0',`region`='',`country`='',`user_id`='0'
WHERE `id` = '57568'
| 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.05 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.43 ms** **После последнего запроса: 0.12 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.588 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 13:00:38'
AND (p.end_publishing = '0000-00-00 00:00:00' OR p.end_publishing >= '2026-06-01 13:00:38')
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.06 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.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: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.34 ms** **После последнего запроса: 1.20 ms** **Память запроса: 0.076 MB. Память перед запросом: 4.596 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#106SELECT *
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.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.19 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: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.63 ms** **После последнего запроса: 6.60 ms** **Память запроса: 0.022 MB. Память перед запросом: 4.584 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 10:00:38')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-06-01 10:00:38')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 111 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.07 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 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.77 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.637 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.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_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.31 ms** **После последнего запроса: 0.26 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.756 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.00 ms |
| Opening tables | 0.06 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.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: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.21 ms** **После последнего запроса: 0.90 ms** **Память запроса: 0.023 MB. Память перед запросом: 4.868 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.19 ms** **Память запроса: 0.023 MB. Память перед запросом: 4.875 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.23 ms** **После последнего запроса: 1.02 ms** **Память запроса: 0.020 MB. Память перед запросом: 4.830 MB** **Возвращено строк: 1**
SELECT title, meta_title, meta_description, intro_image, share_image,
share_title, share_description
FROM jm_gridbox_pages
WHERE `id` = 47| 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.02 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 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.40 ms** **После последнего запроса: 23.62 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.895 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#75SELECT 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.05 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.10 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.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 |
**6 × SELECT app_id
FROM jm_gridbox_pages**
**6 × SELECT *
FROM jm_gridbox_fields**
**6 × SELECT *
FROM jm_gridbox_system_pages**
**4 × SELECT alias, app_id, parent
FROM jm_gridbox_categories**
**4 × 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**
**4 × SELECT parent
FROM jm_gridbox_categories**
**4 × SELECT `key`
FROM jm_gridbox_api**
**4 × SELECT title
FROM jm_gridbox_plugin**
**4 × 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**
**4 × SELECT DISTINCT path
FROM jm_gridbox_custom_user_icon**
**4 × SELECT f.*,pf.value
FROM jm_gridbox_fields as f
LEFT JOIN `jm_gridbox_page_fields` AS pf
ON pf.field_id = f.id**
**4 × SELECT page_alias
FROM jm_gridbox_pages**
**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 p.id, p.title, p.intro_text, p.created, p.intro_image, p.page_category, p.app_id, c.title as category, a.type, p.hits
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**
**2 × SELECT value
FROM jm_gridbox_page_fields**
**2 × SELECT *
FROM jm_gridbox_fields_desktop_files**
**2 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `jm_assets`**
**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 id
FROM jm_gridbox_system_pages**
**1 × SELECT id
FROM jm_gridbox_pages**
**1 × SELECT page_category
FROM jm_gridbox_pages**
**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 p.*,a.type as app_type,c.title AS category_title
FROM `jm_gridbox_pages` as p
LEFT JOIN `jm_gridbox_app` AS a
ON `p`.`app_id` = `a`.`id`
LEFT JOIN `jm_gridbox_categories` AS c
ON `p`.`page_category` = `c`.`id`**
**1 × SELECT *
FROM jm_gridbox_pages**
**1 × SELECT title, id, parent, app_id
FROM jm_gridbox_categories**
**1 × SELECT b.id,a.page_layout, a.type
FROM `jm_gridbox_pages` AS b
LEFT JOIN `jm_gridbox_app` AS a
ON `b`.`app_id` = `a`.`id`**
**1 × SELECT b.id,a.page_items, a.type
FROM `jm_gridbox_pages` AS b
LEFT JOIN `jm_gridbox_app` AS a
ON `b`.`app_id` = `a`.`id`**
**1 × SELECT created, app_id
FROM jm_gridbox_pages**
**1 × SELECT d.subscription
FROM jm_gridbox_store_product_data AS d
LEFT JOIN jm_gridbox_pages AS p
ON p.id = d.product_id**
**1 × SELECT p.id, p.title, p.intro_text, p.created, p.intro_image, p.page_category, p.app_id, p.meta_title, a.type, p.hits, c.title as category
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 p.*,a.type as app_type,c.title AS category_title
FROM `jm_gridbox_pages` as p
LEFT JOIN `jm_gridbox_app` AS a
ON p.app_id = a.id
LEFT JOIN `jm_gridbox_categories` AS c
ON p.page_category = c.id**
**1 × SELECT id
FROM jm_gridbox_comments**
**1 × SELECT COUNT(id) as count, AVG(rating) as rating
FROM jm_gridbox_reviews**
**1 × SELECT *
FROM jm_assets**
**1 × SELECT class_suffix
FROM jm_gridbox_pages**
**1 × SELECT theme
FROM jm_gridbox_pages**
**1 × SELECT params, id
FROM `jm_template_styles`**
**1 × SELECT p.app_id,a.type
FROM `jm_gridbox_pages` AS p
LEFT JOIN `jm_gridbox_app` AS a
ON p.app_id = a.id**
**1 × SELECT `key`
FROM `jm_gridbox_api`**
**1 × SELECT p.fonts,a.page_fonts
FROM jm_gridbox_pages AS p
LEFT JOIN `jm_gridbox_app` AS a
ON p.app_id = a.id**
**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, intro_image, share_image, share_title, share_description
FROM jm_gridbox_pages**