Время запроса: 11.07 ms Память запроса: 0.012 MB Память до запроса: 3.166 MB Выбрано строк: 0
SELECT `session_id`
FROM `h6urg_session`
WHERE `session_id` = 'mm0tvl8llh2huq696itfja9d75'
LIMIT 1
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `session_id`
FROM `#__session`
WHERE `session_id` = 'mm0tvl8llh2huq696' at line 1 SQL=EXPLAIN EXTENDED SELECT `session_id`
FROM `#__session`
WHERE `session_id` = 'mm0tvl8llh2huq696itfja9d75' LIMIT 1 |
| Status | Duration |
|---|
| starting | 0.16 ms |
| Executing hook on transaction | 0.03 ms |
| starting | 0.03 ms |
| checking permissions | 0.02 ms |
| Opening tables | 7.77 ms |
| init | 0.07 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.04 ms |
| executing | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки | | 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 |
Время запроса: 2.35 ms После последнего запроса: 0.58 ms Память запроса: 0.009 MB Память до запроса: 3.182 MB
INSERT INTO `h6urg_session`
(`session_id`,`client_id`,`guest`,`time`,`userid`,`username`)
VALUES
('mm0tvl8llh2huq696itfja9d75', 0, 1, '1788797628', 0, '')
EXPLAIN не доступен для запроса: INSERT INTO `h6urg_session`
(`session_id`,`client_id`,`guest`,`time`,`userid`,`username`) VALUES
('mm0tvl8llh2huq696itfja9d75', 0, 1, '1788797628', 0, '')
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| update | 0.12 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 1.86 ms |
| closing tables | 0.03 ms |
| freeing items | 6.41 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки | | 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 |
Время запроса: 2.23 ms После последнего запроса: 6.14 ms Память запроса: 0.015 MB Память до запроса: 3.760 MB Выбрано строк: 2
SELECT b.id
FROM h6urg_usergroups AS a
LEFT JOIN h6urg_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT b.id
FROM #__usergroups AS a
LEFT JOIN #__usergroups AS b ON b.lft ' at line 1 SQL=EXPLAIN EXTENDED SELECT b.id
FROM #__usergroups AS a
LEFT JOIN #__usergroups AS b ON b.lft <= a.lft AND b.rgt >= a.rgt
WHERE a.id = 9 |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 1.52 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.05 ms |
| executing | 0.05 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.80 ms |
| cleaning up | 0.03 ms |
| # | Вызывающий объект | Файл и номер строки | | 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 |
Время запроса: 1.11 ms После последнего запроса: 0.70 ms Память запроса: 0.014 MB Память до запроса: 3.836 MB Выбрано строк: 5
SELECT id, rules
FROM `h6urg_viewlevels`
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT id, rules
FROM `#__viewlevels`' at line 1 SQL=EXPLAIN EXTENDED SELECT id, rules
FROM `#__viewlevels` |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.73 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 12.81 ms |
| cleaning up | 0.05 ms |
| # | Вызывающий объект | Файл и номер строки | | 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 |
Время запроса: 2.00 ms После последнего запроса: 24.36 ms Память запроса: 0.013 MB Память до запроса: 5.657 MB Выбрано строк: 1
SELECT `enabled`
FROM `h6urg_extensions`
WHERE `element` = 'com_akeeba'
AND `type` = 'component'
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `enabled`
FROM `#__extensions`
WHERE `element` = 'com_akeeba' AND `typ' at line 1 SQL=EXPLAIN EXTENDED SELECT `enabled`
FROM `#__extensions`
WHERE `element` = 'com_akeeba' AND `type` = 'component' |
| Status | Duration |
|---|
| starting | 0.17 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 1.27 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.11 ms |
| preparing | 0.06 ms |
| executing | 0.07 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.81 ms |
| cleaning up | 0.05 ms |
| # | Вызывающий объект | Файл и номер строки | | 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 8 | JDatabaseDriver->loadResult() | JROOT/plugins/system/backuponupdate/backuponupdate.php:80 |
| 7 | require_once JROOT/plugins/system/backuponupdate/backuponupdate.php | JROOT/libraries/cms/plugin/helper.php:230 |
| 6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
| 5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:669 |
| 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.90 ms После последнего запроса: 3.24 ms Память запроса: 0.014 MB Память до запроса: 5.841 MB Выбрано строк: 2
SELECT element
FROM h6urg_extensions
WHERE type = 'language'
AND client_id = 0
AND enabled = 1
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT element
FROM #__extensions
WHERE type = 'language' AND client_id = 0 A' at line 1 SQL=EXPLAIN EXTENDED SELECT element
FROM #__extensions
WHERE type = 'language' AND client_id = 0 AND enabled = 1 |
| Status | Duration |
|---|
| starting | 0.10 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.05 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.11 ms |
| preparing | 0.06 ms |
| executing | 0.13 ms |
| end | 0.03 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.03 ms |
| closing tables | 0.03 ms |
| freeing items | 22.23 ms |
| cleaning up | 0.08 ms |
| # | Вызывающий объект | Файл и номер строки | | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/language/multilang.php:90 |
| 8 | JLanguageMultilang::getSiteLangs() | JROOT/plugins/system/languagefilter/languagefilter.php:108 |
| 7 | PlgSystemLanguageFilter->__construct() | JROOT/libraries/cms/plugin/helper.php:255 |
| 6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
| 5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:669 |
| 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 |
Время запроса: 6.48 ms После последнего запроса: 41.39 ms Память запроса: 0.024 MB Память до запроса: 7.408 MB Выбрано строк: 1
SELECT id,template
FROM h6urg_template_styles
WHERE client_id=0
AND home=1
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT id,template FROM #__template_styles WHERE client_id=0 AND home=1' at line 1 SQL=EXPLAIN EXTENDED SELECT id,template FROM #__template_styles WHERE client_id=0 AND home=1 |
| Status | Duration |
|---|
| starting | 0.26 ms |
| Executing hook on transaction | 0.03 ms |
| starting | 0.03 ms |
| checking permissions | 0.02 ms |
| Opening tables | 1.77 ms |
| init | 0.04 ms |
| System lock | 0.03 ms |
| optimizing | 0.04 ms |
| statistics | 0.07 ms |
| preparing | 0.06 ms |
| executing | 0.08 ms |
| end | 0.03 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.03 ms |
| closing tables | 0.09 ms |
| freeing items | 33.37 ms |
| cleaning up | 0.08 ms |
| # | Вызывающий объект | Файл и номер строки | | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
| 18 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_widgetkit/widgetkit.php:23 |
| 17 | plgSystemWidgetkit_k2->{closure}() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Container.php:240 |
| 16 | YOOtheme\Framework\Container->offsetGet() | JROOT/administrator/components/com_widgetkit/src/Application.php:49 |
| 15 | YOOtheme\Widgetkit\Application->YOOtheme\Widgetkit\{closure}() | Так же, как вызов в строке ниже. |
| 14 | call_user_func_array() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Event/EventDispatcher.php:113 |
| 13 | YOOtheme\Framework\Event\EventDispatcher->trigger() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Application.php:149 |
| 12 | YOOtheme\Framework\Application->boot() | JROOT/administrator/components/com_widgetkit/widgetkit.php:69 |
| 11 | include JROOT/administrator/components/com_widgetkit/widgetkit.php | JROOT/administrator/components/com_widgetkit/widgetkit-app.php:6 |
| 10 | include JROOT/administrator/components/com_widgetkit/widgetkit-app.php | JROOT/plugins/system/widgetkit_k2/widgetkit_k2.php:9 |
| 9 | plgSystemWidgetkit_k2->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 |
Время запроса: 9.04 ms После последнего запроса: 56.89 ms Память запроса: 0.135 MB Память до запроса: 9.304 MB Выбрано строк: 295
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 h6urg_menu AS m
LEFT JOIN h6urg_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
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.ty' at line 1 SQL=EXPLAIN EXTENDED 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 #__menu AS m
LEFT JOIN #__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 |
| Status | Duration |
|---|
| starting | 0.34 ms |
| Executing hook on transaction | 0.03 ms |
| starting | 0.03 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 1.85 ms |
| init | 0.03 ms |
| System lock | 0.03 ms |
| optimizing | 0.04 ms |
| statistics | 0.13 ms |
| preparing | 0.09 ms |
| executing | 6.08 ms |
| end | 0.04 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.03 ms |
| closing tables | 0.03 ms |
| freeing items | 12.53 ms |
| cleaning up | 0.06 ms |
| # | Вызывающий объект | Файл и номер строки | | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/menu/site.php:86 |
| 19 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
| 18 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
| 17 | JMenuSite->__construct() | JROOT/libraries/cms/menu/menu.php:145 |
| 16 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:439 |
| 15 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |
| 14 | JApplicationSite->getMenu() | JROOT/libraries/cms/router/site.php:57 |
| 13 | JRouterSite->__construct() | JROOT/libraries/cms/router/router.php:197 |
| 12 | JRouter::getInstance() | JROOT/libraries/cms/application/cms.php:535 |
| 11 | JApplicationCms::getRouter() | JROOT/libraries/cms/application/site.php:407 |
| 10 | JApplicationSite::getRouter() | JROOT/plugins/system/languagefilter/languagefilter.php:130 |
| 9 | PlgSystemLanguageFilter->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 |
Время запроса: 2.52 ms После последнего запроса: 78.62 ms Память запроса: 0.018 MB Память до запроса: 14.104 MB
UPDATE `h6urg_extensions`
SET `params` = '{\"mediaversion\":\"8eb076eddfde4a19228dfc7c11af9300\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UPDATE `#__extensions`
SET `params` = '{\"mediaversion\":\"8eb076eddfde4a1922' at line 1 SQL=EXPLAIN EXTENDED UPDATE `#__extensions`
SET `params` = '{\"mediaversion\":\"8eb076eddfde4a19228dfc7c11af9300\"}'
WHERE `type` = 'library' AND `element` = 'joomla' |
| Status | Duration |
|---|
| starting | 0.15 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.06 ms |
| init | 0.02 ms |
| System lock | 0.20 ms |
| updating | 0.15 ms |
| end | 0.03 ms |
| query end | 0.02 ms |
| waiting for handler commit | 1.43 ms |
| closing tables | 0.12 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки | | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/library/helper.php:119 |
| 14 | JLibraryHelper::saveParams() | JROOT/libraries/cms/version/version.php:325 |
| 13 | JVersion->setMediaVersion() | JROOT/libraries/cms/version/version.php:284 |
| 12 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:755 |
| 11 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
| 10 | JFactory::getDocument() | JROOT/plugins/system/k2/k2.php:52 |
| 9 | plgSystemK2->onAfterRoute() | Так же, как вызов в строке ниже. |
| 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:1125 |
| 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 |
Время запроса: 3.94 ms После последнего запроса: 18.32 ms Память запроса: 0.023 MB Память до запроса: 15.282 MB Выбрано строк: 8
SHOW FULL COLUMNS
FROM `h6urg_assets`
EXPLAIN не доступен для запроса: SHOW FULL COLUMNS FROM `h6urg_assets`
| Status | Duration |
|---|
| starting | 0.20 ms |
| Executing hook on transaction | 0.03 ms |
| starting | 1.11 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.88 ms |
| init | 0.04 ms |
| System lock | 0.03 ms |
| optimizing | 0.05 ms |
| statistics | 0.18 ms |
| preparing | 0.09 ms |
| Creating tmp table | 0.13 ms |
| executing | 0.15 ms |
| checking permissions | 0.14 ms |
| checking permissions | 0.07 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.08 ms |
| end | 0.04 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.04 ms |
| closing tables | 0.07 ms |
| freeing items | 1.75 ms |
| cleaning up | 0.05 ms |
| # | Вызывающий объект | Файл и номер строки | | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
| 13 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
| 12 | JTable->__construct() | JROOT/libraries/joomla/table/asset.php:60 |
| 11 | JTableAsset->__construct() | JROOT/libraries/joomla/table/table.php:308 |
| 10 | JTable::getInstance() | JROOT/libraries/joomla/access/access.php:696 |
| 9 | JAccess::getExtensionNameFromAsset() | JROOT/libraries/joomla/access/access.php:555 |
| 8 | JAccess::getAssetRules() | JROOT/libraries/joomla/user/user.php:385 |
| 7 | JUser->authorise() | JROOT/components/com_k2/k2.php:16 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
Время запроса: 1.14 ms После последнего запроса: 1.55 ms Память запроса: 0.018 MB Память до запроса: 15.350 MB Выбрано строк: 1
SELECT *
FROM h6urg_assets
WHERE `id` = '1'
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT *
FROM #__assets
WHERE `id` = '1'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__assets
WHERE `id` = '1' |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.05 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.43 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.06 ms |
| preparing | 0.03 ms |
| executing | 0.03 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.53 ms |
| cleaning up | 0.03 ms |
| # | Вызывающий объект | Файл и номер строки | | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 11 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:719 |
| 10 | JTable->load() | JROOT/libraries/joomla/access/access.php:697 |
| 9 | JAccess::getExtensionNameFromAsset() | JROOT/libraries/joomla/access/access.php:555 |
| 8 | JAccess::getAssetRules() | JROOT/libraries/joomla/user/user.php:385 |
| 7 | JUser->authorise() | JROOT/components/com_k2/k2.php:16 |
| 6 | require_once JROOT/components/com_k2/k2.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.84 ms После последнего запроса: 0.38 ms Память запроса: 0.014 MB Память до запроса: 15.362 MB Выбрано строк: 1
SELECT a.rules
FROM h6urg_assets AS a
WHERE (a.id = 1 OR a.name = 'root.1')
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT a.rules
FROM #__assets AS a
WHERE (a.id = 1 OR a.name = 'root.1')' at line 1 SQL=EXPLAIN EXTENDED SELECT a.rules
FROM #__assets AS a
WHERE (a.id = 1 OR a.name = 'root.1') |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.05 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.08 ms |
| preparing | 0.04 ms |
| executing | 0.14 ms |
| end | 0.04 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.03 ms |
| closing tables | 0.02 ms |
| freeing items | 1.65 ms |
| cleaning up | 0.04 ms |
| # | Вызывающий объект | Файл и номер строки | | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
| 9 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:652 |
| 8 | JAccess::getAssetRules() | JROOT/libraries/joomla/user/user.php:385 |
| 7 | JUser->authorise() | JROOT/components/com_k2/k2.php:16 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
Время запроса: 1.00 ms После последнего запроса: 1.50 ms Память запроса: 0.017 MB Память до запроса: 15.413 MB Выбрано строк: 39
SELECT element
FROM h6urg_extensions
WHERE type = 'component'
AND enabled = '1'
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT element
FROM #__extensions
WHERE type = 'component' AND enabled = '1'' at line 1 SQL=EXPLAIN EXTENDED SELECT element
FROM #__extensions
WHERE type = 'component' AND enabled = '1' |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.07 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.04 ms |
| statistics | 0.12 ms |
| preparing | 0.05 ms |
| executing | 0.23 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.58 ms |
| cleaning up | 0.03 ms |
| # | Вызывающий объект | Файл и номер строки | | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
| 11 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:413 |
| 10 | JAccess::preloadComponents() | JROOT/libraries/joomla/access/access.php:213 |
| 9 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:168 |
| 8 | JAccess::check() | JROOT/libraries/joomla/user/user.php:394 |
| 7 | JUser->authorise() | JROOT/components/com_k2/k2.php:16 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
Время запроса: 1.47 ms После последнего запроса: 0.40 ms Память запроса: 0.018 MB Память до запроса: 15.437 MB Выбрано строк: 35
SELECT a.name, a.rules
FROM h6urg_assets AS a
WHERE (a.name IN ('com_admin','com_ajax','com_akeeba','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_contactus','com_content','com_contenthistory','com_cpanel','com_finder','com_installer','com_joomlaupdate','com_jshopping','com_k2','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_redirect','com_rsform','com_search','com_smfaq','com_tags','com_templates','com_users','com_weblinks','com_widgetkit','com_wrapper','com_xmap') OR a.name = 'root.1')
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT a.name, a.rules
FROM #__assets AS a
WHERE (a.name IN ('com_admin','com' at line 1 SQL=EXPLAIN EXTENDED SELECT a.name, a.rules
FROM #__assets AS a
WHERE (a.name IN ('com_admin','com_ajax','com_akeeba','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_contactus','com_content','com_contenthistory','com_cpanel','com_finder','com_installer','com_joomlaupdate','com_jshopping','com_k2','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_redirect','com_rsform','com_search','com_smfaq','com_tags','com_templates','com_users','com_weblinks','com_widgetkit','com_wrapper','com_xmap') OR a.name = 'root.1') |
| Status | Duration |
|---|
| starting | 0.12 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.09 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.18 ms |
| preparing | 0.04 ms |
| executing | 0.59 ms |
| end | 0.03 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 23.69 ms |
| cleaning up | 0.06 ms |
| # | Вызывающий объект | Файл и номер строки | | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1494 |
| 11 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:441 |
| 10 | JAccess::preloadComponents() | JROOT/libraries/joomla/access/access.php:213 |
| 9 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:168 |
| 8 | JAccess::check() | JROOT/libraries/joomla/user/user.php:394 |
| 7 | JUser->authorise() | JROOT/components/com_k2/k2.php:16 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
Время запроса: 3.25 ms После последнего запроса: 30.60 ms Память запроса: 0.021 MB Память до запроса: 17.136 MB Выбрано строк: 25
SELECT id
FROM h6urg_k2_categories
WHERE published=1
AND trash=0
AND access IN(1,1,5)
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT id FROM #__k2_categories WHERE published=1 AND trash=0 AND access IN(1' at line 1 SQL=EXPLAIN EXTENDED SELECT id FROM #__k2_categories WHERE published=1 AND trash=0 AND access IN(1,1,5) |
| Status | Duration |
|---|
| starting | 0.12 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 1.87 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.25 ms |
| preparing | 0.05 ms |
| executing | 0.52 ms |
| end | 0.03 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.58 ms |
| cleaning up | 0.04 ms |
| # | Вызывающий объект | Файл и номер строки | | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
| 14 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/helpers/permissions.php:261 |
| 13 | K2HelperPermissions::canAddItem() | JROOT/components/com_k2/views/item/view.html.php:36 |
| 12 | K2ViewItem->display() | JROOT/libraries/joomla/cache/controller/view.php:95 |
| 11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:660 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
Время запроса: 2.82 ms После последнего запроса: 0.43 ms Память запроса: 0.029 MB Память до запроса: 17.156 MB Выбрано строк: 1
SELECT *
FROM h6urg_k2_items
WHERE id=9
AND language IN ('ru-RU','*')
LIMIT 0, 1
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT * FROM #__k2_items WHERE id=9 AND language IN ('ru-RU','*') LIMIT 0, 1' at line 1 SQL=EXPLAIN EXTENDED SELECT * FROM #__k2_items WHERE id=9 AND language IN ('ru-RU','*') LIMIT 0, 1 |
| Status | Duration |
|---|
| starting | 0.11 ms |
| Executing hook on transaction | 0.03 ms |
| starting | 0.04 ms |
| checking permissions | 0.02 ms |
| Opening tables | 1.88 ms |
| init | 0.04 ms |
| System lock | 0.03 ms |
| optimizing | 0.06 ms |
| statistics | 0.12 ms |
| preparing | 0.04 ms |
| executing | 0.11 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.04 ms |
| freeing items | 2.15 ms |
| cleaning up | 0.04 ms |
| # | Вызывающий объект | Файл и номер строки | | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
| 14 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:36 |
| 13 | K2ModelItem->getData() | JROOT/components/com_k2/views/item/view.html.php:42 |
| 12 | K2ViewItem->display() | JROOT/libraries/joomla/cache/controller/view.php:95 |
| 11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:660 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
Время запроса: 3.31 ms После последнего запроса: 1.96 ms Память запроса: 0.029 MB Память до запроса: 17.286 MB Выбрано строк: 14
SHOW FULL COLUMNS
FROM `h6urg_k2_categories`
EXPLAIN не доступен для запроса: SHOW FULL COLUMNS FROM `h6urg_k2_categories`
| Status | Duration |
|---|
| starting | 0.10 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.08 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.91 ms |
| init | 0.04 ms |
| System lock | 0.02 ms |
| optimizing | 0.05 ms |
| statistics | 0.25 ms |
| preparing | 0.08 ms |
| Creating tmp table | 0.10 ms |
| executing | 0.15 ms |
| checking permissions | 0.14 ms |
| checking permissions | 0.07 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.07 ms |
| checking permissions | 0.09 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.09 ms |
| checking permissions | 0.09 ms |
| checking permissions | 0.07 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.08 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.04 ms |
| closing tables | 0.04 ms |
| freeing items | 0.73 ms |
| cleaning up | 0.05 ms |
| # | Вызывающий объект | Файл и номер строки | | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 18 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
| 17 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
| 16 | JTable->__construct() | JROOT/administrator/components/com_k2/tables/k2category.php:34 |
| 15 | TableK2Category->__construct() | JROOT/libraries/joomla/table/table.php:308 |
| 14 | JTable::getInstance() | JROOT/components/com_k2/models/item.php:74 |
| 13 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
| 12 | K2ViewItem->display() | JROOT/libraries/joomla/cache/controller/view.php:95 |
| 11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:660 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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.89 ms После последнего запроса: 0.55 ms Память запроса: 0.025 MB Память до запроса: 17.337 MB Выбрано строк: 1
SELECT *
FROM h6urg_k2_categories
WHERE id = '1'
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT * FROM #__k2_categories WHERE id = '1'' at line 1 SQL=EXPLAIN EXTENDED SELECT * FROM #__k2_categories WHERE id = '1' |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.06 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.07 ms |
| preparing | 0.03 ms |
| executing | 0.04 ms |
| end | 0.04 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.06 ms |
| freeing items | 3.88 ms |
| cleaning up | 0.04 ms |
| # | Вызывающий объект | Файл и номер строки | | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 15 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_k2/tables/k2category.php:65 |
| 14 | TableK2Category->load() | JROOT/components/com_k2/models/item.php:75 |
| 13 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
| 12 | K2ViewItem->display() | JROOT/libraries/joomla/cache/controller/view.php:95 |
| 11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:660 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
Время запроса: 1.16 ms После последнего запроса: 3.58 ms Память запроса: 0.025 MB Память до запроса: 17.447 MB Выбрано строк: 16
SELECT id, name, parent
FROM h6urg_k2_categories
WHERE published=1
AND trash=0
AND access IN(1,1,5)
AND language IN('ru-RU', '*')
ORDER BY parent
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT id, name, parent FROM #__k2_categories WHERE published=1 AND trash=0' at line 1 SQL=EXPLAIN EXTENDED SELECT id, name, parent FROM #__k2_categories WHERE published=1 AND trash=0 AND access IN(1,1,5) AND language IN('ru-RU', '*') ORDER BY parent |
| Status | Duration |
|---|
| starting | 0.12 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.06 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.20 ms |
| preparing | 0.06 ms |
| executing | 0.24 ms |
| end | 0.03 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 2.54 ms |
| cleaning up | 0.07 ms |
| # | Вызывающий объект | Файл и номер строки | | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/itemlist.php:1239 |
| 16 | K2ModelItemlist->getCategoriesTree() | JROOT/components/com_k2/helpers/route.php:321 |
| 15 | K2HelperRoute::_findItem() | JROOT/components/com_k2/helpers/route.php:58 |
| 14 | K2HelperRoute::getCategoryRoute() | JROOT/components/com_k2/models/item.php:78 |
| 13 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
| 12 | K2ViewItem->display() | JROOT/libraries/joomla/cache/controller/view.php:95 |
| 11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:660 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
Время запроса: 14.03 ms После последнего запроса: 3.57 ms Память запроса: 0.021 MB Память до запроса: 17.575 MB Выбрано строк: 1
SELECT COUNT(*)
FROM h6urg_k2_comments
WHERE itemID=9
AND published=1
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT COUNT(*) FROM #__k2_comments WHERE itemID=9 AND published=1' at line 1 SQL=EXPLAIN EXTENDED SELECT COUNT(*) FROM #__k2_comments WHERE itemID=9 AND published=1 |
| Status | Duration |
|---|
| starting | 0.10 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 12.78 ms |
| init | 0.06 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.25 ms |
| preparing | 0.07 ms |
| executing | 0.04 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.27 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.03 ms |
| # | Вызывающий объект | Файл и номер строки | | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1688 |
| 14 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:274 |
| 13 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
| 12 | K2ViewItem->display() | JROOT/libraries/joomla/cache/controller/view.php:95 |
| 11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:660 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
Время запроса: 2.45 ms После последнего запроса: 85.17 ms Память запроса: 0.037 MB Память до запроса: 20.445 MB Выбрано строк: 1
SELECT *
FROM h6urg_widgetkit
WHERE id = "20"
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT * FROM #__widgetkit WHERE id = "20"' at line 1 SQL=EXPLAIN EXTENDED SELECT * FROM #__widgetkit WHERE id = "20" |
| Status | Duration |
|---|
| starting | 0.21 ms |
| Executing hook on transaction | 0.03 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 1.52 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.10 ms |
| preparing | 0.03 ms |
| executing | 0.03 ms |
| end | 0.04 ms |
| query end | 0.02 ms |
| closing tables | 0.09 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки | | 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 28 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/Database.php:35 |
| 27 | YOOtheme\Framework\Joomla\Database->fetchAssoc() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Database/Database.php:88 |
| 26 | YOOtheme\Framework\Database\Database->fetchObject() | JROOT/administrator/components/com_widgetkit/src/Content/ContentProvider.php:44 |
| 25 | YOOtheme\Widgetkit\Content\ContentProvider->find() | JROOT/administrator/components/com_widgetkit/src/Content/ContentProvider.php:30 |
| 24 | YOOtheme\Widgetkit\Content\ContentProvider->get() | JROOT/administrator/components/com_widgetkit/src/Application.php:133 |
| 23 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
| 22 | plgContentWidgetkit->{closure}() | Так же, как вызов в строке ниже. |
| 21 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
| 20 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Так же, как вызов в строке ниже. |
| 19 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:35 |
| 18 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
| 17 | plgContentWidgetkit->onContentPrepare() | Так же, как вызов в строке ниже. |
| 16 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:714 |
| 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/item/view.html.php:54 |
| 12 | K2ViewItem->display() | JROOT/libraries/joomla/cache/controller/view.php:95 |
| 11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:660 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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.60 ms После последнего запроса: 6.60 ms Память запроса: 0.037 MB Память до запроса: 20.667 MB Выбрано строк: 1
SELECT *
FROM h6urg_widgetkit
WHERE id = "29"
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT * FROM #__widgetkit WHERE id = "29"' at line 1 SQL=EXPLAIN EXTENDED SELECT * FROM #__widgetkit WHERE id = "29" |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.03 ms |
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.09 ms |
| preparing | 0.03 ms |
| executing | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.06 ms |
| freeing items | 0.62 ms |
| cleaning up | 0.06 ms |
| # | Вызывающий объект | Файл и номер строки | | 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 28 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/Database.php:35 |
| 27 | YOOtheme\Framework\Joomla\Database->fetchAssoc() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Database/Database.php:88 |
| 26 | YOOtheme\Framework\Database\Database->fetchObject() | JROOT/administrator/components/com_widgetkit/src/Content/ContentProvider.php:44 |
| 25 | YOOtheme\Widgetkit\Content\ContentProvider->find() | JROOT/administrator/components/com_widgetkit/src/Content/ContentProvider.php:30 |
| 24 | YOOtheme\Widgetkit\Content\ContentProvider->get() | JROOT/administrator/components/com_widgetkit/src/Application.php:133 |
| 23 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
| 22 | plgContentWidgetkit->{closure}() | Так же, как вызов в строке ниже. |
| 21 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
| 20 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Так же, как вызов в строке ниже. |
| 19 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:35 |
| 18 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
| 17 | plgContentWidgetkit->onContentPrepare() | Так же, как вызов в строке ниже. |
| 16 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
| 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
| 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:714 |
| 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/item/view.html.php:54 |
| 12 | K2ViewItem->display() | JROOT/libraries/joomla/cache/controller/view.php:95 |
| 11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:660 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
Время запроса: 3.35 ms После последнего запроса: 5.60 ms Память запроса: 0.031 MB Память до запроса: 20.796 MB Выбрано строк: 36
SHOW FULL COLUMNS
FROM `h6urg_k2_items`
EXPLAIN не доступен для запроса: SHOW FULL COLUMNS FROM `h6urg_k2_items`
| Status | Duration |
|---|
| starting | 0.10 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.08 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.66 ms |
| init | 0.03 ms |
| System lock | 0.04 ms |
| optimizing | 0.04 ms |
| statistics | 0.13 ms |
| preparing | 0.05 ms |
| Creating tmp table | 0.07 ms |
| executing | 0.12 ms |
| checking permissions | 0.11 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.11 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.08 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.03 ms |
| closing tables | 0.05 ms |
| freeing items | 0.65 ms |
| cleaning up | 0.04 ms |
| # | Вызывающий объект | Файл и номер строки | | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 18 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
| 17 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
| 16 | JTable->__construct() | JROOT/administrator/components/com_k2/tables/k2item.php:56 |
| 15 | TableK2Item->__construct() | JROOT/libraries/joomla/table/table.php:308 |
| 14 | JTable::getInstance() | JROOT/components/com_k2/models/item.php:895 |
| 13 | K2ModelItem->hit() | JROOT/components/com_k2/views/item/view.html.php:135 |
| 12 | K2ViewItem->display() | JROOT/libraries/joomla/cache/controller/view.php:95 |
| 11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:660 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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.75 ms После последнего запроса: 0.49 ms Память запроса: 0.019 MB Память до запроса: 20.892 MB
UPDATE h6urg_k2_items
SET `hits` = (`hits` + 1)
WHERE `id` = '9'
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UPDATE #__k2_items
SET `hits` = (`hits` + 1)
WHERE `id` = '9'' at line 1 SQL=EXPLAIN EXTENDED UPDATE #__k2_items
SET `hits` = (`hits` + 1)
WHERE `id` = '9' |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| init | 0.02 ms |
| System lock | 0.07 ms |
| updating | 0.18 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.11 ms |
| closing tables | 0.03 ms |
| freeing items | 6.53 ms |
| cleaning up | 0.03 ms |
| # | Вызывающий объект | Файл и номер строки | | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/table/table.php:1228 |
| 14 | JTable->hit() | JROOT/components/com_k2/models/item.php:896 |
| 13 | K2ModelItem->hit() | JROOT/components/com_k2/views/item/view.html.php:135 |
| 12 | K2ViewItem->display() | JROOT/libraries/joomla/cache/controller/view.php:95 |
| 11 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:660 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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.99 ms После последнего запроса: 8.52 ms Память запроса: 0.015 MB Память до запроса: 21.186 MB Выбрано строк: 3
SELECT language,id
FROM `h6urg_menu`
WHERE home = 1
AND published = 1
AND client_id = 0
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT language,id
FROM `#__menu`
WHERE home = 1 AND published = 1 AND client' at line 1 SQL=EXPLAIN EXTENDED SELECT language,id
FROM `#__menu`
WHERE home = 1 AND published = 1 AND client_id = 0 |
| Status | Duration |
|---|
| starting | 0.12 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.06 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.12 ms |
| preparing | 0.04 ms |
| executing | 0.40 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 1.25 ms |
| cleaning up | 0.03 ms |
| # | Вызывающий объект | Файл и номер строки | | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/language/multilang.php:121 |
| 9 | JLanguageMultilang::getSiteHomePages() | JROOT/plugins/system/languagefilter/languagefilter.php:697 |
| 8 | PlgSystemLanguageFilter->onAfterDispatch() | Так же, как вызов в строке ниже. |
| 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/site.php:196 |
| 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 |
Время запроса: 2.33 ms После последнего запроса: 1.27 ms Память запроса: 0.016 MB Память до запроса: 21.269 MB Выбрано строк: 2
SELECT `c2`.`language`,`c2`.`id`
FROM `h6urg_menu` AS `c`
INNER JOIN `h6urg_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `h6urg_associations` AS `a2`
ON a.key = a2.key
INNER JOIN `h6urg_menu` AS `c2`
ON a2.id = c2.`id`
WHERE c.id = 441
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `c2`.`language`,`c2`.`id`
FROM `#__menu` AS `c`
INNER JOIN `#__asso' at line 1 SQL=EXPLAIN EXTENDED SELECT `c2`.`language`,`c2`.`id`
FROM `#__menu` AS `c`
INNER JOIN `#__associations` AS `a` ON a.id = c.`id` AND a.context='com_menus.item'
INNER JOIN `#__associations` AS `a2` ON a.key = a2.key
INNER JOIN `#__menu` AS `c2` ON a2.id = c2.`id`
WHERE c.id = 441 |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 1.64 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.19 ms |
| preparing | 0.04 ms |
| executing | 0.05 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.03 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки | | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/language/associations.php:101 |
| 10 | JLanguageAssociations::getAssociations() | JROOT/administrator/components/com_menus/helpers/menus.php:284 |
| 9 | MenusHelper::getAssociations() | JROOT/plugins/system/languagefilter/languagefilter.php:714 |
| 8 | PlgSystemLanguageFilter->onAfterDispatch() | Так же, как вызов в строке ниже. |
| 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/site.php:196 |
| 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 |
Время запроса: 19.04 ms После последнего запроса: 3255.67 ms Память запроса: 0.030 MB Память до запроса: 21.506 MB Выбрано строк: 146
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM h6urg_modules AS m
LEFT JOIN h6urg_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN h6urg_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-09-07 16:13:49')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-07 16:13:49')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 441 OR mm.menuid <= 0)
AND m.language IN ('ru-RU','*')
ORDER BY m.position, m.ordering
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm' at line 1 SQL=EXPLAIN EXTENDED SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM #__modules AS m
LEFT JOIN #__modules_menu AS mm ON mm.moduleid = m.id
LEFT JOIN #__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-09-07 16:13:49') AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-07 16:13:49') AND m.access IN (1,1,5) AND m.client_id = 0 AND (mm.menuid = 441 OR mm.menuid <= 0) AND m.language IN ('ru-RU','*')
ORDER BY m.position, m.ordering |
| Status | Duration |
|---|
| starting | 0.54 ms |
| Executing hook on transaction | 0.03 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 4.41 ms |
| init | 0.08 ms |
| System lock | 0.04 ms |
| optimizing | 0.11 ms |
| statistics | 0.32 ms |
| preparing | 0.09 ms |
| Creating tmp table | 0.11 ms |
| executing | 12.58 ms |
| end | 0.06 ms |
| query end | 0.05 ms |
| waiting for handler commit | 0.07 ms |
| closing tables | 0.12 ms |
| freeing items | 8.13 ms |
| cleaning up | 0.07 ms |
| # | Вызывающий объект | Файл и номер строки | | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 13 | JDatabaseDriver->loadObjectList() | Так же, как вызов в строке ниже. |
| 12 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:152 |
| 11 | JCacheControllerCallback->get() | JROOT/libraries/cms/module/helper.php:425 |
| 10 | JModuleHelper::getModuleList() | JROOT/libraries/cms/module/helper.php:361 |
| 9 | JModuleHelper::load() | JROOT/libraries/cms/module/helper.php:84 |
| 8 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/renderer/html/modules.php:40 |
| 7 | JDocumentRendererHtmlModules->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 |
Время запроса: 1.67 ms После последнего запроса: 13.88 ms Память запроса: 0.018 MB Память до запроса: 22.133 MB Выбрано строк: 1
SELECT params
FROM h6urg_modules
WHERE id=388
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT params
FROM #__modules
WHERE id=388' at line 1 SQL=EXPLAIN EXTENDED SELECT params
FROM #__modules
WHERE id=388 |
| Status | Duration |
|---|
| starting | 0.69 ms |
| Executing hook on transaction | 0.05 ms |
| starting | 0.04 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.09 ms |
| init | 0.04 ms |
| System lock | 0.03 ms |
| optimizing | 0.04 ms |
| statistics | 0.11 ms |
| preparing | 0.06 ms |
| executing | 0.05 ms |
| end | 0.03 ms |
| query end | 0.03 ms |
| waiting for handler commit | 0.04 ms |
| closing tables | 0.06 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.06 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 12 | JDatabaseDriver->loadAssoc() | JROOT/modules/mod_contactus/helper.php:31 |
| 11 | ModContactusHelper::getFields() | JROOT/modules/mod_contactus/mod_contactus.php:15 |
| 10 | include JROOT/modules/mod_contactus/mod_contactus.php | JROOT/libraries/cms/module/helper.php:199 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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 |
Время запроса: 1.22 ms После последнего запроса: 5.75 ms Память запроса: 0.018 MB Память до запроса: 22.203 MB Выбрано строк: 1
SELECT params
FROM h6urg_modules
WHERE id=311
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT params
FROM #__modules
WHERE id=311' at line 1 SQL=EXPLAIN EXTENDED SELECT params
FROM #__modules
WHERE id=311 |
| Status | Duration |
|---|
| starting | 0.17 ms |
| Executing hook on transaction | 0.09 ms |
| starting | 0.03 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.07 ms |
| init | 0.03 ms |
| System lock | 0.03 ms |
| optimizing | 0.04 ms |
| statistics | 0.10 ms |
| preparing | 0.17 ms |
| executing | 0.05 ms |
| end | 0.03 ms |
| query end | 0.03 ms |
| waiting for handler commit | 0.03 ms |
| closing tables | 0.05 ms |
| freeing items | 0.70 ms |
| cleaning up | 0.03 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 12 | JDatabaseDriver->loadAssoc() | JROOT/modules/mod_contactus/helper.php:31 |
| 11 | ModContactusHelper::getFields() | JROOT/modules/mod_contactus/mod_contactus.php:15 |
| 10 | include JROOT/modules/mod_contactus/mod_contactus.php | JROOT/libraries/cms/module/helper.php:199 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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.84 ms После последнего запроса: 3.27 ms Память запроса: 0.018 MB Память до запроса: 22.230 MB Выбрано строк: 1
SELECT params
FROM h6urg_modules
WHERE id=312
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT params
FROM #__modules
WHERE id=312' at line 1 SQL=EXPLAIN EXTENDED SELECT params
FROM #__modules
WHERE id=312 |
| Status | Duration |
|---|
| starting | 0.10 ms |
| Executing hook on transaction | 0.03 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.06 ms |
| init | 0.03 ms |
| System lock | 0.03 ms |
| optimizing | 0.03 ms |
| statistics | 0.08 ms |
| preparing | 0.05 ms |
| executing | 0.04 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.03 ms |
| closing tables | 0.04 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 12 | JDatabaseDriver->loadAssoc() | JROOT/modules/mod_contactus/helper.php:31 |
| 11 | ModContactusHelper::getFields() | JROOT/modules/mod_contactus/mod_contactus.php:15 |
| 10 | include JROOT/modules/mod_contactus/mod_contactus.php | JROOT/libraries/cms/module/helper.php:199 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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 |
Время запроса: 1.13 ms После последнего запроса: 2.67 ms Память запроса: 0.018 MB Память до запроса: 22.253 MB Выбрано строк: 1
SELECT params
FROM h6urg_modules
WHERE id=396
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT params
FROM #__modules
WHERE id=396' at line 1 SQL=EXPLAIN EXTENDED SELECT params
FROM #__modules
WHERE id=396 |
| Status | Duration |
|---|
| starting | 0.21 ms |
| Executing hook on transaction | 0.04 ms |
| starting | 0.03 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.07 ms |
| init | 0.04 ms |
| System lock | 0.04 ms |
| optimizing | 0.04 ms |
| statistics | 0.11 ms |
| preparing | 0.05 ms |
| executing | 0.04 ms |
| end | 0.03 ms |
| query end | 0.03 ms |
| waiting for handler commit | 0.03 ms |
| closing tables | 0.05 ms |
| freeing items | 1.05 ms |
| cleaning up | 0.03 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 12 | JDatabaseDriver->loadAssoc() | JROOT/modules/mod_contactus/helper.php:31 |
| 11 | ModContactusHelper::getFields() | JROOT/modules/mod_contactus/mod_contactus.php:15 |
| 10 | include JROOT/modules/mod_contactus/mod_contactus.php | JROOT/libraries/cms/module/helper.php:199 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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 |
Время запроса: 28.38 ms После последнего запроса: 25.39 ms Память запроса: 0.050 MB Память до запроса: 22.400 MB Выбрано строк: 140
SHOW FULL COLUMNS
FROM `h6urg_jshopping_config`
EXPLAIN не доступен для запроса: SHOW FULL COLUMNS FROM `h6urg_jshopping_config`
| Status | Duration |
|---|
| checking permissions | 0.11 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.08 ms |
| checking permissions | 0.09 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.11 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.07 ms |
| checking permissions | 0.11 ms |
| checking permissions | 0.10 ms |
| checking permissions | 0.11 ms |
| checking permissions | 0.09 ms |
| checking permissions | 0.12 ms |
| checking permissions | 0.10 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.11 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.10 ms |
| checking permissions | 0.13 ms |
| checking permissions | 0.07 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.07 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.08 ms |
| checking permissions | 3.21 ms |
| checking permissions | 0.10 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.08 ms |
| checking permissions | 0.09 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.10 ms |
| checking permissions | 0.11 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.08 ms |
| checking permissions | 0.08 ms |
| checking permissions | 0.11 ms |
| checking permissions | 0.07 ms |
| checking permissions | 0.10 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.38 ms |
| end | 0.05 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.05 ms |
| closing tables | 0.12 ms |
| freeing items | 0.16 ms |
| cleaning up | 0.03 ms |
| # | Вызывающий объект | Файл и номер строки | | 31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 30 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 29 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
| 28 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
| 27 | JTable->__construct() | JROOT/components/com_jshopping/tables/config.php:15 |
| 26 | jshopConfig->__construct() | JROOT/components/com_jshopping/lib/factory.php:28 |
| 25 | JSFactory::getConfig() | JROOT/components/com_jshopping/lib/factory.php:222 |
| 24 | JSFactory::reloadConfigFieldTLF() | JROOT/components/com_jshopping/lib/factory.php:245 |
| 23 | JSFactory::loadLanguageFile() | JROOT/components/com_jshopping/lib/functions.php:1540 |
| 22 | initLoadJoomshoppingLanguageFile() | JROOT/components/com_jshopping/router.php:15 |
| 21 | jshoppingBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
| 20 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:496 |
| 19 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:465 |
| 18 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:281 |
| 17 | JRouter->build() | JROOT/libraries/cms/router/site.php:147 |
| 16 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 15 | JRoute::_() | JROOT/modules/mod_menu/helper.php:118 |
| 14 | ModMenuHelper::getList() | JROOT/modules/mod_menu/mod_menu.php:15 |
| 13 | include JROOT/modules/mod_menu/mod_menu.php | JROOT/libraries/cms/module/helper.php:199 |
| 12 | JModuleHelper::renderModule() | Так же, как вызов в строке ниже. |
| 11 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:152 |
| 10 | JCacheControllerCallback->get() | JROOT/libraries/cms/module/helper.php:614 |
| 9 | JModuleHelper::moduleCache() | JROOT/libraries/joomla/document/renderer/html/module.php:90 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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 |
Время запроса: 5.22 ms После последнего запроса: 4.69 ms Память запроса: 0.073 MB Память до запроса: 22.870 MB Выбрано строк: 1
SELECT *
FROM h6urg_jshopping_config
WHERE `id` = '1'
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT *
FROM #__jshopping_config
WHERE `id` = '1'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__jshopping_config
WHERE `id` = '1' |
| Status | Duration |
|---|
| starting | 0.15 ms |
| Executing hook on transaction | 0.03 ms |
| starting | 0.06 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.52 ms |
| init | 0.03 ms |
| System lock | 0.03 ms |
| optimizing | 0.04 ms |
| statistics | 0.08 ms |
| preparing | 0.04 ms |
| executing | 0.27 ms |
| end | 0.03 ms |
| query end | 0.07 ms |
| closing tables | 0.03 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.03 ms |
| # | Вызывающий объект | Файл и номер строки | | 28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 27 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:719 |
| 26 | JTable->load() | JROOT/components/com_jshopping/lib/factory.php:32 |
| 25 | JSFactory::getConfig() | JROOT/components/com_jshopping/lib/factory.php:222 |
| 24 | JSFactory::reloadConfigFieldTLF() | JROOT/components/com_jshopping/lib/factory.php:245 |
| 23 | JSFactory::loadLanguageFile() | JROOT/components/com_jshopping/lib/functions.php:1540 |
| 22 | initLoadJoomshoppingLanguageFile() | JROOT/components/com_jshopping/router.php:15 |
| 21 | jshoppingBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
| 20 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:496 |
| 19 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:465 |
| 18 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:281 |
| 17 | JRouter->build() | JROOT/libraries/cms/router/site.php:147 |
| 16 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 15 | JRoute::_() | JROOT/modules/mod_menu/helper.php:118 |
| 14 | ModMenuHelper::getList() | JROOT/modules/mod_menu/mod_menu.php:15 |
| 13 | include JROOT/modules/mod_menu/mod_menu.php | JROOT/libraries/cms/module/helper.php:199 |
| 12 | JModuleHelper::renderModule() | Так же, как вызов в строке ниже. |
| 11 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:152 |
| 10 | JCacheControllerCallback->get() | JROOT/libraries/cms/module/helper.php:614 |
| 9 | JModuleHelper::moduleCache() | JROOT/libraries/joomla/document/renderer/html/module.php:90 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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 |
Время запроса: 4.34 ms После последнего запроса: 2.31 ms Память запроса: 0.045 MB Память до запроса: 22.897 MB Выбрано строк: 8
SHOW FULL COLUMNS
FROM `h6urg_jshopping_currencies`
EXPLAIN не доступен для запроса: SHOW FULL COLUMNS FROM `h6urg_jshopping_currencies`
| Status | Duration |
|---|
| starting | 0.15 ms |
| Executing hook on transaction | 0.03 ms |
| starting | 1.05 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.02 ms |
| Opening tables | 1.01 ms |
| init | 0.04 ms |
| System lock | 0.03 ms |
| optimizing | 0.06 ms |
| statistics | 0.28 ms |
| preparing | 0.11 ms |
| Creating tmp table | 0.14 ms |
| executing | 0.19 ms |
| checking permissions | 0.14 ms |
| checking permissions | 0.08 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.14 ms |
| end | 0.03 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.04 ms |
| closing tables | 0.13 ms |
| freeing items | 0.68 ms |
| cleaning up | 0.06 ms |
| # | Вызывающий объект | Файл и номер строки | | 35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 34 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 33 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
| 32 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
| 31 | JTable->__construct() | JROOT/components/com_jshopping/tables/currency.php:22 |
| 30 | jshopCurrency->__construct() | JROOT/libraries/joomla/table/table.php:308 |
| 29 | JTable::getInstance() | JROOT/components/com_jshopping/lib/factory.php:679 |
| 28 | JSFactory::getTable() | JROOT/components/com_jshopping/lib/factory.php:627 |
| 27 | JSFactory::getAllCurrency() | JROOT/components/com_jshopping/tables/config.php:54 |
| 26 | jshopConfig->loadCurrencyValue() | JROOT/components/com_jshopping/lib/factory.php:34 |
| 25 | JSFactory::getConfig() | JROOT/components/com_jshopping/lib/factory.php:222 |
| 24 | JSFactory::reloadConfigFieldTLF() | JROOT/components/com_jshopping/lib/factory.php:245 |
| 23 | JSFactory::loadLanguageFile() | JROOT/components/com_jshopping/lib/functions.php:1540 |
| 22 | initLoadJoomshoppingLanguageFile() | JROOT/components/com_jshopping/router.php:15 |
| 21 | jshoppingBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
| 20 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:496 |
| 19 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:465 |
| 18 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:281 |
| 17 | JRouter->build() | JROOT/libraries/cms/router/site.php:147 |
| 16 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 15 | JRoute::_() | JROOT/modules/mod_menu/helper.php:118 |
| 14 | ModMenuHelper::getList() | JROOT/modules/mod_menu/mod_menu.php:15 |
| 13 | include JROOT/modules/mod_menu/mod_menu.php | JROOT/libraries/cms/module/helper.php:199 |
| 12 | JModuleHelper::renderModule() | Так же, как вызов в строке ниже. |
| 11 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:152 |
| 10 | JCacheControllerCallback->get() | JROOT/libraries/cms/module/helper.php:614 |
| 9 | JModuleHelper::moduleCache() | JROOT/libraries/joomla/document/renderer/html/module.php:90 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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 |
Время запроса: 1.15 ms После последнего запроса: 0.44 ms Память запроса: 0.038 MB Память до запроса: 22.955 MB Выбрано строк: 2
SELECT currency_id, currency_name, currency_code, currency_code_iso, currency_value
FROM `h6urg_jshopping_currencies`
WHERE currency_publish = '1'
ORDER BY currency_ordering
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT currency_id, currency_name, currency_code, currency_code_iso, currency_va' at line 1 SQL=EXPLAIN EXTENDED SELECT currency_id, currency_name, currency_code, currency_code_iso, currency_value FROM `#__jshopping_currencies` WHERE currency_publish = '1' ORDER BY currency_ordering |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Executing hook on transaction | 0.05 ms |
| starting | 0.03 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.33 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.08 ms |
| preparing | 0.05 ms |
| executing | 0.08 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.72 ms |
| cleaning up | 0.06 ms |
| # | Вызывающий объект | Файл и номер строки | | 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 29 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/tables/currency.php:30 |
| 28 | jshopCurrency->getAllCurrencies() | JROOT/components/com_jshopping/lib/factory.php:628 |
| 27 | JSFactory::getAllCurrency() | JROOT/components/com_jshopping/tables/config.php:54 |
| 26 | jshopConfig->loadCurrencyValue() | JROOT/components/com_jshopping/lib/factory.php:34 |
| 25 | JSFactory::getConfig() | JROOT/components/com_jshopping/lib/factory.php:222 |
| 24 | JSFactory::reloadConfigFieldTLF() | JROOT/components/com_jshopping/lib/factory.php:245 |
| 23 | JSFactory::loadLanguageFile() | JROOT/components/com_jshopping/lib/functions.php:1540 |
| 22 | initLoadJoomshoppingLanguageFile() | JROOT/components/com_jshopping/router.php:15 |
| 21 | jshoppingBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
| 20 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:496 |
| 19 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:465 |
| 18 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:281 |
| 17 | JRouter->build() | JROOT/libraries/cms/router/site.php:147 |
| 16 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 15 | JRoute::_() | JROOT/modules/mod_menu/helper.php:118 |
| 14 | ModMenuHelper::getList() | JROOT/modules/mod_menu/mod_menu.php:15 |
| 13 | include JROOT/modules/mod_menu/mod_menu.php | JROOT/libraries/cms/module/helper.php:199 |
| 12 | JModuleHelper::renderModule() | Так же, как вызов в строке ниже. |
| 11 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:152 |
| 10 | JCacheControllerCallback->get() | JROOT/libraries/cms/module/helper.php:614 |
| 9 | JModuleHelper::moduleCache() | JROOT/libraries/joomla/document/renderer/html/module.php:90 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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 |
Время запроса: 2.23 ms После последнего запроса: 0.55 ms Память запроса: 0.034 MB Память до запроса: 22.950 MB Выбрано строк: 51
select id,link
from h6urg_menu
where `type`='component'
and published=1
and link like '%option=com_jshopping%'
and client_id=0
and (language='*' or language='ru-RU')
and access IN (1,1,5)
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'select id,link from #__menu where `type`='component' and published=1 and link' at line 1 SQL=EXPLAIN EXTENDED select id,link from #__menu where `type`='component' and published=1 and link like '%option=com_jshopping%' and client_id=0 and (language='*' or language='ru-RU') and access IN (1,1,5) |
| Status | Duration |
|---|
| starting | 0.11 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.10 ms |
| init | 0.03 ms |
| System lock | 0.03 ms |
| optimizing | 0.05 ms |
| statistics | 0.22 ms |
| preparing | 0.06 ms |
| executing | 1.18 ms |
| end | 0.03 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.03 ms |
| freeing items | 1.34 ms |
| cleaning up | 0.04 ms |
| # | Вызывающий объект | Файл и номер строки | | 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jshopping/lib/shop_item_menu.php:130 |
| 24 | shopItemMenu->getList() | JROOT/components/com_jshopping/lib/shop_item_menu.php:41 |
| 23 | shopItemMenu->init() | JROOT/components/com_jshopping/lib/shop_item_menu.php:35 |
| 22 | shopItemMenu::getInstance() | JROOT/components/com_jshopping/router.php:16 |
| 21 | jshoppingBuildRoute() | JROOT/libraries/cms/component/router/legacy.php:68 |
| 20 | JComponentRouterLegacy->build() | JROOT/libraries/cms/router/site.php:496 |
| 19 | JRouterSite->buildSefRoute() | JROOT/libraries/cms/router/site.php:465 |
| 18 | JRouterSite->_buildSefRoute() | JROOT/libraries/cms/router/router.php:281 |
| 17 | JRouter->build() | JROOT/libraries/cms/router/site.php:147 |
| 16 | JRouterSite->build() | JROOT/libraries/joomla/application/route.php:62 |
| 15 | JRoute::_() | JROOT/modules/mod_menu/helper.php:118 |
| 14 | ModMenuHelper::getList() | JROOT/modules/mod_menu/mod_menu.php:15 |
| 13 | include JROOT/modules/mod_menu/mod_menu.php | JROOT/libraries/cms/module/helper.php:199 |
| 12 | JModuleHelper::renderModule() | Так же, как вызов в строке ниже. |
| 11 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:152 |
| 10 | JCacheControllerCallback->get() | JROOT/libraries/cms/module/helper.php:614 |
| 9 | JModuleHelper::moduleCache() | JROOT/libraries/joomla/document/renderer/html/module.php:90 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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.94 ms После последнего запроса: 25.94 ms Память запроса: 0.018 MB Память до запроса: 23.194 MB Выбрано строк: 1
SELECT params
FROM h6urg_modules
WHERE id=315
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT params
FROM #__modules
WHERE id=315' at line 1 SQL=EXPLAIN EXTENDED SELECT params
FROM #__modules
WHERE id=315 |
| Status | Duration |
|---|
| starting | 0.18 ms |
| Executing hook on transaction | 0.03 ms |
| starting | 0.03 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.08 ms |
| init | 0.03 ms |
| System lock | 0.03 ms |
| optimizing | 0.05 ms |
| statistics | 0.08 ms |
| preparing | 0.03 ms |
| executing | 0.03 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.04 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 12 | JDatabaseDriver->loadAssoc() | JROOT/modules/mod_contactus/helper.php:31 |
| 11 | ModContactusHelper::getFields() | JROOT/modules/mod_contactus/mod_contactus.php:15 |
| 10 | include JROOT/modules/mod_contactus/mod_contactus.php | JROOT/libraries/cms/module/helper.php:199 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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.83 ms После последнего запроса: 2.79 ms Память запроса: 0.018 MB Память до запроса: 23.224 MB Выбрано строк: 1
SELECT params
FROM h6urg_modules
WHERE id=314
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT params
FROM #__modules
WHERE id=314' at line 1 SQL=EXPLAIN EXTENDED SELECT params
FROM #__modules
WHERE id=314 |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Executing hook on transaction | 0.03 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.05 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.07 ms |
| preparing | 0.04 ms |
| executing | 0.04 ms |
| end | 0.03 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.04 ms |
| closing tables | 0.03 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 12 | JDatabaseDriver->loadAssoc() | JROOT/modules/mod_contactus/helper.php:31 |
| 11 | ModContactusHelper::getFields() | JROOT/modules/mod_contactus/mod_contactus.php:15 |
| 10 | include JROOT/modules/mod_contactus/mod_contactus.php | JROOT/libraries/cms/module/helper.php:199 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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.81 ms После последнего запроса: 3.17 ms Память запроса: 0.018 MB Память до запроса: 23.260 MB Выбрано строк: 1
SELECT params
FROM h6urg_modules
WHERE id=309
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT params
FROM #__modules
WHERE id=309' at line 1 SQL=EXPLAIN EXTENDED SELECT params
FROM #__modules
WHERE id=309 |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.05 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.07 ms |
| preparing | 0.04 ms |
| executing | 0.04 ms |
| end | 0.03 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.03 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.04 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 12 | JDatabaseDriver->loadAssoc() | JROOT/modules/mod_contactus/helper.php:31 |
| 11 | ModContactusHelper::getFields() | JROOT/modules/mod_contactus/mod_contactus.php:15 |
| 10 | include JROOT/modules/mod_contactus/mod_contactus.php | JROOT/libraries/cms/module/helper.php:199 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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.82 ms После последнего запроса: 3.22 ms Память запроса: 0.018 MB Память до запроса: 23.289 MB Выбрано строк: 1
SELECT params
FROM h6urg_modules
WHERE id=310
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT params
FROM #__modules
WHERE id=310' at line 1 SQL=EXPLAIN EXTENDED SELECT params
FROM #__modules
WHERE id=310 |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.05 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.08 ms |
| preparing | 0.05 ms |
| executing | 0.03 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.03 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 12 | JDatabaseDriver->loadAssoc() | JROOT/modules/mod_contactus/helper.php:31 |
| 11 | ModContactusHelper::getFields() | JROOT/modules/mod_contactus/mod_contactus.php:15 |
| 10 | include JROOT/modules/mod_contactus/mod_contactus.php | JROOT/libraries/cms/module/helper.php:199 |
| 9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
| 8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
| 7 | JDocumentRendererHtmlModules->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 |
Время запроса: 12.96 ms После последнего запроса: 108.07 ms Память запроса: 0.021 MB Память до запроса: 24.045 MB Выбрано строк: 18
SHOW FULL COLUMNS
FROM `h6urg_modules`
EXPLAIN не доступен для запроса: SHOW FULL COLUMNS FROM `h6urg_modules`
| Status | Duration |
|---|
| starting | 0.36 ms |
| Executing hook on transaction | 0.03 ms |
| starting | 0.13 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.02 ms |
| Opening tables | 1.53 ms |
| init | 0.06 ms |
| System lock | 0.04 ms |
| optimizing | 0.09 ms |
| statistics | 0.32 ms |
| preparing | 0.15 ms |
| Creating tmp table | 0.22 ms |
| executing | 0.33 ms |
| checking permissions | 0.28 ms |
| checking permissions | 0.23 ms |
| checking permissions | 0.15 ms |
| checking permissions | 0.14 ms |
| checking permissions | 0.14 ms |
| checking permissions | 0.12 ms |
| checking permissions | 0.12 ms |
| checking permissions | 0.14 ms |
| checking permissions | 5.90 ms |
| checking permissions | 0.19 ms |
| checking permissions | 0.20 ms |
| checking permissions | 0.18 ms |
| checking permissions | 0.14 ms |
| checking permissions | 0.14 ms |
| checking permissions | 0.13 ms |
| checking permissions | 0.13 ms |
| checking permissions | 0.21 ms |
| checking permissions | 0.15 ms |
| checking permissions | 0.08 ms |
| checking permissions | 0.20 ms |
| end | 0.05 ms |
| query end | 0.03 ms |
| waiting for handler commit | 0.07 ms |
| closing tables | 0.09 ms |
| freeing items | 1.78 ms |
| cleaning up | 0.07 ms |
| # | Вызывающий объект | Файл и номер строки | | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 12 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
| 11 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
| 10 | JTable->__construct() | JROOT/libraries/legacy/table/module.php:30 |
| 9 | JTableModule->__construct() | JROOT/plugins/system/cityselector/cityselector.php:41 |
| 8 | plgSystemCityselector->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 |
Время запроса: 1.38 ms После последнего запроса: 1.33 ms Память запроса: 0.019 MB Память до запроса: 24.107 MB Выбрано строк: 1
SELECT *
FROM h6urg_modules
WHERE `module` = 'mod_city_selector'
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT *
FROM #__modules
WHERE `module` = 'mod_city_selector'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__modules
WHERE `module` = 'mod_city_selector' |
| Status | Duration |
|---|
| starting | 0.11 ms |
| Executing hook on transaction | 0.03 ms |
| starting | 0.03 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.12 ms |
| init | 0.08 ms |
| System lock | 0.04 ms |
| optimizing | 0.04 ms |
| statistics | 0.15 ms |
| preparing | 0.07 ms |
| executing | 0.16 ms |
| end | 0.05 ms |
| query end | 0.03 ms |
| waiting for handler commit | 0.03 ms |
| closing tables | 0.05 ms |
| freeing items | 6.41 ms |
| cleaning up | 0.06 ms |
| # | Вызывающий объект | Файл и номер строки | | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 10 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:719 |
| 9 | JTable->load() | JROOT/plugins/system/cityselector/cityselector.php:42 |
| 8 | plgSystemCityselector->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 |
Время запроса: 5.19 ms После последнего запроса: 2.71 ms Память запроса: 0.012 MB Память до запроса: 24.029 MB
LOCK TABLES `h6urg_extensions` WRITE
EXPLAIN не доступен для запроса: LOCK TABLES `h6urg_extensions` WRITE
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.04 ms |
| starting | 0.05 ms |
| checking permissions | 0.03 ms |
| Opening tables | 1.06 ms |
| System lock | 0.08 ms |
| query end | 0.03 ms |
| waiting for handler commit | 0.03 ms |
| closing tables | 0.03 ms |
| freeing items | 0.55 ms |
| cleaning up | 0.05 ms |
| # | Вызывающий объект | Файл и номер строки | | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver/mysqli.php:543 |
| 9 | JDatabaseDriverMysqli->lockTable() | JROOT/plugins/system/updatenotification/updatenotification.php:79 |
| 8 | PlgSystemUpdatenotification->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 |
Время запроса: 5.34 ms После последнего запроса: 0.38 ms Память запроса: 0.011 MB Память до запроса: 24.042 MB
UPDATE `h6urg_extensions`
SET `params` = '{\"lastrun\":1788797632}'
WHERE `type` = 'plugin'
AND `folder` = 'system'
AND `element` = 'updatenotification'
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UPDATE `#__extensions`
SET `params` = '{\"lastrun\":1788797632}'
WHERE `type`' at line 1 SQL=EXPLAIN EXTENDED UPDATE `#__extensions`
SET `params` = '{\"lastrun\":1788797632}'
WHERE `type` = 'plugin' AND `folder` = 'system' AND `element` = 'updatenotification' |
| Status | Duration |
|---|
| starting | 0.12 ms |
| Executing hook on transaction | 0.04 ms |
| starting | 0.03 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.07 ms |
| init | 0.30 ms |
| updating | 0.28 ms |
| end | 0.05 ms |
| query end | 0.03 ms |
| waiting for handler commit | 3.90 ms |
| closing tables | 0.06 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.03 ms |
| # | Вызывающий объект | Файл и номер строки | | 9 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/updatenotification/updatenotification.php:90 |
| 8 | PlgSystemUpdatenotification->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 После последнего запроса: 2.84 ms Память запроса: 0.012 MB Память до запроса: 24.058 MB
UNLOCK TABLES
EXPLAIN не доступен для запроса: UNLOCK TABLES
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| waiting for handler commit | 0.05 ms |
| query end | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки | | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver/mysqli.php:918 |
| 9 | JDatabaseDriverMysqli->unlockTables() | JROOT/plugins/system/updatenotification/updatenotification.php:104 |
| 8 | PlgSystemUpdatenotification->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 |
Время запроса: 4.01 ms После последнего запроса: 3.40 ms Память запроса: 0.017 MB Память до запроса: 24.132 MB Выбрано строк: 2
SELECT DISTINCT a.update_site_id, a.type, a.location, a.last_check_timestamp, a.extra_query
FROM `h6urg_update_sites` AS `a`
INNER JOIN h6urg_update_sites_extensions AS b
ON a.update_site_id = b.update_site_id
WHERE a.enabled = 1
AND b.extension_id IN (700)
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT DISTINCT a.update_site_id, a.type, a.location, a.last_check_timestamp, a.' at line 1 SQL=EXPLAIN EXTENDED SELECT DISTINCT a.update_site_id, a.type, a.location, a.last_check_timestamp, a.extra_query
FROM `#__update_sites` AS `a`
INNER JOIN #__update_sites_extensions AS b ON a.update_site_id = b.update_site_id
WHERE a.enabled = 1 AND b.extension_id IN (700) |
| Status | Duration |
|---|
| starting | 0.10 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 2.92 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.04 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.07 ms |
| executing | 0.23 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.03 ms |
| closing tables | 0.24 ms |
| freeing items | 0.41 ms |
| cleaning up | 0.03 ms |
| # | Вызывающий объект | Файл и номер строки | | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1494 |
| 11 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/updater/updater.php:229 |
| 10 | JUpdater->getUpdateSites() | JROOT/libraries/joomla/updater/updater.php:119 |
| 9 | JUpdater->findUpdates() | JROOT/plugins/system/updatenotification/updatenotification.php:123 |
| 8 | PlgSystemUpdatenotification->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 |
Время запроса: 16.19 ms После последнего запроса: 0.27 ms Память запроса: 0.016 MB Память до запроса: 24.151 MB Выбрано строк: 3
SELECT DISTINCT update_site_id
FROM h6urg_updates
WHERE `update_site_id` IN (
SELECT update_site_id
FROM h6urg_update_sites
WHERE `last_check_timestamp` IS NULL OR `last_check_timestamp` <= '1788776032')
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT DISTINCT update_site_id
FROM #__updates
WHERE `update_site_id` IN (
SE' at line 1 SQL=EXPLAIN EXTENDED SELECT DISTINCT update_site_id
FROM #__updates
WHERE `update_site_id` IN (
SELECT update_site_id
FROM #__update_sites
WHERE `last_check_timestamp` IS NULL OR `last_check_timestamp` <= '1788776032') |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 1.60 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.04 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.04 ms |
| executing | 13.64 ms |
| end | 0.06 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.03 ms |
| closing tables | 0.29 ms |
| freeing items | 1.32 ms |
| cleaning up | 0.07 ms |
| # | Вызывающий объект | Файл и номер строки | | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
| 11 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/updater/updater.php:400 |
| 10 | JUpdater->getSitesWithUpdates() | JROOT/libraries/joomla/updater/updater.php:132 |
| 9 | JUpdater->findUpdates() | JROOT/plugins/system/updatenotification/updatenotification.php:123 |
| 8 | PlgSystemUpdatenotification->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.80 ms После последнего запроса: 1.85 ms Память запроса: 0.019 MB Память до запроса: 24.253 MB Выбрано строк: 1
SELECT `name`
FROM `h6urg_update_sites`
WHERE `update_site_id` = '1'
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `name`
FROM `#__update_sites`
WHERE `update_site_id` = '1'' at line 1 SQL=EXPLAIN EXTENDED SELECT `name`
FROM `#__update_sites`
WHERE `update_site_id` = '1' |
| Status | Duration |
|---|
| starting | 0.12 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.03 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.06 ms |
| init | 0.03 ms |
| System lock | 0.03 ms |
| optimizing | 0.04 ms |
| statistics | 0.08 ms |
| preparing | 0.04 ms |
| executing | 0.05 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.06 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки | | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 14 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/updater/updateadapter.php:188 |
| 13 | JUpdateAdapter->getUpdateSiteName() | JROOT/libraries/joomla/updater/updateadapter.php:215 |
| 12 | JUpdateAdapter->getUpdateSiteResponse() | JROOT/libraries/joomla/updater/adapters/collection.php:223 |
| 11 | JUpdaterCollection->findUpdate() | JROOT/libraries/joomla/updater/updater.php:267 |
| 10 | JUpdater->getUpdateObjectsForSite() | JROOT/libraries/joomla/updater/updater.php:151 |
| 9 | JUpdater->findUpdates() | JROOT/plugins/system/updatenotification/updatenotification.php:123 |
| 8 | PlgSystemUpdatenotification->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.92 ms После последнего запроса: 0.19 ms Память запроса: 0.017 MB Память до запроса: 24.272 MB
UPDATE `h6urg_update_sites`
SET `enabled` = '0'
WHERE `update_site_id` = '1'
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UPDATE `#__update_sites`
SET `enabled` = '0'
WHERE `update_site_id` = '1'' at line 1 SQL=EXPLAIN EXTENDED UPDATE `#__update_sites`
SET `enabled` = '0'
WHERE `update_site_id` = '1' |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.06 ms |
| init | 0.02 ms |
| System lock | 0.08 ms |
| updating | 0.18 ms |
| end | 0.05 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.19 ms |
| closing tables | 0.04 ms |
| freeing items | 0.92 ms |
| cleaning up | 0.04 ms |
| # | Вызывающий объект | Файл и номер строки | | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/updater/updateadapter.php:153 |
| 13 | JUpdateAdapter->toggleUpdateSite() | JROOT/libraries/joomla/updater/updateadapter.php:238 |
| 12 | JUpdateAdapter->getUpdateSiteResponse() | JROOT/libraries/joomla/updater/adapters/collection.php:223 |
| 11 | JUpdaterCollection->findUpdate() | JROOT/libraries/joomla/updater/updater.php:267 |
| 10 | JUpdater->getUpdateObjectsForSite() | JROOT/libraries/joomla/updater/updater.php:151 |
| 9 | JUpdater->findUpdates() | JROOT/plugins/system/updatenotification/updatenotification.php:123 |
| 8 | PlgSystemUpdatenotification->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.84 ms После последнего запроса: 308.78 ms Память запроса: 0.017 MB Память до запроса: 24.410 MB
UPDATE `h6urg_update_sites`
SET `enabled` = '1'
WHERE `update_site_id` = '1'
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UPDATE `#__update_sites`
SET `enabled` = '1'
WHERE `update_site_id` = '1'' at line 1 SQL=EXPLAIN EXTENDED UPDATE `#__update_sites`
SET `enabled` = '1'
WHERE `update_site_id` = '1' |
| Status | Duration |
|---|
| starting | 0.14 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.05 ms |
| init | 0.02 ms |
| System lock | 0.06 ms |
| updating | 0.09 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.15 ms |
| closing tables | 0.04 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки | | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/updater/updateadapter.php:153 |
| 13 | JUpdateAdapter->toggleUpdateSite() | JROOT/libraries/joomla/updater/updateadapter.php:254 |
| 12 | JUpdateAdapter->getUpdateSiteResponse() | JROOT/libraries/joomla/updater/adapters/collection.php:223 |
| 11 | JUpdaterCollection->findUpdate() | JROOT/libraries/joomla/updater/updater.php:267 |
| 10 | JUpdater->getUpdateObjectsForSite() | JROOT/libraries/joomla/updater/updater.php:151 |
| 9 | JUpdater->findUpdates() | JROOT/plugins/system/updatenotification/updatenotification.php:123 |
| 8 | PlgSystemUpdatenotification->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 |
Время запроса: 2.84 ms После последнего запроса: 1.02 ms Память запроса: 0.027 MB Память до запроса: 24.463 MB Выбрано строк: 14
SHOW FULL COLUMNS
FROM `h6urg_updates`
EXPLAIN не доступен для запроса: SHOW FULL COLUMNS FROM `h6urg_updates`
| Status | Duration |
|---|
| starting | 0.15 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.08 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.81 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.04 ms |
| statistics | 0.14 ms |
| preparing | 0.05 ms |
| Creating tmp table | 0.09 ms |
| executing | 0.19 ms |
| checking permissions | 0.13 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.07 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.07 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.03 ms |
| closing tables | 0.04 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.04 ms |
| # | Вызывающий объект | Файл и номер строки | | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 18 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
| 17 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
| 16 | JTable->__construct() | JROOT/libraries/joomla/table/update.php:31 |
| 15 | JTableUpdate->__construct() | JROOT/libraries/joomla/table/table.php:308 |
| 14 | JTable::getInstance() | JROOT/libraries/joomla/updater/adapters/collection.php:117 |
| 13 | JUpdaterCollection->_startElement() | Так же, как вызов в строке ниже. |
| 12 | xml_parse() | JROOT/libraries/joomla/updater/adapters/collection.php:234 |
| 11 | JUpdaterCollection->findUpdate() | JROOT/libraries/joomla/updater/updater.php:267 |
| 10 | JUpdater->getUpdateObjectsForSite() | JROOT/libraries/joomla/updater/updater.php:151 |
| 9 | JUpdater->findUpdates() | JROOT/plugins/system/updatenotification/updatenotification.php:123 |
| 8 | PlgSystemUpdatenotification->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 |
Время запроса: 2.79 ms После последнего запроса: 3.23 ms Память запроса: 0.025 MB Память до запроса: 24.564 MB Выбрано строк: 17
SHOW FULL COLUMNS
FROM `h6urg_extensions`
EXPLAIN не доступен для запроса: SHOW FULL COLUMNS FROM `h6urg_extensions`
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.06 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.65 ms |
| init | 0.05 ms |
| System lock | 0.02 ms |
| optimizing | 0.04 ms |
| statistics | 0.15 ms |
| preparing | 0.05 ms |
| Creating tmp table | 0.12 ms |
| executing | 0.14 ms |
| checking permissions | 0.10 ms |
| checking permissions | 0.09 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.07 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.05 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.08 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.03 ms |
| closing tables | 0.03 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.03 ms |
| # | Вызывающий объект | Файл и номер строки | | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 15 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
| 14 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
| 13 | JTable->__construct() | JROOT/libraries/joomla/table/extension.php:31 |
| 12 | JTableExtension->__construct() | JROOT/libraries/joomla/table/table.php:308 |
| 11 | JTable::getInstance() | JROOT/libraries/joomla/updater/updater.php:311 |
| 10 | JUpdater->getUpdateObjectsForSite() | JROOT/libraries/joomla/updater/updater.php:151 |
| 9 | JUpdater->findUpdates() | JROOT/plugins/system/updatenotification/updatenotification.php:123 |
| 8 | PlgSystemUpdatenotification->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 |
Время запроса: 26.10 ms После последнего запроса: 0.52 ms Память запроса: 0.217 MB Память до запроса: 24.625 MB Выбрано строк: 13121
Повторяющиеся запросы:
#56SELECT `update_id`
FROM `h6urg_updates`
WHERE element = 'joomla'
AND type = 'file'
AND client_id = '0'
AND folder = ''
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `update_id`
FROM `#__updates`
WHERE element = 'joomla' AND type = 'fil' at line 1 SQL=EXPLAIN EXTENDED SELECT `update_id`
FROM `#__updates`
WHERE element = 'joomla' AND type = 'file' AND client_id = '0' AND folder = '' |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.03 ms |
| preparing | 0.05 ms |
| executing | 22.08 ms |
| end | 0.07 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.03 ms |
| closing tables | 0.05 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.04 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 12 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/table/update.php:110 |
| 11 | JTableUpdate->find() | JROOT/libraries/joomla/updater/updater.php:321 |
| 10 | JUpdater->getUpdateObjectsForSite() | JROOT/libraries/joomla/updater/updater.php:151 |
| 9 | JUpdater->findUpdates() | JROOT/plugins/system/updatenotification/updatenotification.php:123 |
| 8 | PlgSystemUpdatenotification->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 |
Время запроса: 1.13 ms После последнего запроса: 1.16 ms Память запроса: 0.017 MB Память до запроса: 24.642 MB Выбрано строк: 1
Повторяющиеся запросы:
#57SELECT `extension_id`
FROM `h6urg_extensions`
WHERE element = 'joomla'
AND type = 'file'
AND client_id = '0'
AND folder = ''
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `extension_id`
FROM `#__extensions`
WHERE element = 'joomla' AND type ' at line 1 SQL=EXPLAIN EXTENDED SELECT `extension_id`
FROM `#__extensions`
WHERE element = 'joomla' AND type = 'file' AND client_id = '0' AND folder = '' |
| Status | Duration |
|---|
| starting | 0.10 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.05 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.05 ms |
| statistics | 0.15 ms |
| preparing | 0.04 ms |
| executing | 0.05 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.75 ms |
| cleaning up | 0.05 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 12 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/table/extension.php:109 |
| 11 | JTableExtension->find() | JROOT/libraries/joomla/updater/updater.php:331 |
| 10 | JUpdater->getUpdateObjectsForSite() | JROOT/libraries/joomla/updater/updater.php:151 |
| 9 | JUpdater->findUpdates() | JROOT/plugins/system/updatenotification/updatenotification.php:123 |
| 8 | PlgSystemUpdatenotification->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.61 ms После последнего запроса: 0.28 ms Память запроса: 0.020 MB Память до запроса: 24.660 MB Выбрано строк: 1
Повторяющиеся запросы:
#58SELECT *
FROM h6urg_updates
WHERE `update_id` = '80'
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT *
FROM #__updates
WHERE `update_id` = '80'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__updates
WHERE `update_id` = '80' |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.03 ms |
| executing | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.03 ms |
| freeing items | 0.48 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 12 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:719 |
| 11 | JTable->load() | JROOT/libraries/joomla/updater/updater.php:356 |
| 10 | JUpdater->getUpdateObjectsForSite() | JROOT/libraries/joomla/updater/updater.php:151 |
| 9 | JUpdater->findUpdates() | JROOT/plugins/system/updatenotification/updatenotification.php:123 |
| 8 | PlgSystemUpdatenotification->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 |
Время запроса: 33.49 ms После последнего запроса: 0.38 ms Память запроса: 0.217 MB Память до запроса: 24.675 MB Выбрано строк: 13121
Повторяющиеся запросы:
#53SELECT `update_id`
FROM `h6urg_updates`
WHERE element = 'joomla'
AND type = 'file'
AND client_id = '0'
AND folder = ''
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `update_id`
FROM `#__updates`
WHERE element = 'joomla' AND type = 'fil' at line 1 SQL=EXPLAIN EXTENDED SELECT `update_id`
FROM `#__updates`
WHERE element = 'joomla' AND type = 'file' AND client_id = '0' AND folder = '' |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.03 ms |
| preparing | 0.03 ms |
| executing | 32.67 ms |
| end | 0.08 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.03 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.03 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 12 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/table/update.php:110 |
| 11 | JTableUpdate->find() | JROOT/libraries/joomla/updater/updater.php:321 |
| 10 | JUpdater->getUpdateObjectsForSite() | JROOT/libraries/joomla/updater/updater.php:151 |
| 9 | JUpdater->findUpdates() | JROOT/plugins/system/updatenotification/updatenotification.php:123 |
| 8 | PlgSystemUpdatenotification->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 |
Время запроса: 1.46 ms После последнего запроса: 2.45 ms Память запроса: 0.017 MB Память до запроса: 24.691 MB Выбрано строк: 1
Повторяющиеся запросы:
#54SELECT `extension_id`
FROM `h6urg_extensions`
WHERE element = 'joomla'
AND type = 'file'
AND client_id = '0'
AND folder = ''
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `extension_id`
FROM `#__extensions`
WHERE element = 'joomla' AND type ' at line 1 SQL=EXPLAIN EXTENDED SELECT `extension_id`
FROM `#__extensions`
WHERE element = 'joomla' AND type = 'file' AND client_id = '0' AND folder = '' |
| Status | Duration |
|---|
| starting | 0.13 ms |
| Executing hook on transaction | 0.03 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.05 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.13 ms |
| preparing | 0.03 ms |
| executing | 0.05 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 12 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/table/extension.php:109 |
| 11 | JTableExtension->find() | JROOT/libraries/joomla/updater/updater.php:331 |
| 10 | JUpdater->getUpdateObjectsForSite() | JROOT/libraries/joomla/updater/updater.php:151 |
| 9 | JUpdater->findUpdates() | JROOT/plugins/system/updatenotification/updatenotification.php:123 |
| 8 | PlgSystemUpdatenotification->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.66 ms После последнего запроса: 0.47 ms Память запроса: 0.020 MB Память до запроса: 24.708 MB Выбрано строк: 1
Повторяющиеся запросы:
#55SELECT *
FROM h6urg_updates
WHERE `update_id` = '80'
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT *
FROM #__updates
WHERE `update_id` = '80'' at line 1 SQL=EXPLAIN EXTENDED SELECT *
FROM #__updates
WHERE `update_id` = '80' |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.04 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.05 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.06 ms |
| preparing | 0.03 ms |
| executing | 0.03 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.03 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
| 12 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:719 |
| 11 | JTable->load() | JROOT/libraries/joomla/updater/updater.php:356 |
| 10 | JUpdater->getUpdateObjectsForSite() | JROOT/libraries/joomla/updater/updater.php:151 |
| 9 | JUpdater->findUpdates() | JROOT/plugins/system/updatenotification/updatenotification.php:123 |
| 8 | PlgSystemUpdatenotification->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.71 ms После последнего запроса: 0.58 ms Память запроса: 0.014 MB Память до запроса: 24.718 MB
INSERT INTO `h6urg_updates`
(`update_site_id`,`name`,`description`,`element`,`type`,`folder`,`client_id`,`version`,`detailsurl`,`infourl`,`extra_query`)
VALUES
('1','Joomla','','joomla','file','','0','3.10.12','https://update.joomla.org/core/extension.xml','','')
EXPLAIN не доступен для запроса: INSERT INTO `h6urg_updates`
(`update_site_id`,`name`,`description`,`element`,`type`,`folder`,`client_id`,`version`,`detailsurl`,`infourl`,`extra_query`) VALUES
('1','Joomla','','joomla','file','','0','3.10.12','https://update.joomla.org/core/extension.xml','','')
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| update | 0.10 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.16 ms |
| closing tables | 0.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки | | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1409 |
| 11 | JDatabaseDriver->insertObject() | JROOT/libraries/joomla/table/table.php:793 |
| 10 | JTable->store() | JROOT/libraries/joomla/updater/updater.php:160 |
| 9 | JUpdater->findUpdates() | JROOT/plugins/system/updatenotification/updatenotification.php:123 |
| 8 | PlgSystemUpdatenotification->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.63 ms После последнего запроса: 0.35 ms Память запроса: 0.013 MB Память до запроса: 24.728 MB
UPDATE `h6urg_update_sites`
SET `last_check_timestamp` = '1788797633'
WHERE `update_site_id` = '1'
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UPDATE `#__update_sites`
SET `last_check_timestamp` = '1788797633'
WHERE `upd' at line 1 SQL=EXPLAIN EXTENDED UPDATE `#__update_sites`
SET `last_check_timestamp` = '1788797633'
WHERE `update_site_id` = '1' |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.02 ms |
| System lock | 0.05 ms |
| updating | 0.07 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.16 ms |
| closing tables | 0.03 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Вызывающий объект | Файл и номер строки | | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/updater/updater.php:429 |
| 10 | JUpdater->updateLastCheckTimestamp() | JROOT/libraries/joomla/updater/updater.php:165 |
| 9 | JUpdater->findUpdates() | JROOT/plugins/system/updatenotification/updatenotification.php:123 |
| 8 | PlgSystemUpdatenotification->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.75 ms После последнего запроса: 0.41 ms Память запроса: 0.019 MB Память до запроса: 24.743 MB Выбрано строк: 1
SELECT `name`
FROM `h6urg_update_sites`
WHERE `update_site_id` = '2'
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `name`
FROM `#__update_sites`
WHERE `update_site_id` = '2'' at line 1 SQL=EXPLAIN EXTENDED SELECT `name`
FROM `#__update_sites`
WHERE `update_site_id` = '2' |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 0.06 ms |
| preparing | 0.03 ms |
| executing | 0.02 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.02 ms |
| closing tables | 0.02 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки | | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
| 14 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/updater/updateadapter.php:188 |
| 13 | JUpdateAdapter->getUpdateSiteName() | JROOT/libraries/joomla/updater/updateadapter.php:215 |
| 12 | JUpdateAdapter->getUpdateSiteResponse() | JROOT/libraries/joomla/updater/adapters/collection.php:223 |
| 11 | JUpdaterCollection->findUpdate() | JROOT/libraries/joomla/updater/updater.php:267 |
| 10 | JUpdater->getUpdateObjectsForSite() | JROOT/libraries/joomla/updater/updater.php:151 |
| 9 | JUpdater->findUpdates() | JROOT/plugins/system/updatenotification/updatenotification.php:123 |
| 8 | PlgSystemUpdatenotification->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 |
Время запроса: 4.26 ms После последнего запроса: 0.53 ms Память запроса: 0.017 MB Память до запроса: 24.762 MB
UPDATE `h6urg_update_sites`
SET `enabled` = '0'
WHERE `update_site_id` = '2'
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UPDATE `#__update_sites`
SET `enabled` = '0'
WHERE `update_site_id` = '2'' at line 1 SQL=EXPLAIN EXTENDED UPDATE `#__update_sites`
SET `enabled` = '0'
WHERE `update_site_id` = '2' |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.03 ms |
| updating | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 3.60 ms |
| closing tables | 0.07 ms |
| freeing items | 1.02 ms |
| cleaning up | 0.03 ms |
| # | Вызывающий объект | Файл и номер строки | | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/updater/updateadapter.php:153 |
| 13 | JUpdateAdapter->toggleUpdateSite() | JROOT/libraries/joomla/updater/updateadapter.php:238 |
| 12 | JUpdateAdapter->getUpdateSiteResponse() | JROOT/libraries/joomla/updater/adapters/collection.php:223 |
| 11 | JUpdaterCollection->findUpdate() | JROOT/libraries/joomla/updater/updater.php:267 |
| 10 | JUpdater->getUpdateObjectsForSite() | JROOT/libraries/joomla/updater/updater.php:151 |
| 9 | JUpdater->findUpdates() | JROOT/plugins/system/updatenotification/updatenotification.php:123 |
| 8 | PlgSystemUpdatenotification->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 |
Время запроса: 1.42 ms После последнего запроса: 282.46 ms Память запроса: 0.017 MB Память до запроса: 24.786 MB
UPDATE `h6urg_update_sites`
SET `enabled` = '1'
WHERE `update_site_id` = '2'
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UPDATE `#__update_sites`
SET `enabled` = '1'
WHERE `update_site_id` = '2'' at line 1 SQL=EXPLAIN EXTENDED UPDATE `#__update_sites`
SET `enabled` = '1'
WHERE `update_site_id` = '2' |
| Status | Duration |
|---|
| starting | 0.22 ms |
| Executing hook on transaction | 0.04 ms |
| starting | 0.10 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.09 ms |
| init | 0.04 ms |
| System lock | 0.11 ms |
| updating | 0.22 ms |
| end | 0.03 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.24 ms |
| closing tables | 0.07 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки | | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/updater/updateadapter.php:153 |
| 13 | JUpdateAdapter->toggleUpdateSite() | JROOT/libraries/joomla/updater/updateadapter.php:254 |
| 12 | JUpdateAdapter->getUpdateSiteResponse() | JROOT/libraries/joomla/updater/adapters/collection.php:223 |
| 11 | JUpdaterCollection->findUpdate() | JROOT/libraries/joomla/updater/updater.php:267 |
| 10 | JUpdater->getUpdateObjectsForSite() | JROOT/libraries/joomla/updater/updater.php:151 |
| 9 | JUpdater->findUpdates() | JROOT/plugins/system/updatenotification/updatenotification.php:123 |
| 8 | PlgSystemUpdatenotification->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.83 ms После последнего запроса: 0.58 ms Память запроса: 0.013 MB Память до запроса: 24.796 MB
UPDATE `h6urg_update_sites`
SET `last_check_timestamp` = '1788797633'
WHERE `update_site_id` = '2'
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UPDATE `#__update_sites`
SET `last_check_timestamp` = '1788797633'
WHERE `upd' at line 1 SQL=EXPLAIN EXTENDED UPDATE `#__update_sites`
SET `last_check_timestamp` = '1788797633'
WHERE `update_site_id` = '2' |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.10 ms |
| init | 0.03 ms |
| System lock | 0.07 ms |
| updating | 0.09 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| waiting for handler commit | 0.11 ms |
| closing tables | 0.04 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.02 ms |
| # | Вызывающий объект | Файл и номер строки | | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/updater/updater.php:429 |
| 10 | JUpdater->updateLastCheckTimestamp() | JROOT/libraries/joomla/updater/updater.php:165 |
| 9 | JUpdater->findUpdates() | JROOT/plugins/system/updatenotification/updatenotification.php:123 |
| 8 | PlgSystemUpdatenotification->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 |
Время запроса: 35.75 ms После последнего запроса: 4.72 ms Память запроса: 0.021 MB Память до запроса: 25.032 MB Выбрано строк: 1
SELECT u.*,`e`.`manifest_cache`
FROM `h6urg_updates` AS `u`
LEFT JOIN `h6urg_extensions` AS `e`
ON `e`.`extension_id` = `u`.`extension_id`
WHERE `u`.`extension_id` != '0'
AND `u`.`extension_id` = '700'
ORDER BY `u`.`name` asc
LIMIT 50
| Error |
|---|
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT u.*,`e`.`manifest_cache`
FROM `#__updates` AS `u`
LEFT JOIN `#__ext' at line 1 SQL=EXPLAIN EXTENDED SELECT u.*,`e`.`manifest_cache`
FROM `#__updates` AS `u`
LEFT JOIN `#__extensions` AS `e` ON `e`.`extension_id` = `u`.`extension_id`
WHERE `u`.`extension_id` != '0' AND `u`.`extension_id` = '700'
ORDER BY `u`.`name` asc LIMIT 50 |
| Status | Duration |
|---|
| starting | 0.21 ms |
| Executing hook on transaction | 0.03 ms |
| starting | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.09 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.04 ms |
| statistics | 0.07 ms |
| preparing | 0.07 ms |
| executing | 34.64 ms |
| end | 0.05 ms |
| query end | 0.03 ms |
| waiting for handler commit | 0.04 ms |
| closing tables | 0.05 ms |
| freeing items | 0.85 ms |
| cleaning up | 0.08 ms |
| # | Вызывающий объект | Файл и номер строки | | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/model/legacy.php:310 |
| 11 | JModelLegacy->_getList() | JROOT/administrator/components/com_installer/models/update.php:216 |
| 10 | InstallerModelUpdate->_getList() | JROOT/libraries/legacy/model/list.php:183 |
| 9 | JModelList->getItems() | JROOT/plugins/system/updatenotification/updatenotification.php:137 |
| 8 | PlgSystemUpdatenotification->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 |
8 × SELECT params
FROM h6urg_modules
2 × SELECT `name`
FROM `h6urg_update_sites`
2 × SELECT `update_id`
FROM `h6urg_updates`
2 × SELECT `extension_id`
FROM `h6urg_extensions`
2 × SELECT *
FROM h6urg_updates
2 × SELECT *
FROM h6urg_widgetkit
2 × SELECT element
FROM h6urg_extensions
1 × SELECT *
FROM h6urg_modules
1 × select id,link
from h6urg_menu
1 × SELECT currency_id, currency_name, currency_code, currency_code_iso, currency_value
FROM `h6urg_jshopping_currencies`
1 × SELECT *
FROM h6urg_jshopping_config
1 × SELECT DISTINCT a.update_site_id, a.type, a.location, a.last_check_timestamp, a.extra_query
FROM `h6urg_update_sites` AS `a`
INNER JOIN h6urg_update_sites_extensions AS b
ON a.update_site_id = b.update_site_id
1 × SELECT DISTINCT update_site_id
FROM h6urg_updates
1 × SELECT b.id
FROM h6urg_usergroups AS a
LEFT JOIN h6urg_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `h6urg_viewlevels
1 × SELECT `enabled`
FROM `h6urg_extensions`
1 × SELECT id,template
FROM h6urg_template_styles
1 × SELECT u.*,`e`.`manifest_cache`
FROM `h6urg_updates` AS `u`
LEFT JOIN `h6urg_extensions` AS `e`
ON `e`.`extension_id` = `u`.`extension_id`
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM h6urg_modules AS m
LEFT JOIN h6urg_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN h6urg_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT id
FROM h6urg_k2_categories
1 × SELECT *
FROM h6urg_k2_items
1 × SELECT a.name, a.rules
FROM h6urg_assets AS a
1 × SELECT a.rules
FROM h6urg_assets AS a
1 × SELECT *
FROM h6urg_assets
1 × SELECT *
FROM h6urg_k2_categories
1 × SELECT id, name, parent
FROM h6urg_k2_categories
1 × SELECT `c2`.`language`,`c2`.`id`
FROM `h6urg_menu` AS `c`
INNER JOIN `h6urg_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `h6urg_associations` AS `a2`
ON a.key = a2.key
INNER JOIN `h6urg_menu` AS `c2`
ON a2.id = c2.`id`
1 × SELECT language,id
FROM `h6urg_menu`
1 × SELECT `session_id`
FROM `h6urg_session`
1 × SELECT COUNT(*)
FROM h6urg_k2_comments
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM h6urg_menu AS m
LEFT JOIN h6urg_extensions AS e
ON m.component_id = e.extension_id