**Время запроса: 0.24 ms** **Память запроса: 0.022 MB. Память перед запросом: 0.983 MB** **Возвращено строк: 0**
SELECT `data`
FROM `jm_session`
WHERE `session_id` = X'6334313432643762356233353139613666323163616364316134646132393163'
| 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.15 ms** **После последнего запроса: 0.55 ms** **Память запроса: 0.020 MB. Память перед запросом: 0.994 MB** **Возвращено строк: 0**
SELECT `session_id`
FROM `jm_session`
WHERE `session_id` = X'6334313432643762356233353139613666323163616364316134646132393163'
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.25 ms** **После последнего запроса: 0.11 ms** **Память запроса: 0.003 MB. Память перед запросом: 0.998 MB**
INSERT INTO `jm_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6334313432643762356233353139613666323163616364316134646132393163', 1, 1780307784, 0, '', 0)
**EXPLAIN недоступен для: INSERT INTO `jm_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6334313432643762356233353139613666323163616364316134646132393163', 1, 1780307784, 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.59 ms** **После последнего запроса: 0.86 ms** **Память запроса: 0.021 MB. Память перед запросом: 1.027 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.34 ms** **После последнего запроса: 0.76 ms** **Память запроса: 0.020 MB. Память перед запросом: 1.037 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.37 ms** **После последнего запроса: 0.11 ms** **Память запроса: 0.020 MB. Память перед запросом: 1.047 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.02 ms** **После последнего запроса: 0.25 ms** **Память запроса: 0.022 MB. Память перед запросом: 1.067 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.49 ms** **После последнего запроса: 6.55 ms** **Память запроса: 0.020 MB. Память перед запросом: 1.361 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.84 ms** **После последнего запроса: 6.44 ms** **Память запроса: 0.024 MB. Память перед запросом: 1.460 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.34 ms** **После последнего запроса: 3.49 ms** **Память запроса: 0.024 MB. Память перед запросом: 1.555 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 |
| 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.07 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.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 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.33 ms** **После последнего запроса: 0.20 ms** **Память запроса: 0.006 MB. Память перед запросом: 1.547 MB**
UPDATE `jm_extensions`
SET `params` = '{\"mediaversion\":\"6367506d2b36dd2e5552ae2f3fc5e62d\"}'
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 |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.05 ms |
| updating | 0.07 ms |
| end | 0.01 ms |
| query end | 0.05 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 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.45 ms** **После последнего запроса: 0.71 ms** **Память запроса: 0.019 MB. Память перед запросом: 1.557 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; **Используется сортировка файлов** |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.08 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.06 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
| 5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
| 4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.67 ms** **После последнего запроса: 4.27 ms** **Память запроса: 0.037 MB. Память перед запросом: 1.758 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 |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.10 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 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.33 ms** **После последнего запроса: 0.13 ms** **Память запроса: 0.020 MB. Память перед запросом: 1.774 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 |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.09 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php: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.30 ms** **После последнего запроса: 0.07 ms** **Память запроса: 0.020 MB. Память перед запросом: 1.777 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 |
| Status | Duration |
|---|
| starting | 0.02 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.04 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 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.21 ms** **После последнего запроса: 0.14 ms** **Память запроса: 0.021 MB. Память перед запросом: 1.784 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 |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.00 ms |
| query end | 0.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/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.38 ms** **После последнего запроса: 0.21 ms** **Память запроса: 0.021 MB. Память перед запросом: 1.813 MB** **Возвращено строк: 0**
SELECT *
FROM jm_gridbox_store_sales
WHERE (publish_down = '0000-00-00 00:00:00' OR publish_down >= '2026-06-01 09:56:24')
AND (publish_up = '0000-00-00 00:00:00' OR publish_up <= '2026-06-01 09:56:24')
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.03 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.03 ms |
| end | 0.00 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 |
**Время запроса: 0.66 ms** **После последнего запроса: 1.60 ms** **Память запроса: 0.138 MB. Память перед запросом: 1.827 MB** **Возвращено строк: 1**
SELECT *
FROM jm_gridbox_app
WHERE language in ('ru-RU','*')
AND published = 1
AND type <> 'system_apps'
AND id = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_app | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 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.07 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.28 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.04 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/models/blog.php:60 |
| 11 | gridboxModelBlog->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_gridbox/views/blog/view.html.php:25 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.26 ms** **После последнего запроса: 5.62 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.055 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#78 #82SELECT `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.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.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/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.26 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.061 MB** **Возвращено строк: 46**
**Повторяющиеся запросы**:
#79 #83SELECT 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.06 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.07 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:5649 |
| 11 | gridboxHelper::clearDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8760 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.45 ms** **После последнего запроса: 3.56 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.182 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#80 #86SELECT 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.14 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.01 ms |
| closing tables | 0.05 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:1831 |
| 12 | gridboxHelper::setReviewsModerators() | JROOT/components/com_gridbox/helpers/gridbox.php:6209 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.33 ms** **После последнего запроса: 2.14 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.191 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#81 #87SELECT 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.07 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.03 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:5762 |
| 12 | gridboxHelper::setCustomIcons() | JROOT/components/com_gridbox/helpers/gridbox.php:6228 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.55 ms** **После последнего запроса: 11.87 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.203 MB** **Возвращено строк: 8**
SELECT id, title, app_id, image, description
FROM jm_gridbox_categories
WHERE published = 1
AND app_id = '2'
AND parent = '0'
AND language in ('ru-RU','*')
AND access in (1,1,5)
ORDER BY order_list ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_categories | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 13 | 7.69 | Using where; **Используется сортировка файлов** |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.08 ms |
| init | 0.03 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.02 ms |
| Creating sort index | 0.14 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:9846 |
| 12 | gridboxHelper::getBlogCategories() | JROOT/components/com_gridbox/helpers/gridbox.php:6887 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.26 ms** **После последнего запроса: 8.55 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.223 MB** **Возвращено строк: 1**
SELECT title, description, image
FROM jm_gridbox_app
WHERE id = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_app | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.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.04 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/gridbox.php:8633 |
| 12 | gridboxHelper::getCategoryIntro() | JROOT/components/com_gridbox/helpers/gridbox.php:7378 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.22 ms** **После последнего запроса: 6.91 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.228 MB** **Возвращено строк: 1**
SELECT type
FROM jm_gridbox_app
WHERE id = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_app | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/store.php:319 |
| 12 | store->checkAppType() | JROOT/components/com_gridbox/helpers/gridbox.php:7571 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 1.56 ms** **После последнего запроса: 0.34 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.242 MB** **Возвращено строк: 42**
SELECT d.product_id, d.price, d.sale_price
FROM jm_gridbox_store_product_data AS d
LEFT JOIN jm_gridbox_pages AS p
ON p.id = d.product_id
LEFT JOIN jm_gridbox_app AS a
ON a.id = p.app_id
WHERE a.id = 2
AND p.page_category <> 'trashed'
AND p.published = 1
AND p.created <= '2026-06-01 12:56:24'
AND (p.end_publishing = '0000-00-00 00:00:00' OR p.end_publishing >= '2026-06-01 12:56:24')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
| 1 | SIMPLE | d | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 76 | 100.00 | NULL |
| 1 | SIMPLE | p | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.d.product_id | 1 | 5.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.20 ms |
| init | 0.08 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.12 ms |
| preparing | 0.04 ms |
| executing | 0.01 ms |
| Sending data | 0.87 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:9202 |
| 13 | gridboxHelper::getBlogPostsQuery() | JROOT/components/com_gridbox/helpers/gridbox.php:9331 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.39 ms** **После последнего запроса: 0.40 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.273 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#68SELECT d.subscription
FROM jm_gridbox_store_product_data AS d
LEFT JOIN jm_gridbox_pages AS p
ON p.id = d.product_id
WHERE d.product_type = 'subscription'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | d | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 76 | 10.00 | Using where |
| 1 | SIMPLE | p | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.d.product_id | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.10 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:9294 |
| 14 | gridboxHelper::getSubscriptionProducts() | JROOT/components/com_gridbox/helpers/gridbox.php:9276 |
| 13 | gridboxHelper::getBlogPostsQuery() | JROOT/components/com_gridbox/helpers/gridbox.php:9331 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 1.06 ms** **После последнего запроса: 0.07 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.256 MB** **Возвращено строк: 3**
SELECT p.id, p.title, p.intro_text, p.created, p.hits, p.intro_image, p.page_category,
p.app_id, p.meta_title, c.title as category, a.title as blog, a.type
FROM jm_gridbox_pages AS p
LEFT JOIN `jm_gridbox_categories` AS c
ON p.page_category = c.id
LEFT JOIN `jm_gridbox_app` AS a
ON p.app_id = a.id
WHERE p.app_id = 2
AND p.page_category <> 'trashed'
AND p.published = 1
AND p.created <= '2026-06-01 12:56:24'
AND (p.end_publishing = '0000-00-00 00:00:00' OR p.end_publishing >= '2026-06-01 12:56:24')
AND p.language in ('ru-RU','*')
AND p.page_access in (1,1,5)
AND c.published = 1
AND c.language in ('ru-RU','*')
AND c.access in (1,1,5)
ORDER BY FIELD(p.id, 74,71,72,73,69,68,70,48,75,54,76,103,53,95,63,93,86,97,90,104,85,84,102,88,98,94,81,101,56,106,107,91,87,89,83,105,99,100,92,82,96,108)
LIMIT 36, 12| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 43 | 2.33 | Using where; **Используется сортировка файлов** |
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.p.page_category | 1 | 7.69 | Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.54 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:9335 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.39 ms** **После последнего запроса: 0.22 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.268 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#42 #55SELECT *
FROM jm_gridbox_fields
WHERE app_id = 2
AND field_type <> 'field-simple-gallery'
AND field_type <> 'product-gallery'
AND field_type <> 'field-slideshow'
AND field_type <> 'product-slideshow'
AND field_type <> 'field-google-maps'
AND field_type <> 'field-video'
AND field_type <> 'image-field'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 2 | 50.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.07 ms |
| init | 0.03 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.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11915 |
| 14 | gridboxHelper::getCategoryListFields() | JROOT/components/com_gridbox/helpers/gridbox.php:10774 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.39 ms** **После последнего запроса: 0.07 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.275 MB** **Возвращено строк: 1**
SELECT value
FROM jm_gridbox_page_fields
WHERE page_id = 82
AND field_id = 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_page_fields | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 139 | 1.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 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.14 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:11923 |
| 14 | gridboxHelper::getCategoryListFields() | JROOT/components/com_gridbox/helpers/gridbox.php:10774 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.22 ms** **После последнего запроса: 0.07 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.282 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#36SELECT app_id
FROM jm_gridbox_pages
WHERE id = 82
| 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.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:1059 |
| 14 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:10783 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.29 ms** **После последнего запроса: 0.08 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.288 MB** **Возвращено строк: 2**
**Повторяющиеся запросы**:
#37SELECT *
FROM jm_gridbox_fields_desktop_files
WHERE page_id = 82
AND app_id = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields_desktop_files | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 39 | 2.56 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.07 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:1068 |
| 14 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:10783 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.17 ms** **После последнего запроса: 0.14 ms** **Память запроса: 0.026 MB. Память перед запросом: 2.300 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#46 #59SELECT alias, app_id, parent
FROM jm_gridbox_categories
WHERE `id` = 7
| 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.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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:9446 |
| 21 | gridboxHelper::getCategoryPath() | JROOT/components/com_gridbox/router.php:132 |
| 20 | gridboxRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_gridbox/helpers/gridbox.php:10872 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.17 ms** **После последнего запроса: 0.06 ms** **Память запроса: 0.025 MB. Память перед запросом: 2.310 MB** **Возвращено строк: 1**
SELECT page_alias
FROM jm_gridbox_pages
WHERE `id` = 82
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 21 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/router.php:148 |
| 20 | gridboxRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_gridbox/helpers/gridbox.php:10872 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.30 ms** **После последнего запроса: 0.16 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.319 MB** **Возвращено строк: 1**
SELECT value
FROM jm_gridbox_page_fields
WHERE (field_type = 'product-slideshow' OR field_type = 'product-gallery')
AND page_id = 82
ORDER BY field_id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_page_fields | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 139 | 1.90 | Using where; **Используется сортировка файлов** |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.11 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11872 |
| 14 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.16 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.328 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#31SELECT app_id
FROM jm_gridbox_pages
WHERE id = 82
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:1059 |
| 15 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:11874 |
| 14 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.20 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.335 MB** **Возвращено строк: 2**
**Повторяющиеся запросы**:
#32SELECT *
FROM jm_gridbox_fields_desktop_files
WHERE page_id = 82
AND app_id = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields_desktop_files | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 39 | 2.56 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:1068 |
| 15 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:11874 |
| 14 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.44 ms** **После последнего запроса: 0.11 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.342 MB** **Возвращено строк: 1**
SELECT d.*, p.intro_image AS image, p.title, p.app_id, p.page_category
FROM jm_gridbox_store_product_data AS d
LEFT JOIN jm_gridbox_pages AS p
ON d.product_id = p.id
WHERE d.product_id = 82
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | d | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 76 | 10.00 | Using where |
| 1 | SIMPLE | p | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.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.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.16 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/store.php:1512 |
| 14 | store->getProductData() | JROOT/components/com_gridbox/helpers/gridbox.php:10877 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.87 ms** **После последнего запроса: 0.21 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.361 MB** **Возвращено строк: 0**
SELECT vm.*, fd.value, fd.color, fd.image, f.title, f.field_type, f.field_key
FROM jm_gridbox_store_product_variations_map AS vm
LEFT JOIN jm_gridbox_store_products_fields_data AS fd
ON fd.option_key = vm.option_key
LEFT JOIN jm_gridbox_store_products_fields AS f
ON f.id = vm.field_id
WHERE vm.product_id = 82
ORDER BY vm.order_group ASC, vm.order_list ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | vm | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | Using where; Using temporary; **Используется сортировка файлов** |
| 1 | SIMPLE | fd | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| 1 | SIMPLE | f | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.vm.field_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.17 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.05 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.15 ms |
| Creating sort index | 0.10 ms |
| end | 0.01 ms |
| query end | 0.02 ms |
| removing tmp table | 0.04 ms |
| query end | 0.00 ms |
| closing tables | 0.03 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/store.php:1570 |
| 15 | store->getProductVariationsMap() | JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-add-to-cart.php:16 |
| 14 | include JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-add-to-cart.php | JROOT/components/com_gridbox/helpers/gridbox.php:10886 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.39 ms** **После последнего запроса: 0.18 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.368 MB** **Возвращено строк: 1**
SELECT b.*
FROM jm_gridbox_store_badges_map AS bm
LEFT JOIN jm_gridbox_store_badges AS b
ON b.id = bm.badge_id
WHERE bm.product_id = 82
ORDER BY bm.order_list ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bm | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 18 | 10.00 | Using where; **Используется сортировка файлов** |
| 1 | SIMPLE | b | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.bm.badge_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.10 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 |
| Creating sort index | 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.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/store.php:1585 |
| 15 | store->getProductBadges() | JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-badge-wishlist.php:10 |
| 14 | include JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-badge-wishlist.php | JROOT/components/com_gridbox/helpers/gridbox.php:10887 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.37 ms** **После последнего запроса: 0.35 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.379 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 = 82
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.13 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.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.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11076 |
| 14 | gridboxHelper::getRecentPostAuthor() | JROOT/components/com_gridbox/helpers/gridbox.php:11046 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.21 ms** **После последнего запроса: 0.12 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.377 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#29 #55SELECT *
FROM jm_gridbox_fields
WHERE app_id = 2
AND field_type <> 'field-simple-gallery'
AND field_type <> 'product-gallery'
AND field_type <> 'field-slideshow'
AND field_type <> 'product-slideshow'
AND field_type <> 'field-google-maps'
AND field_type <> 'field-video'
AND field_type <> 'image-field'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 2 | 50.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11915 |
| 14 | gridboxHelper::getCategoryListFields() | JROOT/components/com_gridbox/helpers/gridbox.php:10774 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.31 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.384 MB** **Возвращено строк: 1**
SELECT value
FROM jm_gridbox_page_fields
WHERE page_id = 96
AND field_id = 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_page_fields | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 139 | 1.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.13 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:11923 |
| 14 | gridboxHelper::getCategoryListFields() | JROOT/components/com_gridbox/helpers/gridbox.php:10774 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.15 ms** **После последнего запроса: 0.07 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.391 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#49SELECT app_id
FROM jm_gridbox_pages
WHERE id = 96
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:1059 |
| 14 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:10783 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.18 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.397 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#50SELECT *
FROM jm_gridbox_fields_desktop_files
WHERE page_id = 96
AND app_id = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields_desktop_files | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 39 | 2.56 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:1068 |
| 14 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:10783 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.15 ms** **После последнего запроса: 0.13 ms** **Память запроса: 0.025 MB. Память перед запросом: 2.406 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#33 #59SELECT alias, app_id, parent
FROM jm_gridbox_categories
WHERE `id` = 7
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_categories | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:9446 |
| 21 | gridboxHelper::getCategoryPath() | JROOT/components/com_gridbox/router.php:132 |
| 20 | gridboxRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_gridbox/helpers/gridbox.php:10872 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.14 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.025 MB. Память перед запросом: 2.416 MB** **Возвращено строк: 1**
SELECT page_alias
FROM jm_gridbox_pages
WHERE `id` = 96
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 21 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/router.php:148 |
| 20 | gridboxRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_gridbox/helpers/gridbox.php:10872 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.27 ms** **После последнего запроса: 0.09 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.425 MB** **Возвращено строк: 1**
SELECT value
FROM jm_gridbox_page_fields
WHERE (field_type = 'product-slideshow' OR field_type = 'product-gallery')
AND page_id = 96
ORDER BY field_id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_page_fields | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 139 | 1.90 | Using where; **Используется сортировка файлов** |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 0.10 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11872 |
| 14 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.15 ms** **После последнего запроса: 0.06 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.434 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#44SELECT app_id
FROM jm_gridbox_pages
WHERE id = 96
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:1059 |
| 15 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:11874 |
| 14 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.17 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.441 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#45SELECT *
FROM jm_gridbox_fields_desktop_files
WHERE page_id = 96
AND app_id = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields_desktop_files | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 39 | 2.56 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:1068 |
| 15 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:11874 |
| 14 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.33 ms** **После последнего запроса: 0.06 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.447 MB** **Возвращено строк: 1**
SELECT d.*, p.intro_image AS image, p.title, p.app_id, p.page_category
FROM jm_gridbox_store_product_data AS d
LEFT JOIN jm_gridbox_pages AS p
ON d.product_id = p.id
WHERE d.product_id = 96
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | d | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 76 | 10.00 | Using where |
| 1 | SIMPLE | p | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.14 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/store.php:1512 |
| 14 | store->getProductData() | JROOT/components/com_gridbox/helpers/gridbox.php:10877 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.41 ms** **После последнего запроса: 0.13 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.459 MB** **Возвращено строк: 0**
SELECT vm.*, fd.value, fd.color, fd.image, f.title, f.field_type, f.field_key
FROM jm_gridbox_store_product_variations_map AS vm
LEFT JOIN jm_gridbox_store_products_fields_data AS fd
ON fd.option_key = vm.option_key
LEFT JOIN jm_gridbox_store_products_fields AS f
ON f.id = vm.field_id
WHERE vm.product_id = 96
ORDER BY vm.order_group ASC, vm.order_list ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | vm | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | Using where; Using temporary; **Используется сортировка файлов** |
| 1 | SIMPLE | fd | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| 1 | SIMPLE | f | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.vm.field_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| Creating sort index | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| removing tmp table | 0.03 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/store.php:1570 |
| 15 | store->getProductVariationsMap() | JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-add-to-cart.php:16 |
| 14 | include JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-add-to-cart.php | JROOT/components/com_gridbox/helpers/gridbox.php:10886 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.21 ms** **После последнего запроса: 0.14 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.466 MB** **Возвращено строк: 0**
SELECT b.*
FROM jm_gridbox_store_badges_map AS bm
LEFT JOIN jm_gridbox_store_badges AS b
ON b.id = bm.badge_id
WHERE bm.product_id = 96
ORDER BY bm.order_list ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bm | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 18 | 10.00 | Using where; **Используется сортировка файлов** |
| 1 | SIMPLE | b | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.bm.badge_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.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 |
| Creating sort index | 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.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/store.php:1585 |
| 15 | store->getProductBadges() | JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-badge-wishlist.php:10 |
| 14 | include JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-badge-wishlist.php | JROOT/components/com_gridbox/helpers/gridbox.php:10887 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.18 ms** **После последнего запроса: 0.18 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.476 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 = 96
AND au.published = 1
ORDER BY au_m.id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | au_m | NULL | index | NULL | PRIMARY | 4 | NULL | 1 | 100.00 | Using where |
| 1 | SIMPLE | au | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.au_m.author_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Sorting result | 0.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.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11076 |
| 14 | gridboxHelper::getRecentPostAuthor() | JROOT/components/com_gridbox/helpers/gridbox.php:11046 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.20 ms** **После последнего запроса: 0.10 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.476 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#29 #42SELECT *
FROM jm_gridbox_fields
WHERE app_id = 2
AND field_type <> 'field-simple-gallery'
AND field_type <> 'product-gallery'
AND field_type <> 'field-slideshow'
AND field_type <> 'product-slideshow'
AND field_type <> 'field-google-maps'
AND field_type <> 'field-video'
AND field_type <> 'image-field'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 2 | 50.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11915 |
| 14 | gridboxHelper::getCategoryListFields() | JROOT/components/com_gridbox/helpers/gridbox.php:10774 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.31 ms** **После последнего запроса: 0.07 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.483 MB** **Возвращено строк: 1**
SELECT value
FROM jm_gridbox_page_fields
WHERE page_id = 108
AND field_id = 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_page_fields | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 139 | 1.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.14 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:11923 |
| 14 | gridboxHelper::getCategoryListFields() | JROOT/components/com_gridbox/helpers/gridbox.php:10774 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.15 ms** **После последнего запроса: 0.07 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.489 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#62SELECT app_id
FROM jm_gridbox_pages
WHERE id = 108
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:1059 |
| 14 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:10783 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.20 ms** **После последнего запроса: 0.05 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.496 MB** **Возвращено строк: 3**
**Повторяющиеся запросы**:
#63SELECT *
FROM jm_gridbox_fields_desktop_files
WHERE page_id = 108
AND app_id = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields_desktop_files | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 39 | 2.56 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:1068 |
| 14 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:10783 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.15 ms** **После последнего запроса: 0.11 ms** **Память запроса: 0.025 MB. Память перед запросом: 2.507 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#33 #46SELECT alias, app_id, parent
FROM jm_gridbox_categories
WHERE `id` = 7
| 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.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 22 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:9446 |
| 21 | gridboxHelper::getCategoryPath() | JROOT/components/com_gridbox/router.php:132 |
| 20 | gridboxRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_gridbox/helpers/gridbox.php:10872 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.14 ms** **После последнего запроса: 0.07 ms** **Память запроса: 0.025 MB. Память перед запросом: 2.516 MB** **Возвращено строк: 1**
SELECT page_alias
FROM jm_gridbox_pages
WHERE `id` = 108
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 21 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/router.php:148 |
| 20 | gridboxRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_gridbox/helpers/gridbox.php:10872 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.28 ms** **После последнего запроса: 0.09 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.525 MB** **Возвращено строк: 1**
SELECT value
FROM jm_gridbox_page_fields
WHERE (field_type = 'product-slideshow' OR field_type = 'product-gallery')
AND page_id = 108
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.09 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11872 |
| 14 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.15 ms** **После последнего запроса: 0.07 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.534 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#57SELECT app_id
FROM jm_gridbox_pages
WHERE id = 108
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_pages | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:1059 |
| 15 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:11874 |
| 14 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.18 ms** **После последнего запроса: 0.07 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.541 MB** **Возвращено строк: 3**
**Повторяющиеся запросы**:
#58SELECT *
FROM jm_gridbox_fields_desktop_files
WHERE page_id = 108
AND app_id = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_fields_desktop_files | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 39 | 2.56 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:1068 |
| 15 | gridboxHelper::getDesktopFieldFiles() | JROOT/components/com_gridbox/helpers/gridbox.php:11874 |
| 14 | gridboxHelper::getProductImages() | JROOT/components/com_gridbox/helpers/gridbox.php:10873 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.36 ms** **После последнего запроса: 0.07 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.548 MB** **Возвращено строк: 1**
SELECT d.*, p.intro_image AS image, p.title, p.app_id, p.page_category
FROM jm_gridbox_store_product_data AS d
LEFT JOIN jm_gridbox_pages AS p
ON d.product_id = p.id
WHERE d.product_id = 108
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | d | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 76 | 10.00 | Using where |
| 1 | SIMPLE | p | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.14 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/store.php:1512 |
| 14 | store->getProductData() | JROOT/components/com_gridbox/helpers/gridbox.php:10877 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.41 ms** **После последнего запроса: 0.14 ms** **Память запроса: 0.024 MB. Память перед запросом: 2.566 MB** **Возвращено строк: 0**
SELECT vm.*, fd.value, fd.color, fd.image, f.title, f.field_type, f.field_key
FROM jm_gridbox_store_product_variations_map AS vm
LEFT JOIN jm_gridbox_store_products_fields_data AS fd
ON fd.option_key = vm.option_key
LEFT JOIN jm_gridbox_store_products_fields AS f
ON f.id = vm.field_id
WHERE vm.product_id = 108
ORDER BY vm.order_group ASC, vm.order_list ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | vm | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | Using where; Using temporary; **Используется сортировка файлов** |
| 1 | SIMPLE | fd | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| 1 | SIMPLE | f | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.vm.field_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.03 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| Creating sort index | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| removing tmp table | 0.02 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/store.php:1570 |
| 15 | store->getProductVariationsMap() | JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-add-to-cart.php:16 |
| 14 | include JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-add-to-cart.php | JROOT/components/com_gridbox/helpers/gridbox.php:10886 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.22 ms** **После последнего запроса: 0.13 ms** **Память запроса: 0.023 MB. Память перед запросом: 2.574 MB** **Возвращено строк: 0**
SELECT b.*
FROM jm_gridbox_store_badges_map AS bm
LEFT JOIN jm_gridbox_store_badges AS b
ON b.id = bm.badge_id
WHERE bm.product_id = 108
ORDER BY bm.order_list ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bm | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 18 | 10.00 | Using where; **Используется сортировка файлов** |
| 1 | SIMPLE | b | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.bm.badge_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.04 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/store.php:1585 |
| 15 | store->getProductBadges() | JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-badge-wishlist.php:10 |
| 14 | include JROOT/components/com_gridbox/views/layout/patterns/store/blog-post-badge-wishlist.php | JROOT/components/com_gridbox/helpers/gridbox.php:10887 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.23 ms** **После последнего запроса: 0.20 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.585 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 = 108
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.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:11076 |
| 14 | gridboxHelper::getRecentPostAuthor() | JROOT/components/com_gridbox/helpers/gridbox.php:11046 |
| 13 | gridboxHelper::getRecentPostsHTML() | JROOT/components/com_gridbox/helpers/gridbox.php:9338 |
| 12 | gridboxHelper::getBlogPosts() | JROOT/components/com_gridbox/helpers/gridbox.php:7575 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.37 ms** **После последнего запроса: 1.65 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.577 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#27SELECT d.subscription
FROM jm_gridbox_store_product_data AS d
LEFT JOIN jm_gridbox_pages AS p
ON p.id = d.product_id
WHERE d.product_type = 'subscription'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | d | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 76 | 10.00 | Using where |
| 1 | SIMPLE | p | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.d.product_id | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.11 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:9294 |
| 14 | gridboxHelper::getSubscriptionProducts() | JROOT/components/com_gridbox/helpers/gridbox.php:9276 |
| 13 | gridboxHelper::getBlogPostsQuery() | JROOT/components/com_gridbox/helpers/gridbox.php:8858 |
| 12 | gridboxHelper::getBlogPagination() | JROOT/components/com_gridbox/helpers/gridbox.php:7582 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.56 ms** **После последнего запроса: 0.06 ms** **Память запроса: 0.022 MB. Память перед запросом: 2.582 MB** **Возвращено строк: 1**
SELECT COUNT(*)
FROM jm_gridbox_pages AS p
LEFT JOIN `jm_gridbox_categories` AS c
ON p.page_category = c.id
LEFT JOIN `jm_gridbox_app` AS a
ON p.app_id = a.id
WHERE p.app_id = 2
AND p.page_category <> 'trashed'
AND p.published = 1
AND p.created <= '2026-06-01 12:56:24'
AND (p.end_publishing = '0000-00-00 00:00:00' OR p.end_publishing >= '2026-06-01 12:56:24')
AND p.language in ('ru-RU','*')
AND p.page_access in (1,1,5)
AND c.published = 1
AND c.language in ('ru-RU','*')
AND c.access in (1,1,5)
ORDER BY p.id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 43 | 2.33 | Using where |
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
| 1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.p.page_category | 1 | 7.69 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.04 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.24 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:8861 |
| 12 | gridboxHelper::getBlogPagination() | JROOT/components/com_gridbox/helpers/gridbox.php:7582 |
| 11 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 10 | gridboxHelper::checkModules() | JROOT/components/com_gridbox/views/blog/view.html.php:49 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.22 ms** **После последнего запроса: 5.60 ms** **Память запроса: 0.021 MB. Память перед запросом: 2.473 MB** **Возвращено строк: 0**
SELECT *
FROM jm_gridbox_categories
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.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 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.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/models/blog.php:29 |
| 11 | gridboxModelBlog->getCategory() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 10 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_gridbox/views/blog/view.html.php:50 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.78 ms** **После последнего запроса: 0.49 ms** **Память запроса: 0.025 MB. Память перед запросом: 2.501 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.08 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.12 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.31 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
| 17 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
| 16 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
| 15 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 14 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 13 | Joomla\CMS\User\User->authorise() | JROOT/components/com_gridbox/views/blog/tmpl/default.php:16 |
| 12 | include JROOT/components/com_gridbox/views/blog/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_gridbox/views/blog/view.html.php:52 |
| 9 | gridboxViewBlog->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_gridbox/gridbox.php:22 |
| 6 | require_once JROOT/components/com_gridbox/gridbox.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.33 ms** **После последнего запроса: 3.25 ms** **Память запроса: 0.020 MB. Память перед запросом: 2.579 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#108SELECT 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.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php: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.18 ms** **После последнего запроса: 0.09 ms** **Память запроса: 0.020 MB. Память перед запросом: 2.585 MB** **Возвращено строк: 1**
SELECT theme
FROM jm_gridbox_app
WHERE `id` = '2'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_app | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.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.02 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:5560 |
| 8 | gridboxHelper::getTheme() | JROOT/templates/gridbox/index.php:65 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.67 ms** **После последнего запроса: 0.08 ms** **Память запроса: 0.434 MB. Память перед запросом: 2.590 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.07 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.10 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.35 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 9 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:5494 |
| 8 | gridboxHelper::getThemeParams() | JROOT/templates/gridbox/index.php:86 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.22 ms** **После последнего запроса: 8.94 ms** **Память запроса: 0.020 MB. Память перед запросом: 4.249 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.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.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php: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.16 ms** **После последнего запроса: 0.07 ms** **Память запроса: 0.020 MB. Память перед запросом: 4.254 MB** **Возвращено строк: 1**
SELECT app_fonts
FROM jm_gridbox_app
WHERE id = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_app | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.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.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:5218 |
| 8 | gridboxHelper::prepareFonts() | JROOT/templates/gridbox/index.php:116 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.17 ms** **После последнего запроса: 0.07 ms** **Память запроса: 0.020 MB. Память перед запросом: 4.257 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.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: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.29 ms** **После последнего запроса: 10.21 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.265 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#19 #82SELECT `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.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.04 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 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.06 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.270 MB** **Возвращено строк: 46**
**Повторяющиеся запросы**:
#20 #83SELECT 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.37 ms** **После последнего запроса: 10.26 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.248 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#21 #86SELECT u.id, u.name, g.id as level
FROM `jm_users` AS u
LEFT JOIN `jm_user_usergroup_map` AS m
ON `u`.`id` = `m`.`user_id`
LEFT JOIN `jm_usergroups` AS g
ON `g`.`id` = `m`.`group_id`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | u | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | NULL |
| 1 | SIMPLE | m | NULL | ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.u.id | 1 | 100.00 | Using where; Using index |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.m.group_id | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.02 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.26 ms** **После последнего запроса: 5.77 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.257 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#22 #87SELECT 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.03 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:5762 |
| 10 | gridboxHelper::setCustomIcons() | JROOT/components/com_gridbox/helpers/gridbox.php:6228 |
| 9 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:118 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.33 ms** **После последнего запроса: 81.60 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.244 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#19 #78SELECT `key`
FROM jm_gridbox_api
WHERE service = 'balbooa_activation'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_api | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 10 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.05 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: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.17 ms** **После последнего запроса: 0.06 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.248 MB** **Возвращено строк: 46**
**Повторяющиеся запросы**:
#20 #79SELECT 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.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:5649 |
| 9 | gridboxHelper::clearDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8760 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:120 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.43 ms** **После последнего запроса: 15.13 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.277 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#85SELECT *
FROM jm_modules
WHERE client_id = 0
AND published = 1
AND module = 'mod_menu'
AND id = '91'
ORDER BY ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_modules | NULL | const | PRIMARY,published,newsfeeds | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.08 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.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 10 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php:5585 |
| 9 | gridboxHelper::checkMainMenu() | JROOT/components/com_gridbox/helpers/gridbox.php:8762 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:120 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.31 ms** **После последнего запроса: 3.92 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.367 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#84SELECT *
FROM jm_modules
WHERE client_id = 0
AND published = 1
AND module = 'mod_menu'
AND id = '91'
ORDER BY ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_modules | NULL | const | PRIMARY,published,newsfeeds | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 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.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 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.35 ms** **После последнего запроса: 1.93 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.353 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#21 #80SELECT u.id, u.name, g.id as level
FROM `jm_users` AS u
LEFT JOIN `jm_user_usergroup_map` AS m
ON `u`.`id` = `m`.`user_id`
LEFT JOIN `jm_usergroups` AS g
ON `g`.`id` = `m`.`group_id`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | u | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | NULL |
| 1 | SIMPLE | m | NULL | ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.u.id | 1 | 100.00 | Using where; Using index |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.m.group_id | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 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.01 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.32 ms** **После последнего запроса: 10.77 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.361 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#22 #81SELECT 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.02 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.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.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_gridbox/helpers/gridbox.php:5762 |
| 10 | gridboxHelper::setCustomIcons() | JROOT/components/com_gridbox/helpers/gridbox.php:6228 |
| 9 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:120 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.59 ms** **После последнего запроса: 94.62 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.376 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#90SELECT *
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.09 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.20 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.27 ms** **После последнего запроса: 0.19 ms** **Память запроса: 0.024 MB. Память перед запросом: 4.395 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.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 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.32 ms** **После последнего запроса: 0.46 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.403 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#88SELECT *
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.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 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.32 ms** **После последнего запроса: 36.96 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.408 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#93SELECT *
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.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.08 ms |
| init | 0.02 ms |
| System lock | 0.01 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.02 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.43 ms** **После последнего запроса: 0.11 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.416 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#94SELECT 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 12:56:24'
AND (p.end_publishing = '0000-00-00 00:00:00' OR p.end_publishing >= '2026-06-01 12:56:24')
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.07 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.07 ms |
| init | 0.06 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.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.02 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php: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.39 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.420 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#91SELECT *
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.29 ms** **После последнего запроса: 0.08 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.428 MB** **Возвращено строк: 0**
**Повторяющиеся запросы**:
#92SELECT 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 12:56:24'
AND (p.end_publishing = '0000-00-00 00:00:00' OR p.end_publishing >= '2026-06-01 12:56:24')
AND p.language in ('ru-RU','*')
AND p.page_access in (1,1,5)
AND c.published = 1
AND c.language in ('ru-RU','*')
AND c.access in (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | wp | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 1 | 100.00 | Using where |
| 1 | SIMPLE | p | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.wp.product_id | 1 | 5.00 | Using where |
| 1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | gvozd_lubimyete7.p.page_category | 1 | 7.69 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 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/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.49 ms** **После последнего запроса: 2.00 ms** **Память запроса: 0.076 MB. Память перед запросом: 4.432 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#101SELECT *
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.29 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: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.36 ms** **После последнего запроса: 0.16 ms** **Память запроса: 0.078 MB. Память перед запросом: 4.467 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.04 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.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.15 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 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.27 ms** **После последнего запроса: 0.80 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.446 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.01 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php: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.22 ms** **После последнего запроса: 0.09 ms** **Память запроса: 0.005 MB. Память перед запросом: 4.454 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.06 ms |
| end | 0.00 ms |
| query end | 0.04 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1421 |
| 12 | JDatabaseDriver->insertObject() | JROOT/components/com_gridbox/helpers/gridbox.php:271 |
| 11 | gridboxHelper::getStoreCartObject() | JROOT/components/com_gridbox/helpers/gridbox.php:733 |
| 10 | gridboxHelper::getStoreCart() | JROOT/components/com_gridbox/helpers/gridbox.php:7767 |
| 9 | gridboxHelper::checkDOM() | JROOT/components/com_gridbox/helpers/gridbox.php:8763 |
| 8 | gridboxHelper::checkModules() | JROOT/templates/gridbox/index.php:120 |
| 7 | require JROOT/templates/gridbox/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1126 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**Время запроса: 0.27 ms** **После последнего запроса: 0.08 ms** **Память запроса: 0.006 MB. Память перед запросом: 4.459 MB**
UPDATE `jm_gridbox_store_cart`
SET `promo_id`='0',`region`='',`country`='',`user_id`='0'
WHERE `id` = '57547'
| 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.02 ms |
| updating | 0.05 ms |
| end | 0.01 ms |
| query end | 0.04 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: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.45 ms** **После последнего запроса: 0.15 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.465 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 12:56:24'
AND (p.end_publishing = '0000-00-00 00:00:00' OR p.end_publishing >= '2026-06-01 12:56:24')
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.08 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.08 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.04 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 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/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.35 ms** **После последнего запроса: 1.20 ms** **Память запроса: 0.076 MB. Память перед запросом: 4.474 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#95SELECT *
FROM jm_gridbox_system_pages
WHERE type = 'checkout'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_system_pages | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 7 | 14.29 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.20 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: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.73 ms** **После последнего запроса: 6.59 ms** **Память запроса: 0.022 MB. Память перед запросом: 4.463 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 09:56:24')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-06-01 09:56:24')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 110 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.08 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.02 ms |
| statistics | 0.08 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.24 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 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.35 ms** **После последнего запроса: 1.74 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.518 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.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.10 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_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.36 ms** **После последнего запроса: 0.27 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.525 MB** **Возвращено строк: 1**
SELECT `key`
FROM jm_baforms_api
WHERE service = 'balbooa_activation'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_baforms_api | NULL | ALL | NULL | **INDEX KEY не используется** | NULL | NULL | 15 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.08 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 |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 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.22 ms** **После последнего запроса: 0.95 ms** **Память запроса: 0.023 MB. Память перед запросом: 4.644 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.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.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.18 ms** **После последнего запроса: 0.24 ms** **Память запроса: 0.023 MB. Память перед запросом: 4.653 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.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.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.24 ms** **После последнего запроса: 1.07 ms** **Память запроса: 0.020 MB. Память перед запросом: 4.604 MB** **Возвращено строк: 1**
SELECT title, meta_title, meta_description, image AS intro_image,
share_image, share_title, share_description
FROM jm_gridbox_app
WHERE `id` = 2| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_gridbox_app | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.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.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 10 | JDatabaseDriver->loadObject() | JROOT/components/com_gridbox/helpers/gridbox.php: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.30 ms** **После последнего запроса: 0.42 ms** **Память запроса: 0.021 MB. Память перед запросом: 4.673 MB** **Возвращено строк: 1**
**Повторяющиеся запросы**:
#72SELECT manifest_cache
FROM jm_extensions
WHERE type='component'
AND element='com_gridbox'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jm_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | **Вызывающий объект** | **Файл и номер строки** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_gridbox/helpers/gridbox.php:5071 |
| 10 | gridboxHelper::aboutUs() | JROOT/components/com_gridbox/helpers/gridbox.php:972 |
| 9 | gridboxHelper::initItems() | JROOT/plugins/system/gridbox/gridbox.php:290 |
| 8 | plgSystemGridbox->onAfterRender() | **Такой же, как вызов в строке ниже** |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1146 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**6 × SELECT value
FROM jm_gridbox_page_fields**
**6 × SELECT app_id
FROM jm_gridbox_pages**
**6 × SELECT *
FROM jm_gridbox_fields_desktop_files**
**6 × SELECT *
FROM jm_gridbox_system_pages**
**5 × SELECT page_alias
FROM jm_gridbox_pages**
**3 × SELECT `key`
FROM jm_gridbox_api**
**3 × SELECT title
FROM jm_gridbox_plugin**
**3 × SELECT u.id, u.name, g.id as level
FROM `jm_users` AS u
LEFT JOIN `jm_user_usergroup_map` AS m
ON `u`.`id` = `m`.`user_id`
LEFT JOIN `jm_usergroups` AS g
ON `g`.`id` = `m`.`group_id**
**3 × SELECT DISTINCT path
FROM jm_gridbox_custom_user_icon**
**3 × SELECT *
FROM jm_gridbox_fields**
**3 × SELECT alias, app_id, parent
FROM jm_gridbox_categories**
**3 × SELECT d.*, p.intro_image AS image, p.title, p.app_id, p.page_category
FROM jm_gridbox_store_product_data AS d
LEFT JOIN jm_gridbox_pages AS p
ON d.product_id = p.id**
**3 × SELECT vm.*, fd.value, fd.color, fd.image, f.title, f.field_type, f.field_key
FROM jm_gridbox_store_product_variations_map AS vm
LEFT JOIN jm_gridbox_store_products_fields_data AS fd
ON fd.option_key = vm.option_key
LEFT JOIN jm_gridbox_store_products_fields AS f
ON f.id = vm.field_id**
**3 × SELECT b.*
FROM jm_gridbox_store_badges_map AS bm
LEFT JOIN jm_gridbox_store_badges AS b
ON b.id = bm.badge_id**
**3 × SELECT au.title, au.avatar, au.id
FROM `jm_gridbox_authors_map` AS au_m
LEFT JOIN `jm_gridbox_authors` AS au
ON au.id = au_m.author_id**
**3 × SELECT manifest_cache
FROM jm_extensions**
**2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jm_extensions`**
**2 × SELECT *
FROM jm_gridbox_api**
**2 × SELECT d.subscription
FROM jm_gridbox_store_product_data AS d
LEFT JOIN jm_gridbox_pages AS p
ON p.id = d.product_id**
**2 × SELECT *
FROM jm_modules**
**2 × SELECT *
FROM jm_gridbox_store_wishlist**
**2 × SELECT wp.*, p.title, p.intro_image, p.app_id, p.page_category
FROM jm_gridbox_store_wishlist_products AS wp
LEFT JOIN jm_gridbox_pages as p
ON wp.product_id = p.id
LEFT JOIN `jm_gridbox_categories` AS c
ON p.page_category = c.id**
**1 × SELECT `data`
FROM `jm_session`**
**1 × SELECT `session_id`
FROM `jm_session`**
**1 × SELECT id, rules
FROM `jm_viewlevels**
**1 × SELECT b.id
FROM jm_usergroups AS a
LEFT JOIN jm_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt**
**1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM jm_extensions**
**1 × SELECT email_encryption, compress_html, compress_css, compress_js, page_cache, browser_cache, compress_images, images_max_size, images_quality, images_lazy_load, adaptive_images, adaptive_quality, enable_canonical, defer_loading
FROM jm_gridbox_websit**
**1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM jm_menu AS m
LEFT JOIN jm_extensions AS e
ON m.component_id = e.extension_id**
**1 × SELECT *
FROM jm_languages**
**1 × SELECT *
FROM jm_gridbox_website**
**1 × SELECT title
FROM jm_gridbox_app**
**1 × SELECT *
FROM jm_gridbox_store_sales**
**1 × SELECT *
FROM jm_gridbox_app**
**1 × SELECT id, title, app_id, image, description
FROM jm_gridbox_categories**
**1 × SELECT title, description, image
FROM jm_gridbox_app**
**1 × SELECT type
FROM jm_gridbox_app**
**1 × SELECT d.product_id, d.price, d.sale_price
FROM jm_gridbox_store_product_data AS d
LEFT JOIN jm_gridbox_pages AS p
ON p.id = d.product_id
LEFT JOIN jm_gridbox_app AS a
ON a.id = p.app_id**
**1 × SELECT p.id, p.title, p.intro_text, p.created, p.hits, p.intro_image, p.page_category, p.app_id, p.meta_title, c.title as category, a.title as blog, a.type
FROM jm_gridbox_pages AS p
LEFT JOIN `jm_gridbox_categories` AS c
ON p.page_category = c.id
LEFT JOIN `jm_gridbox_app` AS a
ON p.app_id = a.id**
**1 × SELECT COUNT(*)
FROM jm_gridbox_pages AS p
LEFT JOIN `jm_gridbox_categories` AS c
ON p.page_category = c.id
LEFT JOIN `jm_gridbox_app` AS a
ON p.app_id = a.id**
**1 × SELECT *
FROM jm_gridbox_categories**
**1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `jm_assets`**
**1 × SELECT theme
FROM jm_gridbox_app**
**1 × SELECT params, id
FROM `jm_template_styles`**
**1 × SELECT `key`
FROM `jm_gridbox_api`**
**1 × SELECT app_fonts
FROM jm_gridbox_app**
**1 × SELECT header_code, body_code
FROM jm_gridbox_website**
**1 × SELECT *
FROM jm_gridbox_store_cart**
**1 × SELECT cp.*, p.title, p.intro_image, p.app_id, p.page_category
FROM jm_gridbox_store_cart_products AS cp
LEFT JOIN jm_gridbox_pages as p
ON cp.product_id = p.id
LEFT JOIN `jm_gridbox_categories` AS c
ON p.page_category = c.id**
**1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM jm_modules AS m
LEFT JOIN jm_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN jm_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id**
**1 × SELECT `key`
FROM jm_baforms_api**
**1 × SELECT title, meta_title, meta_description, image AS intro_image, share_image, share_title, share_description
FROM jm_gridbox_app**