Время запроса: 0.35 ms Память запроса: 0.022 MB. Память перед запросом: 0.664 MB Возвращено строк: 0
SELECT `data`
FROM `v1h4a_session`
WHERE `session_id` = '3a5d3b253d7d56866084d13806dba21e'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_session | NULL | const | PRIMARY | PRIMARY | 575 | const | 1 | 100.00 | NULL |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки | | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 13 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:44 |
| 12 | JSessionStorageDatabase->read() | Такой же, как вызов в строке ниже |
| 11 | session_start() | JROOT/libraries/joomla/session/handler/native.php:259 |
| 10 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:49 |
| 9 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:81 |
| 8 | JSessionHandlerJoomla->start() | JROOT/libraries/joomla/session/session.php:636 |
| 7 | JSession->_start() | JROOT/libraries/joomla/session/session.php:596 |
| 6 | JSession->start() | JROOT/libraries/cms/application/cms.php:773 |
| 5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
| 4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
| 3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:408 |
| 2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
| 1 | JFactory::getApplication() | JROOT/index.php:46 |
Время запроса: 0.44 ms После последнего запроса: 1.00 ms Память запроса: 0.003 MB. Память перед запросом: 0.681 MB
DELETE
FROM `v1h4a_session`
WHERE `time` < '1781049093'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | DELETE | v1h4a_session | NULL | range | time | time | 45 | const | 1 | 100.00 | Using where |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки | | 6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/application/cms.php:790 |
| 5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
| 4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
| 3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:408 |
| 2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
| 1 | JFactory::getApplication() | JROOT/index.php:46 |
Время запроса: 0.19 ms После последнего запроса: 0.13 ms Память запроса: 0.019 MB. Память перед запросом: 0.686 MB Возвращено строк: 0
SELECT `session_id`
FROM `v1h4a_session`
WHERE `session_id` = '3a5d3b253d7d56866084d13806dba21e'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_session | NULL | const | PRIMARY | PRIMARY | 575 | const | 1 | 100.00 | Using index |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки | | 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 7 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/application/cms.php:176 |
| 6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:799 |
| 5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
| 4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
| 3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:408 |
| 2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
| 1 | JFactory::getApplication() | JROOT/index.php:46 |
Время запроса: 0.23 ms После последнего запроса: 0.10 ms Память запроса: 0.003 MB. Память перед запросом: 0.691 MB
INSERT INTO `v1h4a_session`
(`session_id`,`client_id`,`guest`,`time`,`userid`,`username`)
VALUES
('3a5d3b253d7d56866084d13806dba21e', 0, 1, '1781049993', 0, '')
EXPLAIN недоступен для INSERT INTO `v1h4a_session`
(`session_id`,`client_id`,`guest`,`time`,`userid`,`username`) VALUES
('3a5d3b253d7d56866084d13806dba21e', 0, 1, '1781049993', 0, '')
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки | | 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/application/cms.php:212 |
| 6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:799 |
| 5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
| 4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
| 3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:408 |
| 2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
| 1 | JFactory::getApplication() | JROOT/index.php:46 |
Время запроса: 0.79 ms После последнего запроса: 4.20 ms Память запроса: 0.023 MB. Память перед запросом: 0.801 MB Возвращено строк: 34
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `v1h4a_extensions`
WHERE `type` = 'component'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_extensions | NULL | ref | extension | extension | 62 | const | 34 | 100.00 | NULL |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки | | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 9 | JDatabaseDriver->loadObjectList() | Такой же, как вызов в строке ниже |
| 8 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:152 |
| 7 | JCacheControllerCallback->get() | JROOT/libraries/cms/component/helper.php:448 |
| 6 | JComponentHelper::load() | JROOT/libraries/cms/component/helper.php:43 |
| 5 | JComponentHelper::getComponent() | JROOT/libraries/cms/component/helper.php:120 |
| 4 | JComponentHelper::getParams() | JROOT/libraries/cms/application/site.php:589 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.43 ms После последнего запроса: 0.65 ms Память запроса: 0.021 MB. Память перед запросом: 0.819 MB Возвращено строк: 2
SELECT b.id
FROM v1h4a_usergroups AS a
LEFT JOIN v1h4a_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:1538 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:835 |
| 9 | JAccess::getGroupsByUser() | JROOT/libraries/joomla/access/access.php:904 |
| 8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:454 |
| 7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:296 |
| 6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
| 5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
| 4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:599 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.25 ms После последнего запроса: 0.27 ms Память запроса: 0.021 MB. Память перед запросом: 0.823 MB Возвращено строк: 5
SELECT id, rules
FROM `v1h4a_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_viewlevels | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 5 | 100.00 | NULL |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки | | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1494 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:921 |
| 8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:454 |
| 7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:296 |
| 6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
| 5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
| 4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:599 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.95 ms После последнего запроса: 0.12 ms Память запроса: 0.023 MB. Память перед запросом: 0.832 MB Возвращено строк: 55
SELECT folder AS type, element AS name, params
FROM v1h4a_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 | v1h4a_extensions | NULL | ref | extension | extension | 62 | const | 67 | 0.65 | Using index condition; Using where; Используется сортировка файлов |
Нет SHOW PROFILE (возможно, потому что более 100 запросов)
| # | Вызывающий объект | Файл и номер строки | | 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 7 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/plugin/helper.php:310 |
| 6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
| 5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
| 4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:599 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.46 ms После последнего запроса: 7.13 ms Память запроса: 0.021 MB. Память перед запросом: 1.182 MB Возвращено строк: 1
SELECT template
FROM v1h4a_template_styles
WHERE `client_id`=0
AND `home`=1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_template_styles | NULL | ALL | idx_home | INDEX KEY не используется | NULL | NULL | 5 | 20.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.12 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 11 | JDatabaseDriver->loadResult() | JROOT/plugins/system/bagallery/bagallery.php:43 |
| 10 | plgSystemBagallery->checkOverride() | JROOT/plugins/system/bagallery/bagallery.php:26 |
| 9 | plgSystemBagallery->onAfterInitialise() | Такой же, как вызов в строке ниже |
| 8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:670 |
| 4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:681 |
| 3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.93 ms После последнего запроса: 1.41 ms Память запроса: 0.024 MB. Память перед запросом: 1.266 MB Возвращено строк: 3
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 v1h4a_menu AS m
LEFT JOIN v1h4a_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | range | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 5 | NULL | 4 | 10.00 | Using index condition; Using where; Используется сортировка файлов |
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | domakrxd_m.m.component_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.14 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.09 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.19 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 |
| # | Вызывающий объект | Файл и номер строки | | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/menu/site.php:86 |
| 14 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
| 13 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
| 12 | JMenuSite->__construct() | JROOT/libraries/cms/menu/menu.php:145 |
| 11 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:439 |
| 10 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |
| 9 | JApplicationSite->getMenu() | JROOT/libraries/cms/router/site.php:57 |
| 8 | JRouterSite->__construct() | JROOT/libraries/cms/router/router.php:197 |
| 7 | JRouter::getInstance() | JROOT/libraries/cms/application/cms.php:535 |
| 6 | JApplicationCms::getRouter() | JROOT/libraries/cms/application/site.php:407 |
| 5 | JApplicationSite::getRouter() | JROOT/libraries/cms/application/cms.php:1115 |
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:791 |
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.42 ms После последнего запроса: 3.54 ms Память запроса: 0.022 MB. Память перед запросом: 1.324 MB Возвращено строк: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `v1h4a_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.10 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
| 13 | JDatabaseDriver->loadObject() | Такой же, как вызов в строке ниже |
| 12 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:152 |
| 11 | JCacheControllerCallback->get() | JROOT/libraries/cms/library/helper.php:156 |
| 10 | JLibraryHelper::_load() | JROOT/libraries/cms/library/helper.php:47 |
| 9 | JLibraryHelper::getLibrary() | JROOT/libraries/cms/library/helper.php:90 |
| 8 | JLibraryHelper::getParams() | JROOT/libraries/cms/version/version.php:274 |
| 7 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:755 |
| 6 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
| 5 | JFactory::getDocument() | JROOT/libraries/joomla/application/web.php:977 |
| 4 | JApplicationWeb->loadDocument() | JROOT/libraries/cms/application/site.php:130 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.38 ms После последнего запроса: 0.21 ms Память запроса: 0.005 MB. Память перед запросом: 1.315 MB
UPDATE `v1h4a_extensions`
SET `params` = '{\"mediaversion\":\"e26a72f237f8df085b979ab0614d36d6\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | v1h4a_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.06 ms |
| updating | 0.10 ms |
| end | 0.01 ms |
| query end | 0.08 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/library/helper.php:119 |
| 9 | JLibraryHelper::saveParams() | JROOT/libraries/cms/version/version.php:325 |
| 8 | JVersion->setMediaVersion() | JROOT/libraries/cms/version/version.php:284 |
| 7 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:755 |
| 6 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
| 5 | JFactory::getDocument() | JROOT/libraries/joomla/application/web.php:977 |
| 4 | JApplicationWeb->loadDocument() | JROOT/libraries/cms/application/site.php:130 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.51 ms После последнего запроса: 0.77 ms Память запроса: 0.019 MB. Память перед запросом: 1.330 MB Возвращено строк: 1
SELECT *
FROM v1h4a_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 | v1h4a_languages | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 1 | 100.00 | Using where; Используется сортировка файлов |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.12 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 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.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/language/helper.php:164 |
| 5 | JLanguageHelper::getLanguages() | JROOT/libraries/cms/application/site.php:329 |
| 4 | JApplicationSite->getParams() | JROOT/libraries/cms/application/site.php:135 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.52 ms После последнего запроса: 0.28 ms Память запроса: 0.081 MB. Память перед запросом: 1.339 MB Возвращено строк: 3
SELECT id, home, template, s.params
FROM v1h4a_template_styles as s
LEFT JOIN v1h4a_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | ALL | idx_template | INDEX KEY не используется | NULL | NULL | 5 | 20.00 | Using where |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 303 | domakrxd_m.s.template,const | 1 | 4.55 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.20 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 |
| # | Вызывающий объект | Файл и номер строки | | 6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 5 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/application/site.php:484 |
| 4 | JApplicationSite->getTemplate() | JROOT/libraries/cms/application/site.php:165 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.98 ms После последнего запроса: 4.75 ms Память запроса: 0.027 MB. Память перед запросом: 1.569 MB Возвращено строк: 17
SHOW FULL COLUMNS
FROM `v1h4a_bagrid_bagrids`
EXPLAIN недоступен для SHOW FULL COLUMNS FROM `v1h4a_bagrid_bagrids`
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.23 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| Opening tables | 0.12 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| Sending data | 0.08 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.05 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки | | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 17 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
| 16 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
| 15 | JTable->__construct() | JROOT/administrator/components/com_bagrid/tables/bagrids.php:17 |
| 14 | bagridTableBagrids->__construct() | JROOT/libraries/joomla/table/table.php:308 |
| 13 | JTable::getInstance() | JROOT/components/com_bagrid/models/page.php:15 |
| 12 | bagridModelPage->getTable() | JROOT/components/com_bagrid/models/page.php:32 |
| 11 | bagridModelPage->getItem() | JROOT/libraries/legacy/view/legacy.php:408 |
| 10 | JViewLegacy->get() | JROOT/components/com_bagrid/views/page/view.html.php:23 |
| 9 | bagridViewPage->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_bagrid/bagrid.php:13 |
| 6 | require_once JROOT/components/com_bagrid/bagrid.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.98 ms После последнего запроса: 0.61 ms Память запроса: 0.132 MB. Память перед запросом: 1.598 MB Возвращено строк: 1
SELECT *
FROM `v1h4a_bagrid_bagrids`
WHERE `id`=3
AND `language` in ('ru-RU','*')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_bagrid_bagrids | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.61 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 |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_bagrid/models/page.php:43 |
| 11 | bagridModelPage->getItem() | JROOT/libraries/legacy/view/legacy.php:408 |
| 10 | JViewLegacy->get() | JROOT/components/com_bagrid/views/page/view.html.php:23 |
| 9 | bagridViewPage->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_bagrid/bagrid.php:13 |
| 6 | require_once JROOT/components/com_bagrid/bagrid.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.68 ms После последнего запроса: 0.28 ms Память запроса: 0.133 MB. Память перед запросом: 1.664 MB Возвращено строк: 1
SELECT *
FROM v1h4a_bagrid_bagrids
WHERE `id` = '3'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_bagrid_bagrids | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.47 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 |
| # | Вызывающий объект | Файл и номер строки | | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 13 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:719 |
| 12 | JTable->load() | JROOT/components/com_bagrid/models/page.php:24 |
| 11 | bagridModelPage->getHits() | JROOT/libraries/legacy/view/legacy.php:408 |
| 10 | JViewLegacy->get() | JROOT/components/com_bagrid/views/page/view.html.php:37 |
| 9 | bagridViewPage->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_bagrid/bagrid.php:13 |
| 6 | require_once JROOT/components/com_bagrid/bagrid.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.39 ms После последнего запроса: 0.25 ms Память запроса: 0.006 MB. Память перед запросом: 1.725 MB
UPDATE v1h4a_bagrid_bagrids
SET `hits` = (`hits` + 1)
WHERE `id` = '3'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | v1h4a_bagrid_bagrids | NULL | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.03 ms |
| updating | 0.11 ms |
| end | 0.01 ms |
| query end | 0.09 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/table/table.php:1228 |
| 12 | JTable->hit() | JROOT/components/com_bagrid/models/page.php:25 |
| 11 | bagridModelPage->getHits() | JROOT/libraries/legacy/view/legacy.php:408 |
| 10 | JViewLegacy->get() | JROOT/components/com_bagrid/views/page/view.html.php:37 |
| 9 | bagridViewPage->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_bagrid/bagrid.php:13 |
| 6 | require_once JROOT/components/com_bagrid/bagrid.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.27 ms После последнего запроса: 1.01 ms Память запроса: 0.022 MB. Память перед запросом: 1.674 MB Возвращено строк: 0
Повторяющиеся запросы:
#29 #31SELECT tag_id
FROM v1h4a_bagrid_tags_map
WHERE `page_id` = 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_bagrid_tags_map | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.09 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.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bagrid/helpers/bagrid.php:391 |
| 12 | bagridHelper::getPageTags() | JROOT/components/com_bagrid/helpers/bagrid.php:1402 |
| 11 | bagridHelper::addPageTags() | JROOT/components/com_bagrid/helpers/bagrid.php:1305 |
| 10 | bagridHelper::checkMOdules() | JROOT/components/com_bagrid/views/page/view.html.php:45 |
| 9 | bagridViewPage->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_bagrid/bagrid.php:13 |
| 6 | require_once JROOT/components/com_bagrid/bagrid.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.31 ms После последнего запроса: 1.43 ms Память запроса: 0.022 MB. Память перед запросом: 1.684 MB Возвращено строк: 1
Повторяющиеся запросы:
#33SELECT id
FROM v1h4a_bagrid_plugins
WHERE `title` = 'ba-scroll-to'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_bagrid_plugins | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 12 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 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.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 |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_bagrid/helpers/bagrid.php:602 |
| 11 | bagridHelper::checkMoreScripts() | JROOT/components/com_bagrid/views/page/view.html.php:76 |
| 10 | bagridViewPage->prepareDocument() | JROOT/components/com_bagrid/views/page/view.html.php:47 |
| 9 | bagridViewPage->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_bagrid/bagrid.php:13 |
| 6 | require_once JROOT/components/com_bagrid/bagrid.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.17 ms После последнего запроса: 0.17 ms Память запроса: 0.022 MB. Память перед запросом: 1.690 MB Возвращено строк: 1
SELECT id
FROM v1h4a_bagrid_plugins
WHERE `title` = 'ba-overlay-section'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_bagrid_plugins | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 12 | 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.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 |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_bagrid/helpers/bagrid.php:687 |
| 11 | bagridHelper::checkMoreScripts() | JROOT/components/com_bagrid/views/page/view.html.php:76 |
| 10 | bagridViewPage->prepareDocument() | JROOT/components/com_bagrid/views/page/view.html.php:47 |
| 9 | bagridViewPage->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_bagrid/bagrid.php:13 |
| 6 | require_once JROOT/components/com_bagrid/bagrid.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.65 ms После последнего запроса: 0.82 ms Память запроса: 0.027 MB. Память перед запросом: 1.732 MB Возвращено строк: 8
SHOW FULL COLUMNS
FROM `v1h4a_assets`
EXPLAIN недоступен для SHOW FULL COLUMNS FROM `v1h4a_assets`
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.20 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| Opening tables | 0.08 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.04 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки | | 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 20 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
| 19 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
| 18 | JTable->__construct() | JROOT/libraries/joomla/table/asset.php:60 |
| 17 | JTableAsset->__construct() | JROOT/libraries/joomla/table/table.php:308 |
| 16 | JTable::getInstance() | JROOT/libraries/joomla/access/access.php:696 |
| 15 | JAccess::getExtensionNameFromAsset() | JROOT/libraries/joomla/access/access.php:555 |
| 14 | JAccess::getAssetRules() | JROOT/libraries/joomla/user/user.php:385 |
| 13 | JUser->authorise() | JROOT/components/com_bagrid/views/page/tmpl/default.php:13 |
| 12 | include JROOT/components/com_bagrid/views/page/tmpl/default.php | JROOT/libraries/legacy/view/legacy.php:677 |
| 11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
| 10 | JViewLegacy->display() | JROOT/components/com_bagrid/views/page/view.html.php:48 |
| 9 | bagridViewPage->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_bagrid/bagrid.php:13 |
| 6 | require_once JROOT/components/com_bagrid/bagrid.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.21 ms После последнего запроса: 0.16 ms Память запроса: 0.025 MB. Память перед запросом: 1.754 MB Возвращено строк: 1
SELECT *
FROM v1h4a_assets
WHERE `id` = '1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_assets | 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.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 17 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:719 |
| 16 | JTable->load() | JROOT/libraries/joomla/access/access.php:697 |
| 15 | JAccess::getExtensionNameFromAsset() | JROOT/libraries/joomla/access/access.php:555 |
| 14 | JAccess::getAssetRules() | JROOT/libraries/joomla/user/user.php:385 |
| 13 | JUser->authorise() | JROOT/components/com_bagrid/views/page/tmpl/default.php:13 |
| 12 | include JROOT/components/com_bagrid/views/page/tmpl/default.php | JROOT/libraries/legacy/view/legacy.php:677 |
| 11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
| 10 | JViewLegacy->display() | JROOT/components/com_bagrid/views/page/view.html.php:48 |
| 9 | bagridViewPage->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_bagrid/bagrid.php:13 |
| 6 | require_once JROOT/components/com_bagrid/bagrid.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.30 ms После последнего запроса: 0.13 ms Память запроса: 0.023 MB. Память перед запросом: 1.761 MB Возвращено строк: 1
SELECT a.rules
FROM v1h4a_assets AS a
WHERE (a.id = 1 OR a.name = 'root.1')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | index_merge | PRIMARY,idx_asset_name | PRIMARY,idx_asset_name | 4,152 | NULL | 2 | 100.00 | Using union(PRIMARY,idx_asset_name); 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.05 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 |
| # | Вызывающий объект | Файл и номер строки | | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
| 15 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:652 |
| 14 | JAccess::getAssetRules() | JROOT/libraries/joomla/user/user.php:385 |
| 13 | JUser->authorise() | JROOT/components/com_bagrid/views/page/tmpl/default.php:13 |
| 12 | include JROOT/components/com_bagrid/views/page/tmpl/default.php | JROOT/libraries/legacy/view/legacy.php:677 |
| 11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
| 10 | JViewLegacy->display() | JROOT/components/com_bagrid/views/page/view.html.php:48 |
| 9 | bagridViewPage->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_bagrid/bagrid.php:13 |
| 6 | require_once JROOT/components/com_bagrid/bagrid.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.40 ms После последнего запроса: 0.56 ms Память запроса: 0.026 MB. Память перед запросом: 1.770 MB Возвращено строк: 34
SELECT element
FROM v1h4a_extensions
WHERE type = 'component'
AND enabled = '1'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_extensions | NULL | ref | extension | extension | 62 | const | 34 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.16 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 |
| # | Вызывающий объект | Файл и номер строки | | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
| 17 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:413 |
| 16 | JAccess::preloadComponents() | JROOT/libraries/joomla/access/access.php:213 |
| 15 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:168 |
| 14 | JAccess::check() | JROOT/libraries/joomla/user/user.php:394 |
| 13 | JUser->authorise() | JROOT/components/com_bagrid/views/page/tmpl/default.php:13 |
| 12 | include JROOT/components/com_bagrid/views/page/tmpl/default.php | JROOT/libraries/legacy/view/legacy.php:677 |
| 11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
| 10 | JViewLegacy->display() | JROOT/components/com_bagrid/views/page/view.html.php:48 |
| 9 | bagridViewPage->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_bagrid/bagrid.php:13 |
| 6 | require_once JROOT/components/com_bagrid/bagrid.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.63 ms После последнего запроса: 0.14 ms Память запроса: 0.026 MB. Память перед запросом: 1.785 MB Возвращено строк: 34
SELECT a.name, a.rules
FROM v1h4a_assets AS a
WHERE (a.name IN ('com_admin','com_ajax','com_baforms','com_bagallery','com_bagrid','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_finder','com_installer','com_jce','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_redirect','com_search','com_tags','com_templates','com_users','com_wrapper') OR a.name = 'root.1')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | idx_asset_name | INDEX KEY не используется | NULL | NULL | 56 | 62.50 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.07 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.17 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.19 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 |
| # | Вызывающий объект | Файл и номер строки | | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1494 |
| 17 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:441 |
| 16 | JAccess::preloadComponents() | JROOT/libraries/joomla/access/access.php:213 |
| 15 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:168 |
| 14 | JAccess::check() | JROOT/libraries/joomla/user/user.php:394 |
| 13 | JUser->authorise() | JROOT/components/com_bagrid/views/page/tmpl/default.php:13 |
| 12 | include JROOT/components/com_bagrid/views/page/tmpl/default.php | JROOT/libraries/legacy/view/legacy.php:677 |
| 11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
| 10 | JViewLegacy->display() | JROOT/components/com_bagrid/views/page/view.html.php:48 |
| 9 | bagridViewPage->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
| 8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_bagrid/bagrid.php:13 |
| 6 | require_once JROOT/components/com_bagrid/bagrid.php | JROOT/libraries/cms/component/helper.php:405 |
| 5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
| 4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
| 3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.26 ms После последнего запроса: 4.13 ms Память запроса: 0.021 MB. Память перед запросом: 2.083 MB Возвращено строк: 1
Повторяющиеся запросы:
#36SELECT theme
FROM v1h4a_bagrid_bagrids
WHERE `id` = '3'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_bagrid_bagrids | 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.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 |
| # | Вызывающий объект | Файл и номер строки | | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 10 | JDatabaseDriver->loadResult() | JROOT/components/com_bagrid/helpers/bagrid.php:1163 |
| 9 | bagridHelper::getTheme() | JROOT/components/com_bagrid/helpers/bagrid.php:1130 |
| 8 | bagridHelper::checkParams() | JROOT/templates/gridboxcore/index.php:22 |
| 7 | require JROOT/templates/gridboxcore/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:640 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1072 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.28 ms После последнего запроса: 0.07 ms Память запроса: 0.084 MB. Память перед запросом: 2.088 MB Возвращено строк: 1
Повторяющиеся запросы:
#37SELECT params
FROM v1h4a_template_styles
WHERE `id`='9'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_template_styles | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.08 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 10 | JDatabaseDriver->loadResult() | JROOT/components/com_bagrid/helpers/bagrid.php:1144 |
| 9 | bagridHelper::getThemeParams() | JROOT/components/com_bagrid/helpers/bagrid.php:1131 |
| 8 | bagridHelper::checkParams() | JROOT/templates/gridboxcore/index.php:22 |
| 7 | require JROOT/templates/gridboxcore/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:640 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1072 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.18 ms После последнего запроса: 0.60 ms Память запроса: 0.021 MB. Память перед запросом: 2.175 MB Возвращено строк: 0
Повторяющиеся запросы:
#19 #31SELECT tag_id
FROM v1h4a_bagrid_tags_map
WHERE `page_id` = 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_bagrid_tags_map | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bagrid/helpers/bagrid.php:391 |
| 10 | bagridHelper::getPageTags() | JROOT/components/com_bagrid/helpers/bagrid.php:1402 |
| 9 | bagridHelper::addPageTags() | JROOT/components/com_bagrid/helpers/bagrid.php:1305 |
| 8 | bagridHelper::checkMOdules() | JROOT/templates/gridboxcore/index.php:45 |
| 7 | require JROOT/templates/gridboxcore/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:640 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1072 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.44 ms После последнего запроса: 0.26 ms Память запроса: 0.021 MB. Память перед запросом: 2.198 MB Возвращено строк: 1
SELECT m.*
FROM v1h4a_modules AS m
WHERE m.client_id = 0
AND m.published = 1
AND m.module = 'mod_menu'
AND m.id = '1'
ORDER BY m.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | 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.10 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
| 9 | JDatabaseDriver->loadObject() | JROOT/components/com_bagrid/helpers/bagrid.php:1279 |
| 8 | bagridHelper::checkMOdules() | JROOT/templates/gridboxcore/index.php:46 |
| 7 | require JROOT/templates/gridboxcore/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:640 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1072 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.22 ms После последнего запроса: 2.93 ms Память запроса: 0.021 MB. Память перед запросом: 2.231 MB Возвращено строк: 0
Повторяющиеся запросы:
#19 #29SELECT tag_id
FROM v1h4a_bagrid_tags_map
WHERE `page_id` = 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_bagrid_tags_map | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 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.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bagrid/helpers/bagrid.php:391 |
| 10 | bagridHelper::getPageTags() | JROOT/components/com_bagrid/helpers/bagrid.php:1402 |
| 9 | bagridHelper::addPageTags() | JROOT/components/com_bagrid/helpers/bagrid.php:1305 |
| 8 | bagridHelper::checkMOdules() | JROOT/templates/gridboxcore/index.php:46 |
| 7 | require JROOT/templates/gridboxcore/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:640 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1072 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.20 ms После последнего запроса: 0.24 ms Память запроса: 0.021 MB. Память перед запросом: 2.232 MB Возвращено строк: 1
SELECT id
FROM v1h4a_bagrid_plugins
WHERE `title` = 'ba-scroll-to-top'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_bagrid_plugins | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 12 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.01 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:1728 |
| 9 | JDatabaseDriver->loadResult() | JROOT/components/com_bagrid/helpers/bagrid.php:586 |
| 8 | bagridHelper::checkMoreScripts() | JROOT/templates/gridboxcore/index.php:47 |
| 7 | require JROOT/templates/gridboxcore/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:640 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1072 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.17 ms После последнего запроса: 0.07 ms Память запроса: 0.022 MB. Память перед запросом: 2.243 MB Возвращено строк: 1
Повторяющиеся запросы:
#20SELECT id
FROM v1h4a_bagrid_plugins
WHERE `title` = 'ba-scroll-to'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_bagrid_plugins | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 12 | 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.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 9 | JDatabaseDriver->loadResult() | JROOT/components/com_bagrid/helpers/bagrid.php:602 |
| 8 | bagridHelper::checkMoreScripts() | JROOT/templates/gridboxcore/index.php:47 |
| 7 | require JROOT/templates/gridboxcore/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:640 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1072 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.17 ms После последнего запроса: 0.06 ms Память запроса: 0.021 MB. Память перед запросом: 2.250 MB Возвращено строк: 1
SELECT id
FROM v1h4a_bagrid_plugins
WHERE `title` = 'ba-custom-html'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_bagrid_plugins | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 12 | 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.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 9 | JDatabaseDriver->loadResult() | JROOT/components/com_bagrid/helpers/bagrid.php:618 |
| 8 | bagridHelper::checkMoreScripts() | JROOT/templates/gridboxcore/index.php:47 |
| 7 | require JROOT/templates/gridboxcore/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:640 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1072 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.21 ms После последнего запроса: 0.25 ms Память запроса: 0.021 MB. Память перед запросом: 2.257 MB Возвращено строк: 1
SELECT meta_title, meta_description, intro_image
FROM v1h4a_bagrid_bagrids
WHERE `id` = 3
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_bagrid_bagrids | 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 |
| # | Вызывающий объект | Файл и номер строки | | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
| 9 | JDatabaseDriver->loadObject() | JROOT/components/com_bagrid/helpers/bagrid.php:35 |
| 8 | bagridHelper::checkMeta() | JROOT/templates/gridboxcore/index.php:113 |
| 7 | require JROOT/templates/gridboxcore/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:640 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1072 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.16 ms После последнего запроса: 0.28 ms Память запроса: 0.022 MB. Память перед запросом: 2.295 MB Возвращено строк: 1
Повторяющиеся запросы:
#27SELECT theme
FROM v1h4a_bagrid_bagrids
WHERE `id` = '3'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_bagrid_bagrids | 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 |
| # | Вызывающий объект | Файл и номер строки | | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_bagrid/helpers/bagrid.php:1163 |
| 10 | bagridHelper::getTheme() | JROOT/components/com_bagrid/helpers/bagrid.php:1130 |
| 9 | bagridHelper::checkParams() | JROOT/templates/gridboxcore/style.php:14 |
| 8 | include_once JROOT/templates/gridboxcore/style.php | JROOT/templates/gridboxcore/index.php:118 |
| 7 | require JROOT/templates/gridboxcore/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:640 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1072 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.27 ms После последнего запроса: 0.06 ms Память запроса: 0.084 MB. Память перед запросом: 2.301 MB Возвращено строк: 1
Повторяющиеся запросы:
#28SELECT params
FROM v1h4a_template_styles
WHERE `id`='9'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_template_styles | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_bagrid/helpers/bagrid.php:1144 |
| 10 | bagridHelper::getThemeParams() | JROOT/components/com_bagrid/helpers/bagrid.php:1131 |
| 9 | bagridHelper::checkParams() | JROOT/templates/gridboxcore/style.php:14 |
| 8 | include_once JROOT/templates/gridboxcore/style.php | JROOT/templates/gridboxcore/index.php:118 |
| 7 | require JROOT/templates/gridboxcore/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:640 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1072 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.92 ms После последнего запроса: 1.16 ms Память запроса: 0.023 MB. Память перед запросом: 2.317 MB Возвращено строк: 3
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM v1h4a_modules AS m
LEFT JOIN v1h4a_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN v1h4a_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-10 00:06:33')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-06-10 00:06:33')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 113 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 | 8 | 6.25 | Using index condition; Using where; Используется сортировка файлов |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 303 | domakrxd_m.m.module,const | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | domakrxd_m.m.id | 1 | 40.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.13 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.12 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.11 ms |
| preparing | 0.05 ms |
| Sorting result | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.23 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки | | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 14 | JDatabaseDriver->loadObjectList() | Такой же, как вызов в строке ниже |
| 13 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:152 |
| 12 | JCacheControllerCallback->get() | JROOT/libraries/cms/module/helper.php:425 |
| 11 | JModuleHelper::getModuleList() | JROOT/libraries/cms/module/helper.php:361 |
| 10 | JModuleHelper::load() | JROOT/libraries/cms/module/helper.php:84 |
| 9 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/html.php:501 |
| 8 | JDocumentHtml->countModules() | JROOT/templates/gridboxcore/index.php:149 |
| 7 | require JROOT/templates/gridboxcore/index.php | JROOT/libraries/joomla/document/html.php:578 |
| 6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:640 |
| 5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
| 4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1072 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.38 ms После последнего запроса: 1.11 ms Память запроса: 0.023 MB. Память перед запросом: 2.288 MB Возвращено строк: 3
SELECT alow_captcha
FROM v1h4a_baforms_forms
WHERE alow_captcha <> '0'
AND published = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.13 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.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_baforms/helpers/baforms.php:27 |
| 14 | baformsHelper::addStyle() | JROOT/plugins/system/baforms/baforms.php:39 |
| 13 | plgSystemBaforms->onBeforeCompileHead() | Такой же, как вызов в строке ниже |
| 12 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 9 | JApplicationBase->triggerEvent() | JROOT/libraries/joomla/document/renderer/html/head.php:58 |
| 8 | JDocumentRendererHtmlHead->fetchHead() | JROOT/libraries/joomla/document/renderer/html/head.php:34 |
| 7 | JDocumentRendererHtmlHead->render() | JROOT/libraries/joomla/document/html.php:411 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.39 ms После последнего запроса: 2.04 ms Память запроса: 0.025 MB. Память перед запросом: 2.310 MB Возвращено строк: 20
SELECT id, url, title, lightboxUrl
FROM v1h4a_bagallery_items
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_bagallery_items | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 20 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.09 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.09 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bagallery/helpers/bagallery.php:155 |
| 15 | bagalleryHelper::checkImage() | JROOT/components/com_bagallery/helpers/bagallery.php:43 |
| 14 | bagalleryHelper::addStyle() | JROOT/plugins/system/bagallery/bagallery.php:71 |
| 13 | plgSystemBagallery->onBeforeCompileHead() | Такой же, как вызов в строке ниже |
| 12 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 9 | JApplicationBase->triggerEvent() | JROOT/libraries/joomla/document/renderer/html/head.php:58 |
| 8 | JDocumentRendererHtmlHead->fetchHead() | JROOT/libraries/joomla/document/renderer/html/head.php:34 |
| 7 | JDocumentRendererHtmlHead->render() | JROOT/libraries/joomla/document/html.php:411 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.25 ms После последнего запроса: 2.38 ms Память запроса: 0.021 MB. Память перед запросом: 2.582 MB Возвращено строк: 1
SELECT published
FROM v1h4a_baforms_forms
WHERE id=2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_baforms/helpers/baforms.php:864 |
| 10 | baformsHelper::checkForm() | JROOT/plugins/system/baforms/baforms.php:71 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.21 ms После последнего запроса: 0.09 ms Память запроса: 0.022 MB. Память перед запросом: 2.588 MB Возвращено строк: 1
SELECT template
FROM v1h4a_template_styles
WHERE `client_id`=0
AND `home`=1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_template_styles | NULL | ALL | idx_home | INDEX KEY не используется | NULL | NULL | 5 | 20.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_baforms/helpers/baforms.php:280 |
| 11 | baformsHelper::setPath() | JROOT/components/com_baforms/helpers/baforms.php:366 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.23 ms После последнего запроса: 0.09 ms Память запроса: 0.022 MB. Память перед запросом: 2.594 MB Возвращено строк: 1
SELECT title, title_settings, form_settings, theme_color
FROM v1h4a_baforms_forms
WHERE id=2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.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 |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_baforms/helpers/baforms.php:826 |
| 11 | baformsHelper::getForm() | JROOT/components/com_baforms/helpers/baforms.php:367 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.40 ms После последнего запроса: 0.07 ms Память запроса: 0.022 MB. Память перед запросом: 2.602 MB Возвращено строк: 1
SELECT multiple_payment, custom_payment, paypal_email,
seller_id, skrill_email, webmoney_purse, payu_api_key,
payu_merchant_id, payu_account_id, stripe_api_key,
stripe_image, stripe_name, stripe_description, mollie_api_key,
payu_biz_merchant, payu_biz_salt, ccavenue_merchant_id,
ccavenue_working_key, yandex_shopId, yandex_scid, barion_poskey,
barion_email, payu_pl_pos_id, payu_pl_second_key
FROM v1h4a_baforms_forms
WHERE id=2| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_baforms/helpers/baforms.php:814 |
| 11 | baformsHelper::getPayment() | JROOT/components/com_baforms/helpers/baforms.php:368 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.28 ms После последнего запроса: 0.07 ms Память запроса: 0.022 MB. Память перед запросом: 2.609 MB Возвращено строк: 1
SELECT settings
FROM v1h4a_baforms_columns
WHERE form_id=2
ORDER BY id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_columns | NULL | index | NULL | PRIMARY | 4 | NULL | 7 | 14.29 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.09 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.04 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_baforms/helpers/baforms.php:839 |
| 11 | baformsHelper::getColumn() | JROOT/components/com_baforms/helpers/baforms.php:369 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.37 ms После последнего запроса: 0.07 ms Память запроса: 0.022 MB. Память перед запросом: 2.616 MB Возвращено строк: 7
SELECT settings, id, custom, options
FROM v1h4a_baforms_items
WHERE form_id=2
ORDER BY column_id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_items | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 17 | 10.00 | Using where; Используется сортировка файлов |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.07 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.12 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 |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_baforms/helpers/baforms.php:852 |
| 11 | baformsHelper::getElement() | JROOT/components/com_baforms/helpers/baforms.php:370 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.34 ms После последнего запроса: 0.07 ms Память запроса: 0.022 MB. Память перед запросом: 2.626 MB Возвращено строк: 1
SELECT display_popup, button_lable, button_position, button_bg,
button_color, button_font_size, button_weight,
button_border, modal_width, button_type
FROM v1h4a_baforms_forms
WHERE id=2| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 12 | JDatabaseDriver->loadAssoc() | JROOT/components/com_baforms/helpers/baforms.php:898 |
| 11 | baformsHelper::getPopup() | JROOT/components/com_baforms/helpers/baforms.php:371 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.32 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 2.633 MB Возвращено строк: 1
SELECT alow_captcha, display_title, sent_massage, error_massage,
redirect_url, display_submit, dialog_color_rgba,
message_color_rgba, message_bg_rgba, display_total,
currency_code, currency_symbol, payment_methods,
display_cart, currency_position
FROM v1h4a_baforms_forms
WHERE id=2| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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.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.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:1453 |
| 12 | JDatabaseDriver->loadAssoc() | JROOT/components/com_baforms/helpers/baforms.php:784 |
| 11 | baformsHelper::getSubmisionOptions() | JROOT/components/com_baforms/helpers/baforms.php:372 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.23 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 2.640 MB Возвращено строк: 1
SELECT save_continue as enable, save_continue_label as label, save_continue_size as size,
save_continue_weight as weight, save_continue_align as align, save_continue_color as color,
save_continue_popup_title as title, save_continue_popup_message as message
FROM v1h4a_baforms_forms
WHERE `id` = 2| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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.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 |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_baforms/helpers/baforms.php:313 |
| 11 | baformsHelper::getSaveOptions() | JROOT/components/com_baforms/helpers/baforms.php:373 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.17 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 2.646 MB Возвращено строк: 1
SELECT submit_embed
FROM v1h4a_baforms_forms
WHERE id=2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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.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 |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_baforms/helpers/baforms.php:884 |
| 11 | baformsHelper::getEmbed() | JROOT/components/com_baforms/helpers/baforms.php:376 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.24 ms После последнего запроса: 2.60 ms Память запроса: 0.021 MB. Память перед запросом: 2.667 MB Возвращено строк: 1
SELECT display_popup, button_type
FROM v1h4a_baforms_forms
WHERE id=2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.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.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 11 | JDatabaseDriver->loadAssoc() | JROOT/components/com_baforms/helpers/baforms.php:56 |
| 10 | baformsHelper::getType() | JROOT/plugins/system/baforms/baforms.php:76 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.16 ms После последнего запроса: 0.23 ms Память запроса: 0.021 MB. Память перед запросом: 2.743 MB Возвращено строк: 1
SELECT published
FROM v1h4a_baforms_forms
WHERE id=2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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 |
| # | Вызывающий объект | Файл и номер строки | | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_baforms/helpers/baforms.php:864 |
| 10 | baformsHelper::checkForm() | JROOT/plugins/system/baforms/baforms.php:71 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.23 ms После последнего запроса: 0.07 ms Память запроса: 0.022 MB. Память перед запросом: 2.748 MB Возвращено строк: 1
SELECT template
FROM v1h4a_template_styles
WHERE `client_id`=0
AND `home`=1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_template_styles | NULL | ALL | idx_home | INDEX KEY не используется | NULL | NULL | 5 | 20.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.03 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_baforms/helpers/baforms.php:280 |
| 11 | baformsHelper::setPath() | JROOT/components/com_baforms/helpers/baforms.php:366 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.19 ms После последнего запроса: 0.08 ms Память запроса: 0.022 MB. Память перед запросом: 2.754 MB Возвращено строк: 1
SELECT title, title_settings, form_settings, theme_color
FROM v1h4a_baforms_forms
WHERE id=2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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.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.01 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_baforms/helpers/baforms.php:826 |
| 11 | baformsHelper::getForm() | JROOT/components/com_baforms/helpers/baforms.php:367 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.27 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 2.762 MB Возвращено строк: 1
SELECT multiple_payment, custom_payment, paypal_email,
seller_id, skrill_email, webmoney_purse, payu_api_key,
payu_merchant_id, payu_account_id, stripe_api_key,
stripe_image, stripe_name, stripe_description, mollie_api_key,
payu_biz_merchant, payu_biz_salt, ccavenue_merchant_id,
ccavenue_working_key, yandex_shopId, yandex_scid, barion_poskey,
barion_email, payu_pl_pos_id, payu_pl_second_key
FROM v1h4a_baforms_forms
WHERE id=2| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.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 |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_baforms/helpers/baforms.php:814 |
| 11 | baformsHelper::getPayment() | JROOT/components/com_baforms/helpers/baforms.php:368 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.20 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 2.769 MB Возвращено строк: 1
SELECT settings
FROM v1h4a_baforms_columns
WHERE form_id=2
ORDER BY id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_columns | NULL | index | NULL | PRIMARY | 4 | NULL | 7 | 14.29 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_baforms/helpers/baforms.php:839 |
| 11 | baformsHelper::getColumn() | JROOT/components/com_baforms/helpers/baforms.php:369 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.29 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 2.776 MB Возвращено строк: 7
SELECT settings, id, custom, options
FROM v1h4a_baforms_items
WHERE form_id=2
ORDER BY column_id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_items | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 17 | 10.00 | Using where; Используется сортировка файлов |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.12 ms |
| end | 0.00 ms |
| query end | 0.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:1689 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_baforms/helpers/baforms.php:852 |
| 11 | baformsHelper::getElement() | JROOT/components/com_baforms/helpers/baforms.php:370 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.20 ms После последнего запроса: 0.08 ms Память запроса: 0.022 MB. Память перед запросом: 2.786 MB Возвращено строк: 1
SELECT display_popup, button_lable, button_position, button_bg,
button_color, button_font_size, button_weight,
button_border, modal_width, button_type
FROM v1h4a_baforms_forms
WHERE id=2| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.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 |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 12 | JDatabaseDriver->loadAssoc() | JROOT/components/com_baforms/helpers/baforms.php:898 |
| 11 | baformsHelper::getPopup() | JROOT/components/com_baforms/helpers/baforms.php:371 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.22 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 2.793 MB Возвращено строк: 1
SELECT alow_captcha, display_title, sent_massage, error_massage,
redirect_url, display_submit, dialog_color_rgba,
message_color_rgba, message_bg_rgba, display_total,
currency_code, currency_symbol, payment_methods,
display_cart, currency_position
FROM v1h4a_baforms_forms
WHERE id=2| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 12 | JDatabaseDriver->loadAssoc() | JROOT/components/com_baforms/helpers/baforms.php:784 |
| 11 | baformsHelper::getSubmisionOptions() | JROOT/components/com_baforms/helpers/baforms.php:372 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.20 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 2.800 MB Возвращено строк: 1
SELECT save_continue as enable, save_continue_label as label, save_continue_size as size,
save_continue_weight as weight, save_continue_align as align, save_continue_color as color,
save_continue_popup_title as title, save_continue_popup_message as message
FROM v1h4a_baforms_forms
WHERE `id` = 2| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.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 |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_baforms/helpers/baforms.php:313 |
| 11 | baformsHelper::getSaveOptions() | JROOT/components/com_baforms/helpers/baforms.php:373 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.16 ms После последнего запроса: 0.09 ms Память запроса: 0.022 MB. Память перед запросом: 2.807 MB Возвращено строк: 1
SELECT submit_embed
FROM v1h4a_baforms_forms
WHERE id=2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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 |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_baforms/helpers/baforms.php:884 |
| 11 | baformsHelper::getEmbed() | JROOT/components/com_baforms/helpers/baforms.php:376 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.19 ms После последнего запроса: 1.58 ms Память запроса: 0.021 MB. Память перед запросом: 2.809 MB Возвращено строк: 1
SELECT display_popup, button_type
FROM v1h4a_baforms_forms
WHERE id=2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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 |
| # | Вызывающий объект | Файл и номер строки | | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 11 | JDatabaseDriver->loadAssoc() | JROOT/components/com_baforms/helpers/baforms.php:56 |
| 10 | baformsHelper::getType() | JROOT/plugins/system/baforms/baforms.php:76 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.17 ms После последнего запроса: 0.26 ms Память запроса: 0.021 MB. Память перед запросом: 2.811 MB Возвращено строк: 1
SELECT published
FROM v1h4a_baforms_forms
WHERE id=2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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 |
| # | Вызывающий объект | Файл и номер строки | | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_baforms/helpers/baforms.php:864 |
| 10 | baformsHelper::checkForm() | JROOT/plugins/system/baforms/baforms.php:71 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.20 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 2.817 MB Возвращено строк: 1
SELECT template
FROM v1h4a_template_styles
WHERE `client_id`=0
AND `home`=1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_template_styles | NULL | ALL | idx_home | INDEX KEY не используется | NULL | NULL | 5 | 20.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.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_baforms/helpers/baforms.php:280 |
| 11 | baformsHelper::setPath() | JROOT/components/com_baforms/helpers/baforms.php:366 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.19 ms После последнего запроса: 0.08 ms Память запроса: 0.027 MB. Память перед запросом: 2.832 MB Возвращено строк: 1
SELECT title, title_settings, form_settings, theme_color
FROM v1h4a_baforms_forms
WHERE id=2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_baforms/helpers/baforms.php:826 |
| 11 | baformsHelper::getForm() | JROOT/components/com_baforms/helpers/baforms.php:367 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.27 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 2.845 MB Возвращено строк: 1
SELECT multiple_payment, custom_payment, paypal_email,
seller_id, skrill_email, webmoney_purse, payu_api_key,
payu_merchant_id, payu_account_id, stripe_api_key,
stripe_image, stripe_name, stripe_description, mollie_api_key,
payu_biz_merchant, payu_biz_salt, ccavenue_merchant_id,
ccavenue_working_key, yandex_shopId, yandex_scid, barion_poskey,
barion_email, payu_pl_pos_id, payu_pl_second_key
FROM v1h4a_baforms_forms
WHERE id=2| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_baforms/helpers/baforms.php:814 |
| 11 | baformsHelper::getPayment() | JROOT/components/com_baforms/helpers/baforms.php:368 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.20 ms После последнего запроса: 0.08 ms Память запроса: 0.022 MB. Память перед запросом: 2.852 MB Возвращено строк: 1
SELECT settings
FROM v1h4a_baforms_columns
WHERE form_id=2
ORDER BY id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_columns | NULL | index | NULL | PRIMARY | 4 | NULL | 7 | 14.29 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_baforms/helpers/baforms.php:839 |
| 11 | baformsHelper::getColumn() | JROOT/components/com_baforms/helpers/baforms.php:369 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.28 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 2.859 MB Возвращено строк: 7
SELECT settings, id, custom, options
FROM v1h4a_baforms_items
WHERE form_id=2
ORDER BY column_id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_items | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 17 | 10.00 | Using where; Используется сортировка файлов |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| 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.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:1689 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_baforms/helpers/baforms.php:852 |
| 11 | baformsHelper::getElement() | JROOT/components/com_baforms/helpers/baforms.php:370 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.20 ms После последнего запроса: 0.07 ms Память запроса: 0.022 MB. Память перед запросом: 2.869 MB Возвращено строк: 1
SELECT display_popup, button_lable, button_position, button_bg,
button_color, button_font_size, button_weight,
button_border, modal_width, button_type
FROM v1h4a_baforms_forms
WHERE id=2| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.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 |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 12 | JDatabaseDriver->loadAssoc() | JROOT/components/com_baforms/helpers/baforms.php:898 |
| 11 | baformsHelper::getPopup() | JROOT/components/com_baforms/helpers/baforms.php:371 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.22 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 2.876 MB Возвращено строк: 1
SELECT alow_captcha, display_title, sent_massage, error_massage,
redirect_url, display_submit, dialog_color_rgba,
message_color_rgba, message_bg_rgba, display_total,
currency_code, currency_symbol, payment_methods,
display_cart, currency_position
FROM v1h4a_baforms_forms
WHERE id=2| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 12 | JDatabaseDriver->loadAssoc() | JROOT/components/com_baforms/helpers/baforms.php:784 |
| 11 | baformsHelper::getSubmisionOptions() | JROOT/components/com_baforms/helpers/baforms.php:372 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.20 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 2.883 MB Возвращено строк: 1
SELECT save_continue as enable, save_continue_label as label, save_continue_size as size,
save_continue_weight as weight, save_continue_align as align, save_continue_color as color,
save_continue_popup_title as title, save_continue_popup_message as message
FROM v1h4a_baforms_forms
WHERE `id` = 2| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_baforms/helpers/baforms.php:313 |
| 11 | baformsHelper::getSaveOptions() | JROOT/components/com_baforms/helpers/baforms.php:373 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.16 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 2.890 MB Возвращено строк: 1
SELECT submit_embed
FROM v1h4a_baforms_forms
WHERE id=2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_baforms/helpers/baforms.php:884 |
| 11 | baformsHelper::getEmbed() | JROOT/components/com_baforms/helpers/baforms.php:376 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.21 ms После последнего запроса: 1.57 ms Память запроса: 0.021 MB. Память перед запросом: 2.892 MB Возвращено строк: 1
SELECT display_popup, button_type
FROM v1h4a_baforms_forms
WHERE id=2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 11 | JDatabaseDriver->loadAssoc() | JROOT/components/com_baforms/helpers/baforms.php:56 |
| 10 | baformsHelper::getType() | JROOT/plugins/system/baforms/baforms.php:76 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.16 ms После последнего запроса: 0.28 ms Память запроса: 0.021 MB. Память перед запросом: 2.894 MB Возвращено строк: 1
SELECT published
FROM v1h4a_baforms_forms
WHERE id=2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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.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:1728 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_baforms/helpers/baforms.php:864 |
| 10 | baformsHelper::checkForm() | JROOT/plugins/system/baforms/baforms.php:71 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.22 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 2.899 MB Возвращено строк: 1
SELECT template
FROM v1h4a_template_styles
WHERE `client_id`=0
AND `home`=1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_template_styles | NULL | ALL | idx_home | INDEX KEY не используется | NULL | NULL | 5 | 20.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.03 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 |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_baforms/helpers/baforms.php:280 |
| 11 | baformsHelper::setPath() | JROOT/components/com_baforms/helpers/baforms.php:366 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.18 ms После последнего запроса: 0.08 ms Память запроса: 0.022 MB. Память перед запросом: 2.905 MB Возвращено строк: 1
SELECT title, title_settings, form_settings, theme_color
FROM v1h4a_baforms_forms
WHERE id=2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.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:1689 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_baforms/helpers/baforms.php:826 |
| 11 | baformsHelper::getForm() | JROOT/components/com_baforms/helpers/baforms.php:367 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.27 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 2.913 MB Возвращено строк: 1
SELECT multiple_payment, custom_payment, paypal_email,
seller_id, skrill_email, webmoney_purse, payu_api_key,
payu_merchant_id, payu_account_id, stripe_api_key,
stripe_image, stripe_name, stripe_description, mollie_api_key,
payu_biz_merchant, payu_biz_salt, ccavenue_merchant_id,
ccavenue_working_key, yandex_shopId, yandex_scid, barion_poskey,
barion_email, payu_pl_pos_id, payu_pl_second_key
FROM v1h4a_baforms_forms
WHERE id=2| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 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.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_baforms/helpers/baforms.php:814 |
| 11 | baformsHelper::getPayment() | JROOT/components/com_baforms/helpers/baforms.php:368 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.20 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 2.920 MB Возвращено строк: 1
SELECT settings
FROM v1h4a_baforms_columns
WHERE form_id=2
ORDER BY id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_columns | NULL | index | NULL | PRIMARY | 4 | NULL | 7 | 14.29 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 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.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_baforms/helpers/baforms.php:839 |
| 11 | baformsHelper::getColumn() | JROOT/components/com_baforms/helpers/baforms.php:369 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.29 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 2.927 MB Возвращено строк: 7
SELECT settings, id, custom, options
FROM v1h4a_baforms_items
WHERE form_id=2
ORDER BY column_id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_items | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 17 | 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.00 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.12 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_baforms/helpers/baforms.php:852 |
| 11 | baformsHelper::getElement() | JROOT/components/com_baforms/helpers/baforms.php:370 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.21 ms После последнего запроса: 0.07 ms Память запроса: 0.022 MB. Память перед запросом: 2.937 MB Возвращено строк: 1
SELECT display_popup, button_lable, button_position, button_bg,
button_color, button_font_size, button_weight,
button_border, modal_width, button_type
FROM v1h4a_baforms_forms
WHERE id=2| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 12 | JDatabaseDriver->loadAssoc() | JROOT/components/com_baforms/helpers/baforms.php:898 |
| 11 | baformsHelper::getPopup() | JROOT/components/com_baforms/helpers/baforms.php:371 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.23 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 2.944 MB Возвращено строк: 1
SELECT alow_captcha, display_title, sent_massage, error_massage,
redirect_url, display_submit, dialog_color_rgba,
message_color_rgba, message_bg_rgba, display_total,
currency_code, currency_symbol, payment_methods,
display_cart, currency_position
FROM v1h4a_baforms_forms
WHERE id=2| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 12 | JDatabaseDriver->loadAssoc() | JROOT/components/com_baforms/helpers/baforms.php:784 |
| 11 | baformsHelper::getSubmisionOptions() | JROOT/components/com_baforms/helpers/baforms.php:372 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.21 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 2.951 MB Возвращено строк: 1
SELECT save_continue as enable, save_continue_label as label, save_continue_size as size,
save_continue_weight as weight, save_continue_align as align, save_continue_color as color,
save_continue_popup_title as title, save_continue_popup_message as message
FROM v1h4a_baforms_forms
WHERE `id` = 2| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_baforms/helpers/baforms.php:313 |
| 11 | baformsHelper::getSaveOptions() | JROOT/components/com_baforms/helpers/baforms.php:373 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.17 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 2.958 MB Возвращено строк: 1
SELECT submit_embed
FROM v1h4a_baforms_forms
WHERE id=2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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 |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_baforms/helpers/baforms.php:884 |
| 11 | baformsHelper::getEmbed() | JROOT/components/com_baforms/helpers/baforms.php:376 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.20 ms После последнего запроса: 1.56 ms Память запроса: 0.021 MB. Память перед запросом: 2.960 MB Возвращено строк: 1
SELECT display_popup, button_type
FROM v1h4a_baforms_forms
WHERE id=2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 11 | JDatabaseDriver->loadAssoc() | JROOT/components/com_baforms/helpers/baforms.php:56 |
| 10 | baformsHelper::getType() | JROOT/plugins/system/baforms/baforms.php:76 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.17 ms После последнего запроса: 0.38 ms Память запроса: 0.021 MB. Память перед запросом: 2.966 MB Возвращено строк: 1
SELECT published
FROM v1h4a_baforms_forms
WHERE id=1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_baforms/helpers/baforms.php:864 |
| 10 | baformsHelper::checkForm() | JROOT/plugins/system/baforms/baforms.php:71 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.21 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 2.972 MB Возвращено строк: 1
SELECT template
FROM v1h4a_template_styles
WHERE `client_id`=0
AND `home`=1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_template_styles | NULL | ALL | idx_home | INDEX KEY не используется | NULL | NULL | 5 | 20.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.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_baforms/helpers/baforms.php:280 |
| 11 | baformsHelper::setPath() | JROOT/components/com_baforms/helpers/baforms.php:366 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.18 ms После последнего запроса: 0.08 ms Память запроса: 0.022 MB. Память перед запросом: 2.977 MB Возвращено строк: 1
Повторяющиеся запросы:
#102SELECT title, title_settings, form_settings, theme_color
FROM v1h4a_baforms_forms
WHERE id=1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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 |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_baforms/helpers/baforms.php:826 |
| 11 | baformsHelper::getForm() | JROOT/components/com_baforms/helpers/baforms.php:367 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.26 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 2.985 MB Возвращено строк: 1
Повторяющиеся запросы:
#104SELECT multiple_payment, custom_payment, paypal_email,
seller_id, skrill_email, webmoney_purse, payu_api_key,
payu_merchant_id, payu_account_id, stripe_api_key,
stripe_image, stripe_name, stripe_description, mollie_api_key,
payu_biz_merchant, payu_biz_salt, ccavenue_merchant_id,
ccavenue_working_key, yandex_shopId, yandex_scid, barion_poskey,
barion_email, payu_pl_pos_id, payu_pl_second_key
FROM v1h4a_baforms_forms
WHERE id=1| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_baforms/helpers/baforms.php:814 |
| 11 | baformsHelper::getPayment() | JROOT/components/com_baforms/helpers/baforms.php:368 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.20 ms После последнего запроса: 0.07 ms Память запроса: 0.022 MB. Память перед запросом: 2.993 MB Возвращено строк: 3
SELECT settings
FROM v1h4a_baforms_columns
WHERE form_id=1
ORDER BY id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_columns | NULL | index | NULL | PRIMARY | 4 | NULL | 7 | 14.29 | 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.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 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 |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_baforms/helpers/baforms.php:839 |
| 11 | baformsHelper::getColumn() | JROOT/components/com_baforms/helpers/baforms.php:369 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.30 ms После последнего запроса: 0.07 ms Память запроса: 0.022 MB. Память перед запросом: 3.000 MB Возвращено строк: 5
Повторяющиеся запросы:
#107SELECT settings, id, custom, options
FROM v1h4a_baforms_items
WHERE form_id=1
ORDER BY column_id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_items | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 17 | 10.00 | Using where; Используется сортировка файлов |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.13 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:1689 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_baforms/helpers/baforms.php:852 |
| 11 | baformsHelper::getElement() | JROOT/components/com_baforms/helpers/baforms.php:370 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.20 ms После последнего запроса: 0.07 ms Память запроса: 0.022 MB. Память перед запросом: 3.009 MB Возвращено строк: 1
SELECT display_popup, button_lable, button_position, button_bg,
button_color, button_font_size, button_weight,
button_border, modal_width, button_type
FROM v1h4a_baforms_forms
WHERE id=1| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 12 | JDatabaseDriver->loadAssoc() | JROOT/components/com_baforms/helpers/baforms.php:898 |
| 11 | baformsHelper::getPopup() | JROOT/components/com_baforms/helpers/baforms.php:371 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.23 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 3.016 MB Возвращено строк: 1
Повторяющиеся запросы:
#105SELECT alow_captcha, display_title, sent_massage, error_massage,
redirect_url, display_submit, dialog_color_rgba,
message_color_rgba, message_bg_rgba, display_total,
currency_code, currency_symbol, payment_methods,
display_cart, currency_position
FROM v1h4a_baforms_forms
WHERE id=1| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 12 | JDatabaseDriver->loadAssoc() | JROOT/components/com_baforms/helpers/baforms.php:784 |
| 11 | baformsHelper::getSubmisionOptions() | JROOT/components/com_baforms/helpers/baforms.php:372 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.20 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 3.023 MB Возвращено строк: 1
SELECT save_continue as enable, save_continue_label as label, save_continue_size as size,
save_continue_weight as weight, save_continue_align as align, save_continue_color as color,
save_continue_popup_title as title, save_continue_popup_message as message
FROM v1h4a_baforms_forms
WHERE `id` = 1| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.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 |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_baforms/helpers/baforms.php:313 |
| 11 | baformsHelper::getSaveOptions() | JROOT/components/com_baforms/helpers/baforms.php:373 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.16 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 3.030 MB Возвращено строк: 1
SELECT submit_embed
FROM v1h4a_baforms_forms
WHERE id=1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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 |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_baforms/helpers/baforms.php:884 |
| 11 | baformsHelper::getEmbed() | JROOT/components/com_baforms/helpers/baforms.php:376 |
| 10 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:75 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.20 ms После последнего запроса: 1.39 ms Память запроса: 0.021 MB. Память перед запросом: 3.029 MB Возвращено строк: 1
SELECT display_popup, button_type
FROM v1h4a_baforms_forms
WHERE id=1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 11 | JDatabaseDriver->loadAssoc() | JROOT/components/com_baforms/helpers/baforms.php:56 |
| 10 | baformsHelper::getType() | JROOT/plugins/system/baforms/baforms.php:76 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.22 ms После последнего запроса: 0.47 ms Память запроса: 0.022 MB. Память перед запросом: 3.040 MB Возвращено строк: 1
SELECT title, title_settings, form_settings, theme_color
FROM v1h4a_baforms_forms
WHERE id=2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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.03 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_baforms/helpers/baforms.php:826 |
| 11 | baformsHelper::getForm() | JROOT/components/com_baforms/helpers/baforms.php:92 |
| 10 | baformsHelper::addScripts() | JROOT/plugins/system/baforms/baforms.php:86 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.17 ms После последнего запроса: 0.22 ms Память запроса: 0.022 MB. Память перед запросом: 3.049 MB Возвращено строк: 1
SELECT load_jquery
FROM v1h4a_baforms_forms
WHERE `id` = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_baforms/helpers/baforms.php:68 |
| 11 | baformsHelper::loadJQuery() | JROOT/components/com_baforms/helpers/baforms.php:98 |
| 10 | baformsHelper::addScripts() | JROOT/plugins/system/baforms/baforms.php:86 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.27 ms После последнего запроса: 0.07 ms Память запроса: 0.022 MB. Память перед запросом: 3.055 MB Возвращено строк: 1
SELECT multiple_payment, custom_payment, paypal_email,
seller_id, skrill_email, webmoney_purse, payu_api_key,
payu_merchant_id, payu_account_id, stripe_api_key,
stripe_image, stripe_name, stripe_description, mollie_api_key,
payu_biz_merchant, payu_biz_salt, ccavenue_merchant_id,
ccavenue_working_key, yandex_shopId, yandex_scid, barion_poskey,
barion_email, payu_pl_pos_id, payu_pl_second_key
FROM v1h4a_baforms_forms
WHERE id=2| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_baforms/helpers/baforms.php:814 |
| 11 | baformsHelper::getPayment() | JROOT/components/com_baforms/helpers/baforms.php:104 |
| 10 | baformsHelper::addScripts() | JROOT/plugins/system/baforms/baforms.php:86 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.23 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 3.062 MB Возвращено строк: 1
SELECT alow_captcha, display_title, sent_massage, error_massage,
redirect_url, display_submit, dialog_color_rgba,
message_color_rgba, message_bg_rgba, display_total,
currency_code, currency_symbol, payment_methods,
display_cart, currency_position
FROM v1h4a_baforms_forms
WHERE id=2| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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.03 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.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 12 | JDatabaseDriver->loadAssoc() | JROOT/components/com_baforms/helpers/baforms.php:784 |
| 11 | baformsHelper::getSubmisionOptions() | JROOT/components/com_baforms/helpers/baforms.php:105 |
| 10 | baformsHelper::addScripts() | JROOT/plugins/system/baforms/baforms.php:86 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.16 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 3.069 MB Возвращено строк: 1
SELECT alow_captcha
FROM v1h4a_baforms_forms
WHERE id=2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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 |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_baforms/helpers/baforms.php:796 |
| 11 | baformsHelper::getCaptcha() | JROOT/components/com_baforms/helpers/baforms.php:111 |
| 10 | baformsHelper::addScripts() | JROOT/plugins/system/baforms/baforms.php:86 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.30 ms После последнего запроса: 0.39 ms Память запроса: 0.022 MB. Память перед запросом: 3.077 MB Возвращено строк: 7
SELECT settings, id, custom, options
FROM v1h4a_baforms_items
WHERE form_id=2
ORDER BY column_id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_items | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 17 | 10.00 | Using where; Используется сортировка файлов |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 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 |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_baforms/helpers/baforms.php:852 |
| 11 | baformsHelper::getElement() | JROOT/components/com_baforms/helpers/baforms.php:118 |
| 10 | baformsHelper::addScripts() | JROOT/plugins/system/baforms/baforms.php:86 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.19 ms После последнего запроса: 0.08 ms Память запроса: 0.022 MB. Память перед запросом: 3.088 MB Возвращено строк: 1
Повторяющиеся запросы:
#87SELECT title, title_settings, form_settings, theme_color
FROM v1h4a_baforms_forms
WHERE id=1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.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 |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_baforms/helpers/baforms.php:826 |
| 11 | baformsHelper::getForm() | JROOT/components/com_baforms/helpers/baforms.php:92 |
| 10 | baformsHelper::addScripts() | JROOT/plugins/system/baforms/baforms.php:86 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.16 ms После последнего запроса: 0.21 ms Память запроса: 0.022 MB. Память перед запросом: 3.097 MB Возвращено строк: 1
SELECT load_jquery
FROM v1h4a_baforms_forms
WHERE `id` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_baforms/helpers/baforms.php:68 |
| 11 | baformsHelper::loadJQuery() | JROOT/components/com_baforms/helpers/baforms.php:98 |
| 10 | baformsHelper::addScripts() | JROOT/plugins/system/baforms/baforms.php:86 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.25 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 3.104 MB Возвращено строк: 1
Повторяющиеся запросы:
#88SELECT multiple_payment, custom_payment, paypal_email,
seller_id, skrill_email, webmoney_purse, payu_api_key,
payu_merchant_id, payu_account_id, stripe_api_key,
stripe_image, stripe_name, stripe_description, mollie_api_key,
payu_biz_merchant, payu_biz_salt, ccavenue_merchant_id,
ccavenue_working_key, yandex_shopId, yandex_scid, barion_poskey,
barion_email, payu_pl_pos_id, payu_pl_second_key
FROM v1h4a_baforms_forms
WHERE id=1| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 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.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
| 12 | JDatabaseDriver->loadObject() | JROOT/components/com_baforms/helpers/baforms.php:814 |
| 11 | baformsHelper::getPayment() | JROOT/components/com_baforms/helpers/baforms.php:104 |
| 10 | baformsHelper::addScripts() | JROOT/plugins/system/baforms/baforms.php:86 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.22 ms После последнего запроса: 0.06 ms Память запроса: 0.022 MB. Память перед запросом: 3.110 MB Возвращено строк: 1
Повторяющиеся запросы:
#92SELECT alow_captcha, display_title, sent_massage, error_massage,
redirect_url, display_submit, dialog_color_rgba,
message_color_rgba, message_bg_rgba, display_total,
currency_code, currency_symbol, payment_methods,
display_cart, currency_position
FROM v1h4a_baforms_forms
WHERE id=1| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 12 | JDatabaseDriver->loadAssoc() | JROOT/components/com_baforms/helpers/baforms.php:784 |
| 11 | baformsHelper::getSubmisionOptions() | JROOT/components/com_baforms/helpers/baforms.php:105 |
| 10 | baformsHelper::addScripts() | JROOT/plugins/system/baforms/baforms.php:86 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.16 ms После последнего запроса: 0.07 ms Память запроса: 0.022 MB. Память перед запросом: 3.115 MB Возвращено строк: 1
SELECT alow_captcha
FROM v1h4a_baforms_forms
WHERE id=1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_forms | 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 |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_baforms/helpers/baforms.php:796 |
| 11 | baformsHelper::getCaptcha() | JROOT/components/com_baforms/helpers/baforms.php:111 |
| 10 | baformsHelper::addScripts() | JROOT/plugins/system/baforms/baforms.php:86 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
Время запроса: 0.22 ms После последнего запроса: 0.38 ms Память запроса: 0.022 MB. Память перед запросом: 3.122 MB Возвращено строк: 5
Повторяющиеся запросы:
#90SELECT settings, id, custom, options
FROM v1h4a_baforms_items
WHERE form_id=1
ORDER BY column_id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | v1h4a_baforms_items | NULL | ALL | NULL | INDEX KEY не используется | NULL | NULL | 17 | 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.00 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.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_baforms/helpers/baforms.php:852 |
| 11 | baformsHelper::getElement() | JROOT/components/com_baforms/helpers/baforms.php:118 |
| 10 | baformsHelper::addScripts() | JROOT/plugins/system/baforms/baforms.php:86 |
| 9 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:57 |
| 8 | plgSystemBaforms->onAfterRender() | Такой же, как вызов в строке ниже |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
| 4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1092 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |