Query Time: 0.80 ms Query memory: 0.020 MB Memory before query: 4.262 MB Rows returned: 0
SELECT `session_id`
FROM `jos_session`
WHERE `session_id` = X'3338653939313034356339326466326263653062386637616336343739303839'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.15 ms After last query: 0.04 ms Query memory: 0.004 MB Memory before query: 4.267 MB
INSERT INTO `jos_session`
(`session_id`,`guest`,`time`,`userid`,`username`)
VALUES
(X'3338653939313034356339326466326263653062386637616336343739303839', 1, 1790013988, 0, '')
EXPLAIN not possible on query: INSERT INTO `jos_session`
(`session_id`,`guest`,`time`,`userid`,`username`) VALUES
(X'3338653939313034356339326466326263653062386637616336343739303839', 1, 1790013988, 0, '')
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.98 ms After last query: 1.97 ms Query memory: 0.024 MB Memory before query: 4.456 MB Rows returned: 38
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jos_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ref | extension | extension | 82 | const | 38 | 1.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
| 10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. |
| 9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
| 7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
| 6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
| 5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
| 4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.06 ms After last query: 2.01 ms Query memory: 0.021 MB Memory before query: 4.713 MB Rows returned: 5
SELECT id, rules
FROM `jos_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 4.725 MB Rows returned: 2
SELECT b.id
FROM jos_usergroups AS a
LEFT JOIN jos_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | 100.00 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
| 9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.42 ms Query memory: 0.030 MB Memory before query: 4.793 MB Rows returned: 89
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM jos_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ref | extension | extension | 82 | const | 114 | 0.60 | Using index condition; Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:351 |
| 9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:356 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 19.41 ms Query memory: 0.048 MB Memory before query: 7.690 MB Rows returned: 19
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 jos_menu AS m
LEFT JOIN jos_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_client_id_parent_id_alias_language | NO INDEX KEY COULD BE USED | NULL | NULL | 79 | 5.32 | Using where; Using filesort |
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | grabchak_db.m.component_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
| 11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
| 10 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
| 9 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
| 8 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
| 7 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
| 6 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
| 5 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/libraries/src/Application/CMSApplication.php:1141 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 8.17 ms Query memory: 0.022 MB Memory before query: 8.380 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jos_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
| 13 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
| 12 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 11 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
| 10 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 9 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 8 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1137 |
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.06 ms Query memory: 0.005 MB Memory before query: 8.372 MB
UPDATE `jos_extensions`
SET `params` = '{\"mediaversion\":\"76e58328def74cfe6c2a4af1632bb5be\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | jos_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.03 ms |
| updating | 0.03 ms |
| end | 0.00 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 9 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 8 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1137 |
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.67 ms After last query: 1.35 ms Query memory: 0.020 MB Memory before query: 8.620 MB Rows returned: 2
SELECT *
FROM jos_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.52 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
| 5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
| 4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.75 ms After last query: 0.14 ms Query memory: 0.019 MB Memory before query: 8.632 MB Rows returned: 3
SELECT id, home, template, s.params
FROM jos_template_styles as s
LEFT JOIN jos_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 5 | 1.00 | Using index condition; Using where |
| 1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | grabchak_db.e.element | 1 | 60.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.55 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 5 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
| 4 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/libraries/src/Application/SiteApplication.php:168 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 4.71 ms Query memory: 0.027 MB Memory before query: 9.111 MB Rows returned: 38
SELECT `id`,`name`,`rules`,`parent_id`
FROM `jos_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_ajax','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_fields','com_finder','com_htprotect','com_installer','com_jce','com_jlsitemap','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_osgallery','com_plugins','com_postinstall','com_privacy','com_redirect','com_search','com_tags','com_templates','com_users','com_wrapper')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_assets | NULL | ALL | idx_asset_name | NO INDEX KEY COULD BE USED | NULL | NULL | 152 | 25.66 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.12 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.20 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
| 16 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
| 15 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
| 14 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 13 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 12 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:58 |
| 11 | ContentModelArticle->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
| 10 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_content/models/article.php:251 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.06 ms Query memory: 0.027 MB Memory before query: 9.158 MB Rows returned: 32
SELECT `id`,`name`,`rules`,`parent_id`
FROM `jos_assets`
WHERE `name` LIKE 'com_content.%' OR `name` = 'com_content' OR `parent_id` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_assets | NULL | ALL | idx_asset_name,idx_parent_id | NO INDEX KEY COULD BE USED | NULL | NULL | 152 | 26.67 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:359 |
| 16 | Joomla\CMS\Access\Access::preloadPermissions() | JROOT/libraries/src/Access/Access.php:226 |
| 15 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:540 |
| 14 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 13 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 12 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:58 |
| 11 | ContentModelArticle->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
| 10 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_content/models/article.php:251 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.78 ms After last query: 1.32 ms Query memory: 0.031 MB Memory before query: 9.323 MB Rows returned: 31
SHOW FULL COLUMNS
FROM `jos_content`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `jos_content`
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.06 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Opening tables | 0.50 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.01 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 13 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 12 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Content.php:39 |
| 11 | Joomla\CMS\Table\Content->__construct() | JROOT/libraries/src/Table/Table.php:328 |
| 10 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_content/models/article.php:253 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 3.06 ms Query memory: 0.005 MB Memory before query: 9.561 MB
UPDATE jos_content
SET `hits` = (`hits` + 1)
WHERE `id` = '27'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | jos_content | NULL | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| updating | 0.36 ms |
| end | 0.01 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Table/Table.php:1264 |
| 10 | Joomla\CMS\Table\Table->hit() | JROOT/components/com_content/models/article.php:254 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.08 ms After last query: 1.21 ms Query memory: 0.062 MB Memory before query: 9.684 MB Rows returned: 1
SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM jos_content AS a
INNER JOIN jos_categories AS c
on c.id = a.catid
LEFT JOIN jos_users AS u
on u.id = a.created_by
LEFT JOIN jos_categories as parent
ON parent.id = c.parent_id
LEFT JOIN jos_content_rating AS v
ON a.id = v.content_id
WHERE a.id = 27
AND c.published > 0
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-09-21 18:06:28')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-09-21 18:06:28')
AND (a.state = 1 OR a.state =2)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY,idx_state,idx_catid | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | u | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | v | NULL | const | PRIMARY | PRIMARY | 4 | const | 0 | 0.00 | unique row not found |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 1.00 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.72 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/components/com_content/models/article.php:151 |
| 12 | ContentModelArticle->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_content/views/article/view.html.php:42 |
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.24 ms After last query: 1.93 ms Query memory: 0.023 MB Memory before query: 9.827 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `jos_contentitem_tag_map` AS m
INNER JOIN `jos_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 27
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | grabchak_db.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.43 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.50 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.19 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 11 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/views/article/view.html.php:184 |
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 7.33 ms Query memory: 0.026 MB Memory before query: 10.705 MB Rows returned: 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `jos_categories` AS `s`
INNER JOIN `jos_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 2
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | c | NULL | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 2 | 71.43 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.31 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 19 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 18 | Joomla\CMS\Categories\Categories->get() | JROOT/administrator/components/com_fields/models/fields.php:203 |
| 17 | FieldsModelFields->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
| 16 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 14 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 13 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.02 ms After last query: 0.35 ms Query memory: 0.025 MB Memory before query: 10.812 MB Rows returned: 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM jos_fields AS a
LEFT JOIN `jos_languages` AS l
ON l.lang_code = a.language
LEFT JOIN jos_users AS uc
ON uc.id=a.checked_out
LEFT JOIN jos_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN jos_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN jos_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `jos_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_content.article'
AND (fc.category_id IS NULL OR fc.category_id IN (2,0))
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | 100.00 | Using index condition; Using where; Using temporary; Using filesort |
| 1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | grabchak_db.a.language | 1 | 100.00 | Using where |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | grabchak_db.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | grabchak_db.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | grabchak_db.a.created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | grabchak_db.a.group_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | fc | NULL | ref | PRIMARY | PRIMARY | 4 | grabchak_db.a.id | 1 | 100.00 | Using where; Using index; Distinct |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.70 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.02 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| Creating sort index | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| removing tmp table | 0.03 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 17 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 16 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 14 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 13 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.34 ms After last query: 3.09 ms Query memory: 0.045 MB Memory before query: 11.215 MB Rows returned: 26
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM jos_modules AS m
LEFT JOIN jos_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN jos_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-21 18:06:28')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-21 18:06:28')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 171 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | PRIMARY,published,newsfeeds | NO INDEX KEY COULD BE USED | NULL | NULL | 77 | 1.30 | Using where; Using filesort |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | grabchak_db.m.module,const | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | grabchak_db.m.id | 1 | 40.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.54 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 0.62 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
| 19 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 18 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
| 17 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
| 16 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
| 15 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
| 14 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
| 13 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 73.67 ms Query memory: 0.020 MB Memory before query: 23.784 MB Rows returned: 1
SELECT `params`
FROM `jos_extensions`
WHERE `type` = 'component'
AND `element` = 'com_htprotect'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:445 |
| 8 | HtpConfig::load() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2529 |
| 7 | HtpAutoUpdate::triggerBase() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1463 |
| 6 | PlgSystemHtprotectwatch->htpAutoUpdateTick() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1199 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.06 ms Query memory: 0.021 MB Memory before query: 23.831 MB Rows returned: 8
SELECT `name`,`data`
FROM `jos_htprotect_store`
WHERE `name` LIKE 'htp_cfg_%'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_htprotect_store | NULL | range | PRIMARY | PRIMARY | 194 | NULL | 10 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.13 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.04 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 10 | JDatabaseDriver->loadAssocList() | JROOT/administrator/components/com_htprotect/core/config.php:923 |
| 9 | HtpConfig::cfgStoreReadAll() | JROOT/administrator/components/com_htprotect/core/config.php:503 |
| 8 | HtpConfig::load() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2529 |
| 7 | HtpAutoUpdate::triggerBase() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1463 |
| 6 | PlgSystemHtprotectwatch->htpAutoUpdateTick() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1199 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 1216.84 ms Query memory: 0.020 MB Memory before query: 23.788 MB Rows returned: 1
SELECT `params`
FROM `jos_extensions`
WHERE `type` = 'component'
AND `element` = 'com_htprotect'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.09 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 8 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:445 |
| 7 | HtpConfig::load() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5414 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 1.01 ms Query memory: 0.021 MB Memory before query: 24.057 MB Rows returned: 1
SELECT `params`
FROM `jos_extensions`
WHERE `type` = 'component'
AND `element` = 'com_htprotect'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:445 |
| 9 | HtpConfig::load() | JROOT/administrator/components/com_htprotect/core/compat_guard.php:1514 |
| 8 | HtpCompat::enabledByConfig() | JROOT/administrator/components/com_htprotect/core/compat_guard.php:184 |
| 7 | HtpCompat::observeState() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5436 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.16 ms Query memory: 0.021 MB Memory before query: 24.050 MB Rows returned: 1
SELECT COUNT(*)
FROM `jos_extensions`
WHERE `type` = 'plugin'
AND `folder` = 'behaviour'
AND `element` IN ('compat', 'compat6')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 886 | NULL | 2 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/compat_guard.php:1559 |
| 9 | HtpCompat::scalar() | JROOT/administrator/components/com_htprotect/core/compat_guard.php:1571 |
| 8 | HtpCompat::bcExists() | JROOT/administrator/components/com_htprotect/core/compat_guard.php:200 |
| 7 | HtpCompat::observeState() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5436 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.42 ms Query memory: 0.021 MB Memory before query: 24.054 MB Rows returned: 1
SELECT `rules`
FROM `jos_assets`
WHERE `id` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_assets | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/accounts.php:490 |
| 9 | HtpAccounts::privilegedGroupIds() | JROOT/administrator/components/com_htprotect/core/accounts.php:376 |
| 8 | HtpAccounts::snapshot() | JROOT/administrator/components/com_htprotect/core/accounts.php:46 |
| 7 | HtpAccounts::evaluate() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5444 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.61 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 24.060 MB Rows returned: 2
SELECT `user_id`,`group_id`
FROM `jos_user_usergroup_map`
WHERE `group_id` IN (8)
LIMIT 4000
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_user_usergroup_map | NULL | index | NULL | PRIMARY | 8 | NULL | 3 | 33.33 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.15 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.36 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/administrator/components/com_htprotect/core/accounts.php:391 |
| 8 | HtpAccounts::snapshot() | JROOT/administrator/components/com_htprotect/core/accounts.php:46 |
| 7 | HtpAccounts::evaluate() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5444 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.04 ms Query memory: 0.021 MB Memory before query: 24.068 MB Rows returned: 2
SELECT `id`,`username`,`email`,`password`,`block`,`lastvisitDate`,`registerDate`
FROM `jos_users`
WHERE `id` IN (144,145)
LIMIT 500
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_users | NULL | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/administrator/components/com_htprotect/core/accounts.php:427 |
| 8 | HtpAccounts::snapshot() | JROOT/administrator/components/com_htprotect/core/accounts.php:46 |
| 7 | HtpAccounts::evaluate() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5444 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.13 ms Query memory: 0.020 MB Memory before query: 24.082 MB Rows returned: 1
SELECT `params`
FROM `jos_extensions`
WHERE `type` = 'component'
AND `element` = 'com_htprotect'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:445 |
| 8 | HtpConfig::load() | JROOT/administrator/components/com_htprotect/core/accounts.php:1248 |
| 7 | HtpAccounts::guardTick() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5466 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.08 ms Query memory: 0.021 MB Memory before query: 24.092 MB Rows returned: 1
SELECT `rules`
FROM `jos_assets`
WHERE `id` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_assets | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/accounts.php:490 |
| 9 | HtpAccounts::privilegedGroupIds() | JROOT/administrator/components/com_htprotect/core/accounts.php:1199 |
| 8 | HtpAccounts::countActiveSuperUsers() | JROOT/administrator/components/com_htprotect/core/accounts.php:1304 |
| 7 | HtpAccounts::guardTick() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5466 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.03 ms Query memory: 0.020 MB Memory before query: 24.096 MB Rows returned: 1
SELECT COUNT(DISTINCT u.`id`)
FROM `jos_users` AS u
INNER JOIN `jos_user_usergroup_map` AS m
ON m.`user_id` = u.`id`
WHERE m.`group_id` IN (8)
AND u.`block` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | index | PRIMARY | PRIMARY | 8 | NULL | 3 | 33.33 | Using where; Using index |
| 1 | SIMPLE | u | NULL | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | grabchak_db.m.user_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.20 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/accounts.php:1211 |
| 8 | HtpAccounts::countActiveSuperUsers() | JROOT/administrator/components/com_htprotect/core/accounts.php:1304 |
| 7 | HtpAccounts::guardTick() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5466 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.02 ms Query memory: 0.021 MB Memory before query: 24.102 MB Rows returned: 1
SELECT `rules`
FROM `jos_assets`
WHERE `id` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_assets | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/accounts.php:490 |
| 9 | HtpAccounts::privilegedGroupIds() | JROOT/administrator/components/com_htprotect/core/accounts.php:376 |
| 8 | HtpAccounts::snapshot() | JROOT/administrator/components/com_htprotect/core/accounts.php:1311 |
| 7 | HtpAccounts::guardTick() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5466 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 24.114 MB Rows returned: 2
SELECT `user_id`,`group_id`
FROM `jos_user_usergroup_map`
WHERE `group_id` IN (8)
LIMIT 4000
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_user_usergroup_map | NULL | index | NULL | PRIMARY | 8 | NULL | 3 | 33.33 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/administrator/components/com_htprotect/core/accounts.php:391 |
| 8 | HtpAccounts::snapshot() | JROOT/administrator/components/com_htprotect/core/accounts.php:1311 |
| 7 | HtpAccounts::guardTick() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5466 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.04 ms Query memory: 0.021 MB Memory before query: 24.123 MB Rows returned: 2
SELECT `id`,`username`,`email`,`password`,`block`,`lastvisitDate`,`registerDate`
FROM `jos_users`
WHERE `id` IN (144,145)
LIMIT 500
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_users | NULL | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/administrator/components/com_htprotect/core/accounts.php:427 |
| 8 | HtpAccounts::snapshot() | JROOT/administrator/components/com_htprotect/core/accounts.php:1311 |
| 7 | HtpAccounts::guardTick() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5466 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.04 ms Query memory: 0.021 MB Memory before query: 24.127 MB Rows returned: 1
SELECT `rules`
FROM `jos_assets`
WHERE `id` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_assets | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/accounts.php:490 |
| 9 | HtpAccounts::privilegedGroupIds() | JROOT/administrator/components/com_htprotect/core/accounts.php:376 |
| 8 | HtpAccounts::snapshot() | JROOT/administrator/components/com_htprotect/core/accounts.php:1338 |
| 7 | HtpAccounts::guardTick() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5466 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 24.133 MB Rows returned: 2
SELECT `user_id`,`group_id`
FROM `jos_user_usergroup_map`
WHERE `group_id` IN (8)
LIMIT 4000
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_user_usergroup_map | NULL | index | NULL | PRIMARY | 8 | NULL | 3 | 33.33 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/administrator/components/com_htprotect/core/accounts.php:391 |
| 8 | HtpAccounts::snapshot() | JROOT/administrator/components/com_htprotect/core/accounts.php:1338 |
| 7 | HtpAccounts::guardTick() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5466 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.02 ms Query memory: 0.021 MB Memory before query: 24.140 MB Rows returned: 2
SELECT `id`,`username`,`email`,`password`,`block`,`lastvisitDate`,`registerDate`
FROM `jos_users`
WHERE `id` IN (144,145)
LIMIT 500
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_users | NULL | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/administrator/components/com_htprotect/core/accounts.php:427 |
| 8 | HtpAccounts::snapshot() | JROOT/administrator/components/com_htprotect/core/accounts.php:1338 |
| 7 | HtpAccounts::guardTick() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5466 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.07 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 24.142 MB Rows returned: 1
SELECT `rules`
FROM `jos_assets`
WHERE `id` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_assets | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/accounts.php:490 |
| 9 | HtpAccounts::privilegedGroupIds() | JROOT/administrator/components/com_htprotect/core/accounts.php:1199 |
| 8 | HtpAccounts::countActiveSuperUsers() | JROOT/administrator/components/com_htprotect/core/accounts.php:1340 |
| 7 | HtpAccounts::guardTick() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5466 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.02 ms Query memory: 0.020 MB Memory before query: 24.146 MB Rows returned: 1
SELECT COUNT(DISTINCT u.`id`)
FROM `jos_users` AS u
INNER JOIN `jos_user_usergroup_map` AS m
ON m.`user_id` = u.`id`
WHERE m.`group_id` IN (8)
AND u.`block` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | index | PRIMARY | PRIMARY | 8 | NULL | 3 | 33.33 | Using where; Using index |
| 1 | SIMPLE | u | NULL | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | grabchak_db.m.user_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/accounts.php:1211 |
| 8 | HtpAccounts::countActiveSuperUsers() | JROOT/administrator/components/com_htprotect/core/accounts.php:1340 |
| 7 | HtpAccounts::guardTick() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5466 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.14 ms Query memory: 0.021 MB Memory before query: 24.141 MB Rows returned: 1
SELECT `data`
FROM `jos_htprotect_store`
WHERE `name` = 'htp_defs'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_htprotect_store | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/defs.php:5142 |
| 10 | HtpDefs::storeGet() | JROOT/administrator/components/com_htprotect/core/defs.php:5413 |
| 9 | HtpDefs::loadCached() | JROOT/administrator/components/com_htprotect/core/defs.php:1924 |
| 8 | HtpDefs::effectiveVuln() | JROOT/administrator/components/com_htprotect/core/defs.php:4459 |
| 7 | HtpDefs::checkExtensions() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5504 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.03 ms Query memory: 0.126 MB Memory before query: 24.144 MB Rows returned: 224
SELECT `element`,`type`,`folder`,`client_id`,`manifest_cache`,`enabled`
FROM `jos_extensions`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 224 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.00 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.21 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 8 | JDatabaseDriver->loadAssocList() | JROOT/administrator/components/com_htprotect/core/defs.php:4470 |
| 7 | HtpDefs::checkExtensions() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5504 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 3.23 ms Query memory: 0.021 MB Memory before query: 24.301 MB Rows returned: 1
SELECT `data`
FROM `jos_htprotect_store`
WHERE `name` = 'htp_malware'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_htprotect_store | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/defs.php:5142 |
| 9 | HtpDefs::storeGet() | JROOT/administrator/components/com_htprotect/core/defs.php:3267 |
| 8 | HtpDefs::loadMalwareCached() | JROOT/administrator/components/com_htprotect/core/defs.php:2220 |
| 7 | HtpDefs::refreshMalwareSigs() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5541 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.99 ms Query memory: 0.021 MB Memory before query: 24.307 MB Rows returned: 0
SELECT `enabled`
FROM `jos_extensions`
WHERE `type` = 'plugin'
AND `element` = 'htpautoupdate'
AND `folder` = 'task'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 5.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/compat.php:2694 |
| 11 | htp_extension_enabled() | JROOT/administrator/components/com_htprotect/core/app.php:4485 |
| 10 | HtpApp::syncTaskPluginCode() | JROOT/administrator/components/com_htprotect/core/app.php:4268 |
| 9 | HtpApp::selfHealVersions() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2284 |
| 8 | HtpAutoUpdate::runStep() | JROOT/administrator/components/com_htprotect/core/autoupdate_legacy.php:105 |
| 7 | HtpAutoUpdateLegacy::heartbeat() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5578 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.11 ms Query memory: 0.022 MB Memory before query: 24.312 MB Rows returned: 1
SELECT `manifest_cache`
FROM `jos_extensions`
WHERE `type` = 'component'
AND `element` = 'com_htprotect'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/app.php:4676 |
| 11 | HtpApp::installedExtVersion() | JROOT/administrator/components/com_htprotect/core/app.php:4564 |
| 10 | HtpApp::selfHealComponentVersion() | JROOT/administrator/components/com_htprotect/core/app.php:4269 |
| 9 | HtpApp::selfHealVersions() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2284 |
| 8 | HtpAutoUpdate::runStep() | JROOT/administrator/components/com_htprotect/core/autoupdate_legacy.php:105 |
| 7 | HtpAutoUpdateLegacy::heartbeat() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5578 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.08 ms Query memory: 0.021 MB Memory before query: 24.331 MB Rows returned: 1
SELECT `params`
FROM `jos_extensions`
WHERE `type` = 'component'
AND `element` = 'com_htprotect'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:445 |
| 10 | HtpConfig::load() | JROOT/administrator/components/com_htprotect/core/app.php:4338 |
| 9 | HtpApp::selfHealShield() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2288 |
| 8 | HtpAutoUpdate::runStep() | JROOT/administrator/components/com_htprotect/core/autoupdate_legacy.php:105 |
| 7 | HtpAutoUpdateLegacy::heartbeat() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5578 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.84 ms Query memory: 0.021 MB Memory before query: 24.336 MB Rows returned: 1
SELECT `params`
FROM `jos_extensions`
WHERE `type` = 'component'
AND `element` = 'com_htprotect'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:445 |
| 10 | HtpConfig::load() | JROOT/administrator/components/com_htprotect/core/link.php:967 |
| 9 | HtpLink::tick() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2303 |
| 8 | HtpAutoUpdate::runStep() | JROOT/administrator/components/com_htprotect/core/autoupdate_legacy.php:105 |
| 7 | HtpAutoUpdateLegacy::heartbeat() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5578 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.12 ms Query memory: 0.021 MB Memory before query: 24.342 MB Rows returned: 1
SELECT `params`
FROM `jos_extensions`
WHERE `type` = 'component'
AND `element` = 'com_htprotect'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:445 |
| 10 | HtpConfig::load() | JROOT/administrator/components/com_htprotect/core/joomshaperpatch.php:596 |
| 9 | HtpJoomShaperPatch::autoTick() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2311 |
| 8 | HtpAutoUpdate::runStep() | JROOT/administrator/components/com_htprotect/core/autoupdate_legacy.php:105 |
| 7 | HtpAutoUpdateLegacy::heartbeat() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5578 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.76 ms Query memory: 0.021 MB Memory before query: 24.347 MB Rows returned: 1
SELECT `params`
FROM `jos_extensions`
WHERE `type` = 'component'
AND `element` = 'com_htprotect'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:445 |
| 10 | HtpConfig::load() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2979 |
| 9 | HtpAutoUpdate::runStepInner() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2331 |
| 8 | HtpAutoUpdate::runStep() | JROOT/administrator/components/com_htprotect/core/autoupdate_legacy.php:105 |
| 7 | HtpAutoUpdateLegacy::heartbeat() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5578 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 24.359 MB Rows returned: 1
SELECT `params`
FROM `jos_users`
WHERE `email` = 'av@sitecenter.com.ua'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_users | NULL | ref | email | email | 402 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.00 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.17 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/maillang.php:86 |
| 12 | HtpMailLang::tag() | JROOT/administrator/components/com_htprotect/core/maillang.php:167 |
| 11 | HtpMailLang::load() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:4747 |
| 10 | HtpAutoUpdate::loadNotifyLang() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2992 |
| 9 | HtpAutoUpdate::runStepInner() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2331 |
| 8 | HtpAutoUpdate::runStep() | JROOT/administrator/components/com_htprotect/core/autoupdate_legacy.php:105 |
| 7 | HtpAutoUpdateLegacy::heartbeat() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5578 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 24.365 MB Rows returned: 1
SELECT `params`
FROM `jos_extensions`
WHERE `element` = 'com_languages'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/maillang.php:111 |
| 12 | HtpMailLang::tag() | JROOT/administrator/components/com_htprotect/core/maillang.php:167 |
| 11 | HtpMailLang::load() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:4747 |
| 10 | HtpAutoUpdate::loadNotifyLang() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2992 |
| 9 | HtpAutoUpdate::runStepInner() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2331 |
| 8 | HtpAutoUpdate::runStep() | JROOT/administrator/components/com_htprotect/core/autoupdate_legacy.php:105 |
| 7 | HtpAutoUpdateLegacy::heartbeat() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5578 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 1011.01 ms Query memory: 0.022 MB Memory before query: 24.376 MB Rows returned: 10
SELECT `update_site_id`
FROM `jos_update_sites`
WHERE `enabled` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_update_sites | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 11.11 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.16 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.18 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 13 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:6618 |
| 12 | HtpAutoUpdate::enabledUpdateSiteIds() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:7675 |
| 11 | HtpAutoUpdate::joomlaFindUpdatesGentle() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3566 |
| 10 | HtpAutoUpdate::execPlan() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3271 |
| 9 | HtpAutoUpdate::runStepInner() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2331 |
| 8 | HtpAutoUpdate::runStep() | JROOT/administrator/components/com_htprotect/core/autoupdate_legacy.php:105 |
| 7 | HtpAutoUpdateLegacy::heartbeat() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5578 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 24.383 MB Rows returned: 10
SELECT DISTINCT a.update_site_id, a.type, a.location, a.last_check_timestamp, a.extra_query
FROM `jos_update_sites` AS `a`
WHERE a.enabled = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 11.11 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 14 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Updater/Updater.php:248 |
| 13 | Joomla\CMS\Updater\Updater->getUpdateSites() | JROOT/libraries/src/Updater/Updater.php:127 |
| 12 | Joomla\CMS\Updater\Updater->findUpdates() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:7678 |
| 11 | HtpAutoUpdate::joomlaFindUpdatesGentle() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3566 |
| 10 | HtpAutoUpdate::execPlan() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3271 |
| 9 | HtpAutoUpdate::runStepInner() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2331 |
| 8 | HtpAutoUpdate::runStep() | JROOT/administrator/components/com_htprotect/core/autoupdate_legacy.php:105 |
| 7 | HtpAutoUpdateLegacy::heartbeat() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5578 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.55 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 24.398 MB Rows returned: 0
SELECT DISTINCT update_site_id
FROM jos_updates
WHERE `update_site_id` IN (
SELECT update_site_id
FROM jos_update_sites
WHERE `last_check_timestamp` IS NULL OR `last_check_timestamp` <= '1789992390')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_updates | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using temporary |
| 1 | SIMPLE | jos_update_sites | NULL | eq_ref | PRIMARY | PRIMARY | 4 | grabchak_db.jos_updates.update_site_id | 1 | 40.74 | Using where; Distinct |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.14 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.25 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 14 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Updater/Updater.php:426 |
| 13 | Joomla\CMS\Updater\Updater->getSitesWithUpdates() | JROOT/libraries/src/Updater/Updater.php:140 |
| 12 | Joomla\CMS\Updater\Updater->findUpdates() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:7678 |
| 11 | HtpAutoUpdate::joomlaFindUpdatesGentle() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3566 |
| 10 | HtpAutoUpdate::execPlan() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3271 |
| 9 | HtpAutoUpdate::runStepInner() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2331 |
| 8 | HtpAutoUpdate::runStep() | JROOT/administrator/components/com_htprotect/core/autoupdate_legacy.php:105 |
| 7 | HtpAutoUpdateLegacy::heartbeat() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5578 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.03 ms Query memory: 0.006 MB Memory before query: 24.397 MB
UPDATE `jos_update_sites`
SET `enabled` = 1
WHERE `update_site_id` IN (1,2,3,6,11,14,16,17,18,19)
AND `enabled` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | jos_update_sites | NULL | index | PRIMARY | PRIMARY | 4 | NULL | 9 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.02 ms |
| updating | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:6671 |
| 12 | HtpAutoUpdate::reenableUpdateSites() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:7681 |
| 11 | HtpAutoUpdate::joomlaFindUpdatesGentle() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3566 |
| 10 | HtpAutoUpdate::execPlan() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3271 |
| 9 | HtpAutoUpdate::runStepInner() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2331 |
| 8 | HtpAutoUpdate::runStep() | JROOT/administrator/components/com_htprotect/core/autoupdate_legacy.php:105 |
| 7 | HtpAutoUpdateLegacy::heartbeat() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5578 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 0.06 ms Query memory: 0.127 MB Memory before query: 24.409 MB Rows returned: 224
SELECT `element`,`type`,`folder`,`client_id`,`manifest_cache`,`enabled`
FROM `jos_extensions`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 224 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.39 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 13 | JDatabaseDriver->loadAssocList() | JROOT/administrator/components/com_htprotect/core/defs.php:4470 |
| 12 | HtpDefs::checkExtensions() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:6182 |
| 11 | HtpAutoUpdate::collectInfos() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3584 |
| 10 | HtpAutoUpdate::execPlan() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3271 |
| 9 | HtpAutoUpdate::runStepInner() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2331 |
| 8 | HtpAutoUpdate::runStep() | JROOT/administrator/components/com_htprotect/core/autoupdate_legacy.php:105 |
| 7 | HtpAutoUpdateLegacy::heartbeat() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5578 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 1.46 ms Query memory: 0.021 MB Memory before query: 24.409 MB Rows returned: 0
SELECT `extension_id`,`update_id`,`version`
FROM `jos_updates`
WHERE `extension_id` > 0
LIMIT 1000
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_updates | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 12 | JDatabaseDriver->loadAssocList() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:6232 |
| 11 | HtpAutoUpdate::collectInfos() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3584 |
| 10 | HtpAutoUpdate::execPlan() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3271 |
| 9 | HtpAutoUpdate::runStepInner() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2331 |
| 8 | HtpAutoUpdate::runStep() | JROOT/administrator/components/com_htprotect/core/autoupdate_legacy.php:105 |
| 7 | HtpAutoUpdateLegacy::heartbeat() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5578 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.91 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 24.420 MB Rows returned: 14
SELECT `e`.`extension_id`,`e`.`type`,`e`.`element`,`e`.`folder`,`e`.`client_id`,`e`.`name`,`e`.`manifest_cache`,`s`.`location` AS `site_location`
FROM `jos_extensions` AS `e`
INNER JOIN `jos_update_sites_extensions` AS `se`
ON `se`.`extension_id` = `e`.`extension_id`
INNER JOIN `jos_update_sites` AS `s`
ON `s`.`update_site_id` = `se`.`update_site_id`
WHERE `e`.`extension_id` > 0
AND `s`.`enabled` = 1
ORDER BY `e`.`name`
LIMIT 500
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 11.11 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | se | NULL | ref | PRIMARY | PRIMARY | 4 | grabchak_db.s.update_site_id | 1 | 100.00 | Using where; Using index |
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | grabchak_db.se.extension_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.12 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.02 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.49 ms |
| Creating sort index | 0.08 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.02 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.02 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 12 | JDatabaseDriver->loadAssocList() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:6266 |
| 11 | HtpAutoUpdate::collectInfos() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3584 |
| 10 | HtpAutoUpdate::execPlan() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3271 |
| 9 | HtpAutoUpdate::runStepInner() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2331 |
| 8 | HtpAutoUpdate::runStep() | JROOT/administrator/components/com_htprotect/core/autoupdate_legacy.php:105 |
| 7 | HtpAutoUpdateLegacy::heartbeat() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5578 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 24.444 MB Rows returned: 2
SELECT `type`,`element`,`folder`,`client_id`
FROM `jos_extensions`
WHERE `package_id` = 802
LIMIT 200
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 224 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.11 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 13 | JDatabaseDriver->loadAssocList() | JROOT/administrator/components/com_htprotect/core/autoupdate_backup.php:345 |
| 12 | HtpUpdateBackup::packageChildren() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:6336 |
| 11 | HtpAutoUpdate::collectInfos() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3584 |
| 10 | HtpAutoUpdate::execPlan() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3271 |
| 9 | HtpAutoUpdate::runStepInner() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2331 |
| 8 | HtpAutoUpdate::runStep() | JROOT/administrator/components/com_htprotect/core/autoupdate_legacy.php:105 |
| 7 | HtpAutoUpdateLegacy::heartbeat() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5578 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 24.455 MB Rows returned: 8
SELECT `type`,`element`,`folder`,`client_id`
FROM `jos_extensions`
WHERE `package_id` = 10031
LIMIT 200
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 224 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.10 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 13 | JDatabaseDriver->loadAssocList() | JROOT/administrator/components/com_htprotect/core/autoupdate_backup.php:345 |
| 12 | HtpUpdateBackup::packageChildren() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:6336 |
| 11 | HtpAutoUpdate::collectInfos() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3584 |
| 10 | HtpAutoUpdate::execPlan() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3271 |
| 9 | HtpAutoUpdate::runStepInner() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2331 |
| 8 | HtpAutoUpdate::runStep() | JROOT/administrator/components/com_htprotect/core/autoupdate_legacy.php:105 |
| 7 | HtpAutoUpdateLegacy::heartbeat() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5578 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 24.465 MB Rows returned: 8
SELECT `type`,`element`,`folder`,`client_id`
FROM `jos_extensions`
WHERE `package_id` = 10013
LIMIT 200
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 224 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.10 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 13 | JDatabaseDriver->loadAssocList() | JROOT/administrator/components/com_htprotect/core/autoupdate_backup.php:345 |
| 12 | HtpUpdateBackup::packageChildren() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:6336 |
| 11 | HtpAutoUpdate::collectInfos() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3584 |
| 10 | HtpAutoUpdate::execPlan() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3271 |
| 9 | HtpAutoUpdate::runStepInner() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2331 |
| 8 | HtpAutoUpdate::runStep() | JROOT/administrator/components/com_htprotect/core/autoupdate_legacy.php:105 |
| 7 | HtpAutoUpdateLegacy::heartbeat() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5578 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 24.473 MB Rows returned: 2
SELECT `type`,`element`,`folder`,`client_id`
FROM `jos_extensions`
WHERE `package_id` = 10048
LIMIT 200
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 224 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.10 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 13 | JDatabaseDriver->loadAssocList() | JROOT/administrator/components/com_htprotect/core/autoupdate_backup.php:345 |
| 12 | HtpUpdateBackup::packageChildren() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:6336 |
| 11 | HtpAutoUpdate::collectInfos() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3584 |
| 10 | HtpAutoUpdate::execPlan() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3271 |
| 9 | HtpAutoUpdate::runStepInner() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2331 |
| 8 | HtpAutoUpdate::runStep() | JROOT/administrator/components/com_htprotect/core/autoupdate_legacy.php:105 |
| 7 | HtpAutoUpdateLegacy::heartbeat() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5578 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 24.477 MB Rows returned: 2
SELECT `type`,`element`,`folder`,`client_id`
FROM `jos_extensions`
WHERE `package_id` = 10049
LIMIT 200
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 224 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 13 | JDatabaseDriver->loadAssocList() | JROOT/administrator/components/com_htprotect/core/autoupdate_backup.php:345 |
| 12 | HtpUpdateBackup::packageChildren() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:6336 |
| 11 | HtpAutoUpdate::collectInfos() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3584 |
| 10 | HtpAutoUpdate::execPlan() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3271 |
| 9 | HtpAutoUpdate::runStepInner() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2331 |
| 8 | HtpAutoUpdate::runStep() | JROOT/administrator/components/com_htprotect/core/autoupdate_legacy.php:105 |
| 7 | HtpAutoUpdateLegacy::heartbeat() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5578 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 24.489 MB Rows returned: 2
SELECT `type`,`element`,`folder`,`client_id`
FROM `jos_extensions`
WHERE `package_id` = 10002
LIMIT 200
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 224 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 13 | JDatabaseDriver->loadAssocList() | JROOT/administrator/components/com_htprotect/core/autoupdate_backup.php:345 |
| 12 | HtpUpdateBackup::packageChildren() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:6336 |
| 11 | HtpAutoUpdate::collectInfos() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3584 |
| 10 | HtpAutoUpdate::execPlan() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3271 |
| 9 | HtpAutoUpdate::runStepInner() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2331 |
| 8 | HtpAutoUpdate::runStep() | JROOT/administrator/components/com_htprotect/core/autoupdate_legacy.php:105 |
| 7 | HtpAutoUpdateLegacy::heartbeat() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5578 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 24.497 MB Rows returned: 2
SELECT `type`,`element`,`folder`,`client_id`
FROM `jos_extensions`
WHERE `package_id` = 10038
LIMIT 200
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 224 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.10 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 13 | JDatabaseDriver->loadAssocList() | JROOT/administrator/components/com_htprotect/core/autoupdate_backup.php:345 |
| 12 | HtpUpdateBackup::packageChildren() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:6336 |
| 11 | HtpAutoUpdate::collectInfos() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3584 |
| 10 | HtpAutoUpdate::execPlan() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3271 |
| 9 | HtpAutoUpdate::runStepInner() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2331 |
| 8 | HtpAutoUpdate::runStep() | JROOT/administrator/components/com_htprotect/core/autoupdate_legacy.php:105 |
| 7 | HtpAutoUpdateLegacy::heartbeat() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5578 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.06 ms Query memory: 0.027 MB Memory before query: 24.491 MB Rows returned: 0
SELECT `e`.`extension_id`,`e`.`element`,`e`.`name`,`e`.`manifest_cache`,`u`.`update_id` AS `update_id`,`u`.`version` AS `avail`
FROM `jos_extensions` AS `e`
INNER JOIN `jos_updates` AS `u`
ON `u`.`extension_id` = `e`.`extension_id`
WHERE `e`.`type` = 'file'
AND `e`.`element` LIKE '%htprotect%'
LIMIT 12
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | u | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY,extension | PRIMARY | 4 | grabchak_db.u.extension_id | 1 | 5.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 12 | JDatabaseDriver->loadAssocList() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:5158 |
| 11 | HtpAutoUpdate::updateOwnLangpacks() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3744 |
| 10 | HtpAutoUpdate::execPlan() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:3271 |
| 9 | HtpAutoUpdate::runStepInner() | JROOT/administrator/components/com_htprotect/core/autoupdate.php:2331 |
| 8 | HtpAutoUpdate::runStep() | JROOT/administrator/components/com_htprotect/core/autoupdate_legacy.php:105 |
| 7 | HtpAutoUpdateLegacy::heartbeat() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5578 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.26 ms Query memory: 0.020 MB Memory before query: 24.460 MB Rows returned: 1
SELECT `rules`
FROM `jos_assets`
WHERE `id` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_assets | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/accounts.php:490 |
| 8 | HtpAccounts::privilegedGroupIds() | JROOT/administrator/components/com_htprotect/core/accounts.php:664 |
| 7 | HtpAccounts::suspiciousAdmins() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5749 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.03 ms Query memory: 0.020 MB Memory before query: 24.465 MB Rows returned: 2
SELECT DISTINCT `user_id`
FROM `jos_user_usergroup_map`
WHERE `group_id` IN (8)
LIMIT 500
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_user_usergroup_map | NULL | index | PRIMARY | PRIMARY | 8 | NULL | 3 | 33.33 | Using where; Using index; Using temporary |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| Creating tmp table | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 8 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_htprotect/core/accounts.php:673 |
| 7 | HtpAccounts::suspiciousAdmins() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5749 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.02 ms Query memory: 0.020 MB Memory before query: 24.471 MB Rows returned: 0
SELECT `id`
FROM `jos_users`
WHERE (`username` LIKE 'xtw18387%' OR `email` LIKE 'xtw18387%' OR `username` LIKE 'joomla@test.com' OR `email` LIKE 'joomla@test.com')
LIMIT 500
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_users | NULL | ALL | idx_username,email | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 93.75 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.25 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 8 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_htprotect/core/accounts.php:711 |
| 7 | HtpAccounts::suspiciousAdmins() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5749 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.02 ms Query memory: 0.020 MB Memory before query: 24.476 MB Rows returned: 2
SELECT `id`,`username`,`name`,`email`,`registerDate`,`lastvisitDate`,`block`
FROM `jos_users`
WHERE `id` IN (144,145)
LIMIT 500
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_users | NULL | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 8 | JDatabaseDriver->loadAssocList() | JROOT/administrator/components/com_htprotect/core/accounts.php:739 |
| 7 | HtpAccounts::suspiciousAdmins() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5749 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.11 ms Query memory: 0.020 MB Memory before query: 24.479 MB Rows returned: 1
SELECT `id`,`name`,`types`,`area`,`plugins`,`params`
FROM `jos_wf_profiles`
WHERE `published` = 1
LIMIT 200
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_wf_profiles | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 20.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.13 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 8 | JDatabaseDriver->loadAssocList() | JROOT/administrator/components/com_htprotect/core/defs.php:4716 |
| 7 | HtpDefs::checkJceProfiles() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5778 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 3.41 ms Query memory: 0.021 MB Memory before query: 24.483 MB Rows returned: 1
SELECT `params`
FROM `jos_users`
WHERE `email` = 'av@sitecenter.com.ua'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_users | NULL | ref | email | email | 402 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/maillang.php:86 |
| 9 | HtpMailLang::tag() | JROOT/administrator/components/com_htprotect/core/maillang.php:167 |
| 8 | HtpMailLang::load() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6013 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.02 ms Query memory: 0.021 MB Memory before query: 24.489 MB Rows returned: 1
SELECT `params`
FROM `jos_extensions`
WHERE `element` = 'com_languages'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/maillang.php:111 |
| 9 | HtpMailLang::tag() | JROOT/administrator/components/com_htprotect/core/maillang.php:167 |
| 8 | HtpMailLang::load() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6013 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 1.02 ms Query memory: 0.021 MB Memory before query: 24.495 MB Rows returned: 1
SELECT `params`
FROM `jos_extensions`
WHERE `type` = 'component'
AND `element` = 'com_htprotect'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/watch.php:2264 |
| 9 | HtpWatch::loadNotified() | JROOT/administrator/components/com_htprotect/core/watch.php:1226 |
| 8 | HtpWatch::dueForNotification() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6038 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.14 ms Query memory: 0.021 MB Memory before query: 24.514 MB Rows returned: 1
SELECT `params`
FROM `jos_extensions`
WHERE `type` = 'component'
AND `element` = 'com_htprotect'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:445 |
| 9 | HtpConfig::load() | JROOT/administrator/components/com_htprotect/core/config.php:567 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.06 ms Query memory: 0.021 MB Memory before query: 24.525 MB Rows returned: 1
SELECT `params`
FROM `jos_extensions`
WHERE `type` = 'component'
AND `element` = 'com_htprotect'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:733 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 24.578 MB Rows returned: 1
SHOW TABLES LIKE 'jos_htprotect_store'
EXPLAIN not possible on query: SHOW TABLES LIKE 'jos_htprotect_store'
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| checking permissions | 0.16 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:970 |
| 11 | HtpConfig::cfgStoreTableExists() | JROOT/administrator/components/com_htprotect/core/config.php:993 |
| 10 | HtpConfig::cfgStorePut() | JROOT/administrator/components/com_htprotect/core/config.php:802 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.07 ms Query memory: 0.021 MB Memory before query: 24.586 MB Rows returned: 1
SELECT `name`
FROM `jos_htprotect_store`
WHERE `name` = 'htp_cfg_watch_manifest'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_htprotect_store | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:1009 |
| 10 | HtpConfig::cfgStorePut() | JROOT/administrator/components/com_htprotect/core/config.php:802 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.03 ms Query memory: 0.005 MB Memory before query: 24.592 MB
UPDATE `jos_htprotect_store`
SET `data` = 'z:H4sIAAAAAAAAA53LOwrDMAwA0LtoDq1tWf6dJRAUSWkyBAoOXULu3nbr3PXBO2Ga1uMJzQ/wgnbCbT1YxHqHBi5J5RxdJVREczg7SbZQIZdI42KsLD4TDLDt/LA+3n+7xoCRSgiOUYXqnJJiKT5Q/VpOpWJmz5++m278576uN1+iDeLFAAAA'
, `ts` = 1790013990
WHERE `name` = 'htp_cfg_watch_manifest'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | jos_htprotect_store | NULL | range | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| updating | 0.04 ms |
| end | 0.00 ms |
| query end | 0.03 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_htprotect/core/config.php:1025 |
| 10 | HtpConfig::cfgStorePut() | JROOT/administrator/components/com_htprotect/core/config.php:802 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.02 ms Query memory: 0.021 MB Memory before query: 24.607 MB Rows returned: 1
SHOW TABLES LIKE 'jos_htprotect_store'
EXPLAIN not possible on query: SHOW TABLES LIKE 'jos_htprotect_store'
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| checking permissions | 0.14 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:970 |
| 11 | HtpConfig::cfgStoreTableExists() | JROOT/administrator/components/com_htprotect/core/config.php:993 |
| 10 | HtpConfig::cfgStorePut() | JROOT/administrator/components/com_htprotect/core/config.php:802 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 24.614 MB Rows returned: 1
SELECT `name`
FROM `jos_htprotect_store`
WHERE `name` = 'htp_cfg_watch_pending'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_htprotect_store | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:1009 |
| 10 | HtpConfig::cfgStorePut() | JROOT/administrator/components/com_htprotect/core/config.php:802 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.005 MB Memory before query: 24.620 MB
UPDATE `jos_htprotect_store`
SET `data` = 'z:H4sIAAAAAAAAA6tWio/PKClQsjLUUSpTsoqOrQUAMM4uAhIAAAA='
, `ts` = 1790013990
WHERE `name` = 'htp_cfg_watch_pending'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | jos_htprotect_store | NULL | range | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| updating | 0.02 ms |
| end | 0.00 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_htprotect/core/config.php:1025 |
| 10 | HtpConfig::cfgStorePut() | JROOT/administrator/components/com_htprotect/core/config.php:802 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.02 ms Query memory: 0.021 MB Memory before query: 24.623 MB Rows returned: 1
SHOW TABLES LIKE 'jos_htprotect_store'
EXPLAIN not possible on query: SHOW TABLES LIKE 'jos_htprotect_store'
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| checking permissions | 0.13 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| removing tmp table | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:970 |
| 11 | HtpConfig::cfgStoreTableExists() | JROOT/administrator/components/com_htprotect/core/config.php:993 |
| 10 | HtpConfig::cfgStorePut() | JROOT/administrator/components/com_htprotect/core/config.php:802 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 24.631 MB Rows returned: 1
SELECT `name`
FROM `jos_htprotect_store`
WHERE `name` = 'htp_cfg_core_manifest'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_htprotect_store | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:1009 |
| 10 | HtpConfig::cfgStorePut() | JROOT/administrator/components/com_htprotect/core/config.php:802 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.02 ms Query memory: 0.005 MB Memory before query: 24.637 MB
UPDATE `jos_htprotect_store`
SET `data` = 'z:H4sIAAAAAAAAA03MTQqDQAxA4btkLW0m8+9ZCpKZZHAWtWKlFMS712W3D753wDTN+wqjGeAD4wF9Ef3e1vlKQM2UgK364CkGVuNCUc7MyqI121ac1BQrDMDy7Et/7xvvr+1x/79EjKl6iYVMMhmxeswXtkjNklMSVqJUGpznD4Tlm6iOAAAA'
, `ts` = 1790013990
WHERE `name` = 'htp_cfg_core_manifest'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | jos_htprotect_store | NULL | range | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| updating | 0.02 ms |
| end | 0.00 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_htprotect/core/config.php:1025 |
| 10 | HtpConfig::cfgStorePut() | JROOT/administrator/components/com_htprotect/core/config.php:802 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.01 ms Query memory: 0.021 MB Memory before query: 24.639 MB Rows returned: 1
SHOW TABLES LIKE 'jos_htprotect_store'
EXPLAIN not possible on query: SHOW TABLES LIKE 'jos_htprotect_store'
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| checking permissions | 0.14 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:970 |
| 11 | HtpConfig::cfgStoreTableExists() | JROOT/administrator/components/com_htprotect/core/config.php:993 |
| 10 | HtpConfig::cfgStorePut() | JROOT/administrator/components/com_htprotect/core/config.php:802 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.02 ms Query memory: 0.021 MB Memory before query: 24.647 MB Rows returned: 1
SELECT `name`
FROM `jos_htprotect_store`
WHERE `name` = 'htp_cfg_seo_baseline'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_htprotect_store | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:1009 |
| 10 | HtpConfig::cfgStorePut() | JROOT/administrator/components/com_htprotect/core/config.php:802 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.02 ms Query memory: 0.005 MB Memory before query: 24.653 MB
UPDATE `jos_htprotect_store`
SET `data` = 'z:H4sIAAAAAAAAA6tWio/PKClQsjLUUSpTsoqOrQUAMM4uAhIAAAA='
, `ts` = 1790013990
WHERE `name` = 'htp_cfg_seo_baseline'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | jos_htprotect_store | NULL | range | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| updating | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_htprotect/core/config.php:1025 |
| 10 | HtpConfig::cfgStorePut() | JROOT/administrator/components/com_htprotect/core/config.php:802 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.01 ms Query memory: 0.021 MB Memory before query: 24.656 MB Rows returned: 1
SHOW TABLES LIKE 'jos_htprotect_store'
EXPLAIN not possible on query: SHOW TABLES LIKE 'jos_htprotect_store'
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| checking permissions | 0.13 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.01 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:970 |
| 11 | HtpConfig::cfgStoreTableExists() | JROOT/administrator/components/com_htprotect/core/config.php:993 |
| 10 | HtpConfig::cfgStorePut() | JROOT/administrator/components/com_htprotect/core/config.php:802 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.09 ms After last query: 0.04 ms Query memory: 0.021 MB Memory before query: 24.664 MB Rows returned: 1
SELECT `name`
FROM `jos_htprotect_store`
WHERE `name` = 'htp_cfg_account_baseline'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_htprotect_store | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:1009 |
| 10 | HtpConfig::cfgStorePut() | JROOT/administrator/components/com_htprotect/core/config.php:802 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.005 MB Memory before query: 24.670 MB
UPDATE `jos_htprotect_store`
SET `data` = 'z:H4sIAAAAAAAAA43PyWrDMBCA4VcJOttGI4/WU94jlDBa7JjGTrCcQAl+98o5tKGF0pNg9Gv5Hux4PC1X5qBid+YeDBC3ZYhlhFixW07zRGNijlEch6nOrGJppOFcJnlYUkjTkuamZH362PfbThMuY6muJ8qnUulEmoTkRiKi74SxQSsTQIG0IrSSIJCKPpYj/nwJ78zxip0pL/ehPFAuEBxszU0tYAfouHIctuunlGJ+xnPqh1x+keJXrWve7qDdamFK3c+X27XUB/O2VkUpv5Xyt/LFSPf9C7PImhu94DruI3iyMXlEIC3Qt6SE6WwMNpJXptOyJfgDJ1TN7ROnnZBO2n/gBO4AHFon1A/cun4Ck5k/7NQBAAA='
, `ts` = 1790013990
WHERE `name` = 'htp_cfg_account_baseline'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | jos_htprotect_store | NULL | range | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| updating | 0.02 ms |
| end | 0.00 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_htprotect/core/config.php:1025 |
| 10 | HtpConfig::cfgStorePut() | JROOT/administrator/components/com_htprotect/core/config.php:802 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.01 ms Query memory: 0.021 MB Memory before query: 24.672 MB Rows returned: 1
SHOW TABLES LIKE 'jos_htprotect_store'
EXPLAIN not possible on query: SHOW TABLES LIKE 'jos_htprotect_store'
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| checking permissions | 0.13 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:970 |
| 11 | HtpConfig::cfgStoreTableExists() | JROOT/administrator/components/com_htprotect/core/config.php:993 |
| 10 | HtpConfig::cfgStorePut() | JROOT/administrator/components/com_htprotect/core/config.php:802 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.02 ms Query memory: 0.021 MB Memory before query: 24.680 MB Rows returned: 1
SELECT `name`
FROM `jos_htprotect_store`
WHERE `name` = 'htp_cfg_account_contained'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_htprotect_store | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:1009 |
| 10 | HtpConfig::cfgStorePut() | JROOT/administrator/components/com_htprotect/core/config.php:802 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.02 ms Query memory: 0.005 MB Memory before query: 24.686 MB
UPDATE `jos_htprotect_store`
SET `data` = 'z:H4sIAAAAAAAAA6tWio/PKClQsjLUUSpTsoqOrQUAMM4uAhIAAAA='
, `ts` = 1790013990
WHERE `name` = 'htp_cfg_account_contained'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | jos_htprotect_store | NULL | range | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| updating | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_htprotect/core/config.php:1025 |
| 10 | HtpConfig::cfgStorePut() | JROOT/administrator/components/com_htprotect/core/config.php:802 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.01 ms Query memory: 0.021 MB Memory before query: 24.689 MB Rows returned: 1
SHOW TABLES LIKE 'jos_htprotect_store'
EXPLAIN not possible on query: SHOW TABLES LIKE 'jos_htprotect_store'
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| checking permissions | 0.13 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:970 |
| 11 | HtpConfig::cfgStoreTableExists() | JROOT/administrator/components/com_htprotect/core/config.php:993 |
| 10 | HtpConfig::cfgStorePut() | JROOT/administrator/components/com_htprotect/core/config.php:802 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.02 ms Query memory: 0.021 MB Memory before query: 24.696 MB Rows returned: 1
SELECT `name`
FROM `jos_htprotect_store`
WHERE `name` = 'htp_cfg_autoupdate_intent'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_htprotect_store | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:1009 |
| 10 | HtpConfig::cfgStorePut() | JROOT/administrator/components/com_htprotect/core/config.php:802 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.02 ms Query memory: 0.005 MB Memory before query: 24.702 MB
UPDATE `jos_htprotect_store`
SET `data` = 'z:H4sIAAAAAAAAA6tWio/PKClQsjLUUSpTsoqOrQUAMM4uAhIAAAA='
, `ts` = 1790013990
WHERE `name` = 'htp_cfg_autoupdate_intent'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | jos_htprotect_store | NULL | range | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| updating | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_htprotect/core/config.php:1025 |
| 10 | HtpConfig::cfgStorePut() | JROOT/administrator/components/com_htprotect/core/config.php:802 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.01 ms Query memory: 0.021 MB Memory before query: 24.705 MB Rows returned: 1
SHOW TABLES LIKE 'jos_htprotect_store'
EXPLAIN not possible on query: SHOW TABLES LIKE 'jos_htprotect_store'
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| checking permissions | 0.13 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:970 |
| 11 | HtpConfig::cfgStoreTableExists() | JROOT/administrator/components/com_htprotect/core/config.php:993 |
| 10 | HtpConfig::cfgStorePut() | JROOT/administrator/components/com_htprotect/core/config.php:802 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.10 ms After last query: 0.02 ms Query memory: 0.021 MB Memory before query: 24.713 MB Rows returned: 1
SELECT `name`
FROM `jos_htprotect_store`
WHERE `name` = 'htp_cfg_mal_whitelist'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_htprotect_store | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:1009 |
| 10 | HtpConfig::cfgStorePut() | JROOT/administrator/components/com_htprotect/core/config.php:802 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.02 ms Query memory: 0.005 MB Memory before query: 24.718 MB
UPDATE `jos_htprotect_store`
SET `data` = 'z:H4sIAAAAAAAAA6tWio/PKClQsjLUUSpTsoqOrQUAMM4uAhIAAAA='
, `ts` = 1790013990
WHERE `name` = 'htp_cfg_mal_whitelist'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | jos_htprotect_store | NULL | range | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| updating | 0.02 ms |
| end | 0.00 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_htprotect/core/config.php:1025 |
| 10 | HtpConfig::cfgStorePut() | JROOT/administrator/components/com_htprotect/core/config.php:802 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.07 ms Query memory: 0.005 MB Memory before query: 24.745 MB
UPDATE `jos_extensions`
SET `params` = '{\"htp_shield\":{\"site_path\":\"\",\"sef_rules\":1,\"api_router\":1,\"api_mode\":\"route\",\"fastcgi_auth\":1,\"apache_options\":1,\"follow_symlink\":0,\"force_https\":1,\"www_mode\":0,\"canonical_host\":\"\",\"h_frame\":1,\"h_nosniff\":1,\"h_referrer\":\"strict-origin-when-cross-origin\",\"h_poweredby\":1,\"h_hsts\":0,\"h_hsts_sub\":0,\"h_coop\":0,\"h_permissions\":0,\"f_query\":1,\"f_rfi\":1,\"f_methods\":1,\"f_wpnoise\":1,\"htaccess_external\":0,\"shield_autoheal\":1,\"shield_autoheal_last\":0,\"mig_ext_2710\":1,\"mig_selfon_2415\":1,\"guard_dismissed\":0,\"ai_api_allow\":0,\"x_shield\":1,\"x_sigs_off\":[],\"defs_version\":\"2026-07-14.1\",\"u_harden\":1,\"u_dirs\":[\"images\",\"media\"],\"emergency_lock\":0,\"emergency_key\":\"\",\"emergency_title\":\"\",\"emergency_text\":\"\",\"notify_email\":\"av@sitecenter.com.ua\",\"notify_seeded\":1,\"notify_reminder_days\":14,\"unsub_secret\":\"ukdf7YUPJ1qBfOEyt04TyCo58Q9WL2kWDP3D-0iUPUM\",\"unsub_base\":\"https:\\/\\/grabchak-studio.kiev.ua\\/\",\"site_fp\":\"5d7bf21b09a36737efe6d8438a3146b88f134f4f\",\"swarm_contrib_id\":\"\",\"swarm_acked\":[],\"core_jversion\":\"3.10.12\",\"watch_htp_version\":\"2.7.15\",\"accounts_watch\":1,\"admin_whitelist\":[],\"admin_guard\":1,\"admin_guard_mode\":\"contain\",\"account_sanctioned\":[],\"vuln_ack\":[],\"helix_ignore\":[],\"seo_watch\":1,\"compat_guard\":1,\"seo_cloaking_auto\":0,\"seo_whitelist\":[],\"seo_topic_ack\":[],\"seo_overview_ts\":1790011759,\"seo_overview_finding\":[],\"core_overview_ts\":1790011797,\"core_overview_finding\":[],\"plugin_initialized\":0,\"quickicon_initialized\":0,\"autosecure\":0,\"autosecure_last\":0,\"tmp_autoclean\":0,\"tmp_keep\":[],\"autoupdate_notify\":0,\"autoupdate_ext\":1,\"autoupdate_all\":0,\"autoupdate_self\":1,\"autoupdate_manual\":0,\"autoupdate_mail_success\":0,\"autoupdate_include\":[],\"autoupdate_exclude\":[],\"autoupdate_never\":[],\"autoupdate_default\":\"security\",\"autoupdate_keep\":1,\"autoupdate_interval\":86400,\"autoupdate_schedule\":\"daily\",\"autoupdate_hour\":21,\"autoupdate_weekday\":5,\"autoupdate_grace\":3,\"autoupdate_malscan\":1,\"autoupdate_skip_major\":0,\"core_auto\":0,\"keep_update_sites\":1,\"keep_update_sites_except\":[],\"s_php\":1,\"s_types\":1,\"s_ext\":\"7z,avif,bmp,br,css,csv,doc,docx,eot,geojson,gif,gml,gpx,gz,htm,html,ico,ics,jp2,jpe,jpeg,jpg,js,json,kml,kmz,less,scss,m4a,m4v,map,mjs,mov,mp3,mp4,mpeg,mpg,odp,ods,odt,oga,ogg,ogv,opus,otf,pdf,png,ppt,pptx,rar,rtf,svg,svgz,tif,tiff,ttf,txt,vtt,wasm,wav,webm,webmanifest,webp,woff,woff2,xls,xlsx,xml,xsl,zip\",\"s_files\":[\"administrator\\/components\\/com_akeeba\\/restore.php\",\"administrator\\/components\\/com_akeebabackup\\/restore.php\"],\"s_dirs_php\":[\"plugins\\/system\\/bfnetwork\"],\"s_dirs_static\":[],\"allow_paths\":[],\"s_dotfiles\":1,\"s_wellknown\":1,\"s_sensitive\":1,\"s_manifests\":0,\"s_sysdirs\":1,\"s_sysdirs_list\":[\"administrator\\/cache\",\"administrator\\/logs\",\"cache\",\"cli\",\"log\",\"logs\",\"tmp\"],\"p_compress\":1,\"p_precomp\":0,\"p_expires\":1,\"p_etag\":0,\"custom_top\":\"\",\"custom_bottom\":\"\",\"file_sha1\":\"78a20bae609afdfd6493f475b0b215365242207b\",\"last_written\":\"2026-09-21 20:30:18\",\"last_test\":{\"checks\":[{\"label\":\"Home page reachable\",\"url\":\"https:\\/\\/grabchak-studio.kiev.ua\\/\",\"status\":0,\"ok\":false,\"note\":\"Failed to connect to grabchak-studio.kiev.ua port 443: Connection refused\"},{\"label\":\"Backend reachable (401 = password protection active)\",\"url\":\"https:\\/\\/grabchak-studio.kiev.ua\\/administrator\\/index.php\",\"status\":0,\"ok\":false,\"note\":\"Failed to connect to grabchak-studio.kiev.ua port 443: Connection refused\"},{\"label\":\"PHP shield active (test call is rejected with 403)\",\"url\":\"https:\\/\\/grabchak-studio.kiev.ua\\/htpx-canary-f6b767a1.php\\/htp\",\"status\":0,\"ok\":false,\"note\":\"\"},{\"label\":\"configuration.php blocked\",\"url\":\"https:\\/\\/grabchak-studio.kiev.ua\\/configuration.php\",\"status\":0,\"ok\":true,\"note\":\"\"}],\"regression\":false,\"reason\":\"\",\"admin_status\":0,\"time\":\"2026-09-21 17:30:18\"},\"guard_dir\":\"\",\"guard_mode\":\"\",\"guard_string\":\"\",\"guard_recover\":\"\",\"sso_match1\":\"\",\"sso_match2\":\"\",\"sso_match3\":\"\",\"welcome_sent\":0,\"welcome_green_since\":0,\"jed_review_ack\":\"\",\"jed_mail_last\":0,\"fv_notice_ack\":0,\"gzip_notice_ack\":0,\"langpack_notice_ack\":\"\",\"htaccess_cap\":[],\"link_paired\":0,\"site_host\":\"\",\"link_fpr\":\"\",\"su_only\":1,\"hidden_su\":[]},\"htp_incidents\":[]}'
WHERE `type` = 'component'
AND `element` = 'com_htprotect'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | jos_extensions | NULL | range | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.03 ms |
| updating | 0.11 ms |
| end | 0.00 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_htprotect/core/config.php:867 |
| 9 | HtpConfig::save() | JROOT/administrator/components/com_htprotect/core/config.php:584 |
| 8 | HtpConfig::saveKeys() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6051 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.10 ms Query memory: 0.021 MB Memory before query: 24.667 MB Rows returned: 1
SELECT `params`
FROM `jos_extensions`
WHERE `type` = 'component'
AND `element` = 'com_htprotect'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/config.php:445 |
| 9 | HtpConfig::load() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6095 |
| 8 | PlgSystemHtprotectwatch->sendMail() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6065 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.05 ms Query memory: 0.021 MB Memory before query: 24.718 MB Rows returned: 8
SELECT `name`,`data`
FROM `jos_htprotect_store`
WHERE `name` LIKE 'htp_cfg_%'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_htprotect_store | NULL | range | PRIMARY | PRIMARY | 194 | NULL | 10 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 11 | JDatabaseDriver->loadAssocList() | JROOT/administrator/components/com_htprotect/core/config.php:923 |
| 10 | HtpConfig::cfgStoreReadAll() | JROOT/administrator/components/com_htprotect/core/config.php:503 |
| 9 | HtpConfig::load() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6095 |
| 8 | PlgSystemHtprotectwatch->sendMail() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6065 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.021 MB Memory before query: 24.689 MB Rows returned: 1
SELECT `params`
FROM `jos_users`
WHERE `email` = 'av@sitecenter.com.ua'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_users | NULL | ref | email | email | 402 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/maillang.php:86 |
| 10 | HtpMailLang::tag() | JROOT/administrator/components/com_htprotect/core/maillang.php:167 |
| 9 | HtpMailLang::load() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6095 |
| 8 | PlgSystemHtprotectwatch->sendMail() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6065 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.02 ms Query memory: 0.021 MB Memory before query: 24.695 MB Rows returned: 1
SELECT `params`
FROM `jos_extensions`
WHERE `element` = 'com_languages'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/maillang.php:111 |
| 10 | HtpMailLang::tag() | JROOT/administrator/components/com_htprotect/core/maillang.php:167 |
| 9 | HtpMailLang::load() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6095 |
| 8 | PlgSystemHtprotectwatch->sendMail() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6065 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 95.65 ms Query memory: 0.021 MB Memory before query: 25.959 MB Rows returned: 1
SELECT `params`
FROM `jos_extensions`
WHERE `type` = 'component'
AND `element` = 'com_htprotect'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/watch.php:2264 |
| 9 | HtpWatch::loadNotified() | JROOT/administrator/components/com_htprotect/core/watch.php:1240 |
| 8 | HtpWatch::recordNotification() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6075 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.11 ms Query memory: 0.021 MB Memory before query: 25.965 MB Rows returned: 1
SELECT `params`
FROM `jos_extensions`
WHERE `type` = 'component'
AND `element` = 'com_htprotect'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | jos_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_htprotect/core/watch.php:2302 |
| 9 | HtpWatch::saveNotified() | JROOT/administrator/components/com_htprotect/core/watch.php:1240 |
| 8 | HtpWatch::recordNotification() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6075 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.09 ms Query memory: 0.005 MB Memory before query: 26.025 MB
UPDATE `jos_extensions`
SET `params` = '{\"htp_shield\":{\"site_path\":\"\",\"sef_rules\":1,\"api_router\":1,\"api_mode\":\"route\",\"fastcgi_auth\":1,\"apache_options\":1,\"follow_symlink\":0,\"force_https\":1,\"www_mode\":0,\"canonical_host\":\"\",\"h_frame\":1,\"h_nosniff\":1,\"h_referrer\":\"strict-origin-when-cross-origin\",\"h_poweredby\":1,\"h_hsts\":0,\"h_hsts_sub\":0,\"h_coop\":0,\"h_permissions\":0,\"f_query\":1,\"f_rfi\":1,\"f_methods\":1,\"f_wpnoise\":1,\"htaccess_external\":0,\"shield_autoheal\":1,\"shield_autoheal_last\":0,\"mig_ext_2710\":1,\"mig_selfon_2415\":1,\"guard_dismissed\":0,\"ai_api_allow\":0,\"x_shield\":1,\"x_sigs_off\":[],\"defs_version\":\"2026-07-14.1\",\"u_harden\":1,\"u_dirs\":[\"images\",\"media\"],\"emergency_lock\":0,\"emergency_key\":\"\",\"emergency_title\":\"\",\"emergency_text\":\"\",\"notify_email\":\"av@sitecenter.com.ua\",\"notify_seeded\":1,\"notify_reminder_days\":14,\"unsub_secret\":\"ukdf7YUPJ1qBfOEyt04TyCo58Q9WL2kWDP3D-0iUPUM\",\"unsub_base\":\"https:\\/\\/grabchak-studio.kiev.ua\\/\",\"site_fp\":\"5d7bf21b09a36737efe6d8438a3146b88f134f4f\",\"swarm_contrib_id\":\"\",\"swarm_acked\":[],\"core_jversion\":\"3.10.12\",\"watch_htp_version\":\"2.7.15\",\"accounts_watch\":1,\"admin_whitelist\":[],\"admin_guard\":1,\"admin_guard_mode\":\"contain\",\"account_sanctioned\":[],\"vuln_ack\":[],\"helix_ignore\":[],\"seo_watch\":1,\"compat_guard\":1,\"seo_cloaking_auto\":0,\"seo_whitelist\":[],\"seo_topic_ack\":[],\"seo_overview_ts\":1790011759,\"seo_overview_finding\":[],\"core_overview_ts\":1790011797,\"core_overview_finding\":[],\"plugin_initialized\":0,\"quickicon_initialized\":0,\"autosecure\":0,\"autosecure_last\":0,\"tmp_autoclean\":0,\"tmp_keep\":[],\"autoupdate_notify\":0,\"autoupdate_ext\":1,\"autoupdate_all\":0,\"autoupdate_self\":1,\"autoupdate_manual\":0,\"autoupdate_mail_success\":0,\"autoupdate_include\":[],\"autoupdate_exclude\":[],\"autoupdate_never\":[],\"autoupdate_default\":\"security\",\"autoupdate_keep\":1,\"autoupdate_interval\":86400,\"autoupdate_schedule\":\"daily\",\"autoupdate_hour\":21,\"autoupdate_weekday\":5,\"autoupdate_grace\":3,\"autoupdate_malscan\":1,\"autoupdate_skip_major\":0,\"core_auto\":0,\"keep_update_sites\":1,\"keep_update_sites_except\":[],\"s_php\":1,\"s_types\":1,\"s_ext\":\"7z,avif,bmp,br,css,csv,doc,docx,eot,geojson,gif,gml,gpx,gz,htm,html,ico,ics,jp2,jpe,jpeg,jpg,js,json,kml,kmz,less,scss,m4a,m4v,map,mjs,mov,mp3,mp4,mpeg,mpg,odp,ods,odt,oga,ogg,ogv,opus,otf,pdf,png,ppt,pptx,rar,rtf,svg,svgz,tif,tiff,ttf,txt,vtt,wasm,wav,webm,webmanifest,webp,woff,woff2,xls,xlsx,xml,xsl,zip\",\"s_files\":[\"administrator\\/components\\/com_akeeba\\/restore.php\",\"administrator\\/components\\/com_akeebabackup\\/restore.php\"],\"s_dirs_php\":[\"plugins\\/system\\/bfnetwork\"],\"s_dirs_static\":[],\"allow_paths\":[],\"s_dotfiles\":1,\"s_wellknown\":1,\"s_sensitive\":1,\"s_manifests\":0,\"s_sysdirs\":1,\"s_sysdirs_list\":[\"administrator\\/cache\",\"administrator\\/logs\",\"cache\",\"cli\",\"log\",\"logs\",\"tmp\"],\"p_compress\":1,\"p_precomp\":0,\"p_expires\":1,\"p_etag\":0,\"custom_top\":\"\",\"custom_bottom\":\"\",\"file_sha1\":\"78a20bae609afdfd6493f475b0b215365242207b\",\"last_written\":\"2026-09-21 20:30:18\",\"last_test\":{\"checks\":[{\"label\":\"Home page reachable\",\"url\":\"https:\\/\\/grabchak-studio.kiev.ua\\/\",\"status\":0,\"ok\":false,\"note\":\"Failed to connect to grabchak-studio.kiev.ua port 443: Connection refused\"},{\"label\":\"Backend reachable (401 = password protection active)\",\"url\":\"https:\\/\\/grabchak-studio.kiev.ua\\/administrator\\/index.php\",\"status\":0,\"ok\":false,\"note\":\"Failed to connect to grabchak-studio.kiev.ua port 443: Connection refused\"},{\"label\":\"PHP shield active (test call is rejected with 403)\",\"url\":\"https:\\/\\/grabchak-studio.kiev.ua\\/htpx-canary-f6b767a1.php\\/htp\",\"status\":0,\"ok\":false,\"note\":\"\"},{\"label\":\"configuration.php blocked\",\"url\":\"https:\\/\\/grabchak-studio.kiev.ua\\/configuration.php\",\"status\":0,\"ok\":true,\"note\":\"\"}],\"regression\":false,\"reason\":\"\",\"admin_status\":0,\"time\":\"2026-09-21 17:30:18\"},\"guard_dir\":\"\",\"guard_mode\":\"\",\"guard_string\":\"\",\"guard_recover\":\"\",\"sso_match1\":\"\",\"sso_match2\":\"\",\"sso_match3\":\"\",\"welcome_sent\":0,\"welcome_green_since\":0,\"jed_review_ack\":\"\",\"jed_mail_last\":0,\"fv_notice_ack\":0,\"gzip_notice_ack\":0,\"langpack_notice_ack\":\"\",\"htaccess_cap\":[],\"link_paired\":0,\"site_host\":\"\",\"link_fpr\":\"\",\"su_only\":1,\"hidden_su\":[]},\"htp_incidents\":{\"ext:sourcerer|vulnerable\":1790013990}}'
WHERE `type` = 'component'
AND `element` = 'com_htprotect'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | jos_extensions | NULL | range | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.02 ms |
| updating | 0.05 ms |
| end | 0.00 ms |
| query end | 0.03 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_htprotect/core/watch.php:2329 |
| 9 | HtpWatch::saveNotified() | JROOT/administrator/components/com_htprotect/core/watch.php:1240 |
| 8 | HtpWatch::recordNotification() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:6075 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:5811 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT/plugins/system/htprotectwatch/htprotectwatch.php:1212 |
| 5 | PlgSystemHtprotectwatch->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
17 × SELECT `params`
FROM `jos_extensions`
8 × SELECT `name`
FROM `jos_htprotect_store`
7 × SELECT `type`,`element`,`folder`,`client_id`
FROM `jos_extensions`
6 × SELECT `rules`
FROM `jos_assets`
3 × SELECT `params`
FROM `jos_users`
3 × SELECT `user_id`,`group_id`
FROM `jos_user_usergroup_map`
3 × SELECT `id`,`username`,`email`,`password`,`block`,`lastvisitDate`,`registerDate`
FROM `jos_users`
2 × SELECT `element`,`type`,`folder`,`client_id`,`manifest_cache`,`enabled`
FROM `jos_extensions
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jos_extensions`
2 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `jos_assets`
2 × SELECT `data`
FROM `jos_htprotect_store`
2 × SELECT COUNT(DISTINCT u.`id`)
FROM `jos_users` AS u
INNER JOIN `jos_user_usergroup_map` AS m
ON m.`user_id` = u.`id`
2 × SELECT `name`,`data`
FROM `jos_htprotect_store`
1 × SELECT `e`.`extension_id`,`e`.`element`,`e`.`name`,`e`.`manifest_cache`,`u`.`update_id` AS `update_id`,`u`.`version` AS `avail`
FROM `jos_extensions` AS `e`
INNER JOIN `jos_updates` AS `u`
ON `u`.`extension_id` = `e`.`extension_id`
1 × SELECT id, rules
FROM `jos_viewlevels
1 × SELECT `update_site_id`
FROM `jos_update_sites`
1 × SELECT `e`.`extension_id`,`e`.`type`,`e`.`element`,`e`.`folder`,`e`.`client_id`,`e`.`name`,`e`.`manifest_cache`,`s`.`location` AS `site_location`
FROM `jos_extensions` AS `e`
INNER JOIN `jos_update_sites_extensions` AS `se`
ON `se`.`extension_id` = `e`.`extension_id`
INNER JOIN `jos_update_sites` AS `s`
ON `s`.`update_site_id` = `se`.`update_site_id`
1 × SELECT `extension_id`,`update_id`,`version`
FROM `jos_updates`
1 × SELECT DISTINCT update_site_id
FROM jos_updates
1 × SELECT DISTINCT `user_id`
FROM `jos_user_usergroup_map`
1 × SELECT `id`
FROM `jos_users`
1 × SELECT `id`,`username`,`name`,`email`,`registerDate`,`lastvisitDate`,`block`
FROM `jos_users`
1 × SELECT `id`,`name`,`types`,`area`,`plugins`,`params`
FROM `jos_wf_profiles`
1 × SELECT DISTINCT a.update_site_id, a.type, a.location, a.last_check_timestamp, a.extra_query
FROM `jos_update_sites` AS `a`
1 × SELECT id, home, template, s.params
FROM jos_template_styles as s
LEFT JOIN jos_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT b.id
FROM jos_usergroups AS a
LEFT JOIN jos_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `manifest_cache`
FROM `jos_extensions`
1 × SELECT `enabled`
FROM `jos_extensions`
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM jos_extensions
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 jos_menu AS m
LEFT JOIN jos_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT COUNT(*)
FROM `jos_extensions`
1 × SELECT *
FROM jos_languages
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM jos_modules AS m
LEFT JOIN jos_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN jos_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM jos_fields AS a
LEFT JOIN `jos_languages` AS l
ON l.lang_code = a.language
LEFT JOIN jos_users AS uc
ON uc.id=a.checked_out
LEFT JOIN jos_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN jos_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN jos_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `jos_fields_categories` AS fc
ON fc.field_id = a.id
1 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `jos_categories` AS `s`
INNER JOIN `jos_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
1 × SELECT `m`.`tag_id`,`t`.*
FROM `jos_contentitem_tag_map` AS m
INNER JOIN `jos_tags` AS t
ON `m`.`tag_id` = `t`.`id`
1 × SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM jos_content AS a
INNER JOIN jos_categories AS c
on c.id = a.catid
LEFT JOIN jos_users AS u
on u.id = a.created_by
LEFT JOIN jos_categories as parent
ON parent.id = c.parent_id
LEFT JOIN jos_content_rating AS v
ON a.id = v.content_id
1 × SELECT `session_id`
FROM `jos_session`
8 × SHOW TABLES LIKE 'jos_htprotect_store
5 × UPDATE `jos_htprotect_store`
SET `data` = 'z:H4sIAAAAAAAAA6tWio/PKClQsjLUUSpTsoqOrQUAMM4uAhIAAAA=' , `ts` = 1790013990
1 × INSERT INTO `jos_session` (`session_id`,`guest`,`time`,`userid`,`username`)
VALUES (X'3338653939313034356339326466326263653062386637616336343739303839', 1, 1790013988, 0, ''
1 × UPDATE `jos_extensions`
SET `params` = '{\"mediaversion\":\"76e58328def74cfe6c2a4af1632bb5be\"}'
1 × SHOW FULL COLUMNS
FROM `jos_content
1 × UPDATE jos_content
SET `hits` = (`hits` + 1)
1 × UPDATE `jos_update_sites`
SET `enabled` = 1
1 × UPDATE `jos_htprotect_store`
SET `data` = 'z:H4sIAAAAAAAAA53LOwrDMAwA0LtoDq1tWf6dJRAUSWkyBAoOXULu3nbr3PXBO2Ga1uMJzQ/wgnbCbT1YxHqHBi5J5RxdJVREczg7SbZQIZdI42KsLD4TDLDt/LA+3n+7xoCRSgiOUYXqnJJiKT5Q/VpOpWJmz5++m278576uN1+iDeLFAAAA' , `ts` = 1790013990
1 × UPDATE `jos_htprotect_store`
SET `data` = 'z:H4sIAAAAAAAAA03MTQqDQAxA4btkLW0m8+9ZCpKZZHAWtWKlFMS712W3D753wDTN+wqjGeAD4wF9Ef3e1vlKQM2UgK364CkGVuNCUc7MyqI121ac1BQrDMDy7Et/7xvvr+1x/79EjKl6iYVMMhmxeswXtkjNklMSVqJUGpznD4Tlm6iOAAAA' , `ts` = 1790013990
1 × UPDATE `jos_htprotect_store`
SET `data` = 'z:H4sIAAAAAAAAA43PyWrDMBCA4VcJOttGI4/WU94jlDBa7JjGTrCcQAl+98o5tKGF0pNg9Gv5Hux4PC1X5qBid+YeDBC3ZYhlhFixW07zRGNijlEch6nOrGJppOFcJnlYUkjTkuamZH362PfbThMuY6muJ8qnUulEmoTkRiKi74SxQSsTQIG0IrSSIJCKPpYj/nwJ78zxip0pL/ehPFAuEBxszU0tYAfouHIctuunlGJ+xnPqh1x+keJXrWve7qDdamFK3c+X27XUB/O2VkUpv5Xyt/LFSPf9C7PImhu94DruI3iyMXlEIC3Qt6SE6WwMNpJXptOyJfgDJ1TN7ROnnZBO2n/gBO4AHFon1A/cun4Ck5k/7NQBAAA=' , `ts` = 1790013990
1 × UPDATE `jos_extensions`
SET `params` = '{\"htp_shield\":{\"site_path\":\"\",\"sef_rules\":1,\"api_router\":1,\"api_mode\":\"route\",\"fastcgi_auth\":1,\"apache_options\":1,\"follow_symlink\":0,\"force_https\":1,\"www_mode\":0,\"canonical_host\":\"\",\"h_frame\":1,\"h_nosniff\":1,\"h_referrer\":\"strict-origin-when-cross-origin\",\"h_poweredby\":1,\"h_hsts\":0,\"h_hsts_sub\":0,\"h_coop\":0,\"h_permissions\":0,\"f_query\":1,\"f_rfi\":1,\"f_methods\":1,\"f_wpnoise\":1,\"htaccess_external\":0,\"shield_autoheal\":1,\"shield_autoheal_last\":0,\"mig_ext_2710\":1,\"mig_selfon_2415\":1,\"guard_dismissed\":0,\"ai_api_allow\":0,\"x_shield\":1,\"x_sigs_off\":[],\"defs_version\":\"2026-07-14.1\",\"u_harden\":1,\"u_dirs\":[\"images\",\"media\"],\"emergency_lock\":0,\"emergency_key\":\"\",\"emergency_title\":\"\",\"emergency_text\":\"\",\"notify_email\":\"av@sitecenter.com.ua\",\"notify_seeded\":1,\"notify_reminder_days\":14,\"unsub_secret\":\"ukdf7YUPJ1qBfOEyt04TyCo58Q9WL2kWDP3D-0iUPUM\",\"unsub_base\":\"https:\\/\\/grabchak-studio.kiev.ua\\/\",\"site_fp\":\"5d7bf21b09a36737efe6d8438a3146b88f134f4f\",\"swarm_contrib_id\":\"\",\"swarm_acked\":[],\"core_jversion\":\"3.10.12\",\"watch_htp_version\":\"2.7.15\",\"accounts_watch\":1,\"admin_whitelist\":[],\"admin_guard\":1,\"admin_guard_mode\":\"contain\",\"account_sanctioned\":[],\"vuln_ack\":[],\"helix_ignore\":[],\"seo_watch\":1,\"compat_guard\":1,\"seo_cloaking_auto\":0,\"seo_whitelist\":[],\"seo_topic_ack\":[],\"seo_overview_ts\":1790011759,\"seo_overview_finding\":[],\"core_overview_ts\":1790011797,\"core_overview_finding\":[],\"plugin_initialized\":0,\"quickicon_initialized\":0,\"autosecure\":0,\"autosecure_last\":0,\"tmp_autoclean\":0,\"tmp_keep\":[],\"autoupdate_notify\":0,\"autoupdate_ext\":1,\"autoupdate_all\":0,\"autoupdate_self\":1,\"autoupdate_manual\":0,\"autoupdate_mail_success\":0,\"autoupdate_include\":[],\"autoupdate_exclude\":[],\"autoupdate_never\":[],\"autoupdate_default\":\"security\",\"autoupdate_keep\":1,\"autoupdate_interval\":86400,\"autoupdate_schedule\":\"daily\",\"autoupdate_hour\":21,\"autoupdate_weekday\":5,\"autoupdate_grace\":3,\"autoupdate_malscan\":1,\"autoupdate_skip_major\":0,\"core_auto\":0,\"keep_update_sites\":1,\"keep_update_sites_except\":[],\"s_php\":1,\"s_types\":1,\"s_ext\":\"7z,avif,bmp,br,css,csv,doc,docx,eot,geojson,gif,gml,gpx,gz,htm,html,ico,ics,jp2,jpe,jpeg,jpg,js,json,kml,kmz,less,scss,m4a,m4v,map,mjs,mov,mp3,mp4,mpeg,mpg,odp,ods,odt,oga,ogg,ogv,opus,otf,pdf,png,ppt,pptx,rar,rtf,svg,svgz,tif,tiff,ttf,txt,vtt,wasm,wav,webm,webmanifest,webp,woff,woff2,xls,xlsx,xml,xsl,zip\",\"s_files\":[\"administrator\\/components\\/com_akeeba\\/restore.php\",\"administrator\\/components\\/com_akeebabackup\\/restore.php\"],\"s_dirs_php\":[\"plugins\\/system\\/bfnetwork\"],\"s_dirs_static\":[],\"allow_paths\":[],\"s_dotfiles\":1,\"s_wellknown\":1,\"s_sensitive\":1,\"s_manifests\":0,\"s_sysdirs\":1,\"s_sysdirs_list\":[\"administrator\\/cache\",\"administrator\\/logs\",\"cache\",\"cli\",\"log\",\"logs\",\"tmp\"],\"p_compress\":1,\"p_precomp\":0,\"p_expires\":1,\"p_etag\":0,\"custom_top\":\"\",\"custom_bottom\":\"\",\"file_sha1\":\"78a20bae609afdfd6493f475b0b215365242207b\",\"last_written\":\"2026-09-21 20:30:18\",\"last_test\":{\"checks\":[{\"label\":\"Home page reachable\",\"url\":\"https:\\/\\/grabchak-studio.kiev.ua\\/\",\"status\":0,\"ok\":false,\"note\":\"Failed to connect to grabchak-studio.kiev.ua port 443: Connection refused\"},{\"label\":\"Backend reachable (401 = password protection active)\",\"url\":\"https:\\/\\/grabchak-studio.kiev.ua\\/administrator\\/index.php\",\"status\":0,\"ok\":false,\"note\":\"Failed to connect to grabchak-studio.kiev.ua port 443: Connection refused\"},{\"label\":\"PHP shield active (test call is rejected with 403)\",\"url\":\"https:\\/\\/grabchak-studio.kiev.ua\\/htpx-canary-f6b767a1.php\\/htp\",\"status\":0,\"ok\":false,\"note\":\"\"},{\"label\":\"configuration.php blocked\",\"url\":\"https:\\/\\/grabchak-studio.kiev.ua\\/configuration.php\",\"status\":0,\"ok\":true,\"note\":\"\"}],\"regression\":false,\"reason\":\"\",\"admin_status\":0,\"time\":\"2026-09-21 17:30:18\"},\"guard_dir\":\"\",\"guard_mode\":\"\",\"guard_string\":\"\",\"guard_recover\":\"\",\"sso_match1\":\"\",\"sso_match2\":\"\",\"sso_match3\":\"\",\"welcome_sent\":0,\"welcome_green_since\":0,\"jed_review_ack\":\"\",\"jed_mail_last\":0,\"fv_notice_ack\":0,\"gzip_notice_ack\":0,\"langpack_notice_ack\":\"\",\"htaccess_cap\":[],\"link_paired\":0,\"site_host\":\"\",\"link_fpr\":\"\",\"su_only\":1,\"hidden_su\":[]},\"htp_incidents\":[]}'
1 × UPDATE `jos_extensions`
SET `params` = '{\"htp_shield\":{\"site_path\":\"\",\"sef_rules\":1,\"api_router\":1,\"api_mode\":\"route\",\"fastcgi_auth\":1,\"apache_options\":1,\"follow_symlink\":0,\"force_https\":1,\"www_mode\":0,\"canonical_host\":\"\",\"h_frame\":1,\"h_nosniff\":1,\"h_referrer\":\"strict-origin-when-cross-origin\",\"h_poweredby\":1,\"h_hsts\":0,\"h_hsts_sub\":0,\"h_coop\":0,\"h_permissions\":0,\"f_query\":1,\"f_rfi\":1,\"f_methods\":1,\"f_wpnoise\":1,\"htaccess_external\":0,\"shield_autoheal\":1,\"shield_autoheal_last\":0,\"mig_ext_2710\":1,\"mig_selfon_2415\":1,\"guard_dismissed\":0,\"ai_api_allow\":0,\"x_shield\":1,\"x_sigs_off\":[],\"defs_version\":\"2026-07-14.1\",\"u_harden\":1,\"u_dirs\":[\"images\",\"media\"],\"emergency_lock\":0,\"emergency_key\":\"\",\"emergency_title\":\"\",\"emergency_text\":\"\",\"notify_email\":\"av@sitecenter.com.ua\",\"notify_seeded\":1,\"notify_reminder_days\":14,\"unsub_secret\":\"ukdf7YUPJ1qBfOEyt04TyCo58Q9WL2kWDP3D-0iUPUM\",\"unsub_base\":\"https:\\/\\/grabchak-studio.kiev.ua\\/\",\"site_fp\":\"5d7bf21b09a36737efe6d8438a3146b88f134f4f\",\"swarm_contrib_id\":\"\",\"swarm_acked\":[],\"core_jversion\":\"3.10.12\",\"watch_htp_version\":\"2.7.15\",\"accounts_watch\":1,\"admin_whitelist\":[],\"admin_guard\":1,\"admin_guard_mode\":\"contain\",\"account_sanctioned\":[],\"vuln_ack\":[],\"helix_ignore\":[],\"seo_watch\":1,\"compat_guard\":1,\"seo_cloaking_auto\":0,\"seo_whitelist\":[],\"seo_topic_ack\":[],\"seo_overview_ts\":1790011759,\"seo_overview_finding\":[],\"core_overview_ts\":1790011797,\"core_overview_finding\":[],\"plugin_initialized\":0,\"quickicon_initialized\":0,\"autosecure\":0,\"autosecure_last\":0,\"tmp_autoclean\":0,\"tmp_keep\":[],\"autoupdate_notify\":0,\"autoupdate_ext\":1,\"autoupdate_all\":0,\"autoupdate_self\":1,\"autoupdate_manual\":0,\"autoupdate_mail_success\":0,\"autoupdate_include\":[],\"autoupdate_exclude\":[],\"autoupdate_never\":[],\"autoupdate_default\":\"security\",\"autoupdate_keep\":1,\"autoupdate_interval\":86400,\"autoupdate_schedule\":\"daily\",\"autoupdate_hour\":21,\"autoupdate_weekday\":5,\"autoupdate_grace\":3,\"autoupdate_malscan\":1,\"autoupdate_skip_major\":0,\"core_auto\":0,\"keep_update_sites\":1,\"keep_update_sites_except\":[],\"s_php\":1,\"s_types\":1,\"s_ext\":\"7z,avif,bmp,br,css,csv,doc,docx,eot,geojson,gif,gml,gpx,gz,htm,html,ico,ics,jp2,jpe,jpeg,jpg,js,json,kml,kmz,less,scss,m4a,m4v,map,mjs,mov,mp3,mp4,mpeg,mpg,odp,ods,odt,oga,ogg,ogv,opus,otf,pdf,png,ppt,pptx,rar,rtf,svg,svgz,tif,tiff,ttf,txt,vtt,wasm,wav,webm,webmanifest,webp,woff,woff2,xls,xlsx,xml,xsl,zip\",\"s_files\":[\"administrator\\/components\\/com_akeeba\\/restore.php\",\"administrator\\/components\\/com_akeebabackup\\/restore.php\"],\"s_dirs_php\":[\"plugins\\/system\\/bfnetwork\"],\"s_dirs_static\":[],\"allow_paths\":[],\"s_dotfiles\":1,\"s_wellknown\":1,\"s_sensitive\":1,\"s_manifests\":0,\"s_sysdirs\":1,\"s_sysdirs_list\":[\"administrator\\/cache\",\"administrator\\/logs\",\"cache\",\"cli\",\"log\",\"logs\",\"tmp\"],\"p_compress\":1,\"p_precomp\":0,\"p_expires\":1,\"p_etag\":0,\"custom_top\":\"\",\"custom_bottom\":\"\",\"file_sha1\":\"78a20bae609afdfd6493f475b0b215365242207b\",\"last_written\":\"2026-09-21 20:30:18\",\"last_test\":{\"checks\":[{\"label\":\"Home page reachable\",\"url\":\"https:\\/\\/grabchak-studio.kiev.ua\\/\",\"status\":0,\"ok\":false,\"note\":\"Failed to connect to grabchak-studio.kiev.ua port 443: Connection refused\"},{\"label\":\"Backend reachable (401 = password protection active)\",\"url\":\"https:\\/\\/grabchak-studio.kiev.ua\\/administrator\\/index.php\",\"status\":0,\"ok\":false,\"note\":\"Failed to connect to grabchak-studio.kiev.ua port 443: Connection refused\"},{\"label\":\"PHP shield active (test call is rejected with 403)\",\"url\":\"https:\\/\\/grabchak-studio.kiev.ua\\/htpx-canary-f6b767a1.php\\/htp\",\"status\":0,\"ok\":false,\"note\":\"\"},{\"label\":\"configuration.php blocked\",\"url\":\"https:\\/\\/grabchak-studio.kiev.ua\\/configuration.php\",\"status\":0,\"ok\":true,\"note\":\"\"}],\"regression\":false,\"reason\":\"\",\"admin_status\":0,\"time\":\"2026-09-21 17:30:18\"},\"guard_dir\":\"\",\"guard_mode\":\"\",\"guard_string\":\"\",\"guard_recover\":\"\",\"sso_match1\":\"\",\"sso_match2\":\"\",\"sso_match3\":\"\",\"welcome_sent\":0,\"welcome_green_since\":0,\"jed_review_ack\":\"\",\"jed_mail_last\":0,\"fv_notice_ack\":0,\"gzip_notice_ack\":0,\"langpack_notice_ack\":\"\",\"htaccess_cap\":[],\"link_paired\":0,\"site_host\":\"\",\"link_fpr\":\"\",\"su_only\":1,\"hidden_su\":[]},\"htp_incidents\":{\"ext:sourcerer|vulnerable\":1790013990}}'