Query Time: 0.29 ms Query memory: 0.021 MB Memory before query: 3.544 MB Rows returned: 0
SELECT `data`
FROM `zgs39_session`
WHERE `session_id` = X'70386a6a7539316a746d61703968753231346f63696865396774'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_session | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT\libraries\joomla\session\storage\database.php:45 |
| 14 | JSessionStorageDatabase->read() | Same as call in the line below. |
| 13 | session_start() | JROOT\libraries\joomla\session\handler\native.php:260 |
| 12 | JSessionHandlerNative->doSessionStart() | JROOT\libraries\joomla\session\handler\native.php:50 |
| 11 | JSessionHandlerNative->start() | JROOT\libraries\joomla\session\handler\joomla.php:88 |
| 10 | JSessionHandlerJoomla->start() | JROOT\libraries\src\Session\Session.php:661 |
| 9 | Joomla\CMS\Session\Session->_start() | JROOT\libraries\src\Session\Session.php:621 |
| 8 | Joomla\CMS\Session\Session->start() | JROOT\libraries\src\Session\Session.php:499 |
| 7 | Joomla\CMS\Session\Session->get() | JROOT\libraries\src\Session\Session.php:456 |
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT\libraries\src\Application\CMSApplication.php:826 |
| 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.14 ms After last query: 1.53 ms Query memory: 0.019 MB Memory before query: 3.636 MB Rows returned: 0
SELECT `session_id`
FROM `zgs39_session`
WHERE `session_id` = X'70386a6a7539316a746d61703968753231346f63696865396774'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_session | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
| 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 |
| executing | 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.01 ms |
| # | 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: 182.97 ms After last query: 0.07 ms Query memory: 0.003 MB Memory before query: 3.640 MB
INSERT INTO `zgs39_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'70386a6a7539316a746d61703968753231346f63696865396774', 1, 1784045148, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `zgs39_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'70386a6a7539316a746d61703968753231346f63696865396774', 1, 1784045148, 0, '', 0)
| 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 |
| update | 0.06 ms |
| end | 0.00 ms |
| query end | 182.70 ms |
| closing tables | 0.04 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.04 ms |
| # | 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.57 ms After last query: 3.57 ms Query memory: 0.038 MB Memory before query: 3.805 MB Rows returned: 38
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `zgs39_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_extensions | ref | extension | extension | 62 | const | 42 | 100.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.26 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | 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: 0.17 ms After last query: 2.71 ms Query memory: 0.020 MB Memory before query: 3.972 MB Rows returned: 5
SELECT id, rules
FROM `zgs39_viewlevels`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.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.05 ms |
| # | 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.17 ms After last query: 0.08 ms Query memory: 0.020 MB Memory before query: 3.981 MB Rows returned: 1
SELECT b.id
FROM zgs39_usergroups AS a
LEFT JOIN zgs39_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 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: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.67 ms After last query: 0.70 ms Query memory: 0.028 MB Memory before query: 4.040 MB Rows returned: 101
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM zgs39_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1)
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_extensions | ref | extension | extension | 62 | const | 126 | 100.00 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.41 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | 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.30 ms After last query: 21.13 ms Query memory: 0.021 MB Memory before query: 5.957 MB Rows returned: 0
SELECT `value`
FROM `zgs39_admintools_storage`
WHERE `key` = 'cparams'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.06 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT\administrator\components\com_admintools\Helper\Storage.php:122 |
| 12 | Akeeba\AdminTools\Admin\Helper\Storage->load() | JROOT\administrator\components\com_admintools\Helper\Storage.php:37 |
| 11 | Akeeba\AdminTools\Admin\Helper\Storage->__construct() | JROOT\administrator\components\com_admintools\Helper\Storage.php:49 |
| 10 | Akeeba\AdminTools\Admin\Helper\Storage::getInstance() | JROOT\plugins\system\admintools\admintools\main.php:409 |
| 9 | plgSystemAdmintools->loadComponentParameters() | JROOT\plugins\system\admintools\admintools\main.php:892 |
| 8 | plgSystemAdmintools->initialize() | JROOT\plugins\system\admintools\admintools\main.php:84 |
| 7 | plgSystemAdmintools->__construct() | JROOT\libraries\src\Plugin\PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT\libraries\src\Plugin\PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT\libraries\src\Application\CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.25 ms After last query: 1.46 ms Query memory: 0.021 MB Memory before query: 6.066 MB Rows returned: 2
SELECT *
FROM zgs39_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT\libraries\src\Language\LanguageHelper.php:150 |
| 11 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT\plugins\system\admintools\admintools\main.php:700 |
| 10 | plgSystemAdmintools->loadWAFExceptionsSEF() | JROOT\plugins\system\admintools\admintools\main.php:640 |
| 9 | plgSystemAdmintools->loadWAFExceptions() | JROOT\plugins\system\admintools\admintools\main.php:901 |
| 8 | plgSystemAdmintools->initialize() | JROOT\plugins\system\admintools\admintools\main.php:84 |
| 7 | plgSystemAdmintools->__construct() | JROOT\libraries\src\Plugin\PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT\libraries\src\Plugin\PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT\libraries\src\Application\CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.13 ms After last query: 0.09 ms Query memory: 0.020 MB Memory before query: 6.073 MB Rows returned: 0
SELECT *
FROM `zgs39_admintools_wafexceptions`
WHERE NOT(`option` LIKE 'com_%')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_admintools_wafexceptions | 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.02 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.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1506 |
| 11 | JDatabaseDriver->loadAssocList() | JROOT\plugins\system\admintools\admintools\main.php:729 |
| 10 | plgSystemAdmintools->loadWAFExceptionsSEF() | JROOT\plugins\system\admintools\admintools\main.php:640 |
| 9 | plgSystemAdmintools->loadWAFExceptions() | JROOT\plugins\system\admintools\admintools\main.php:901 |
| 8 | plgSystemAdmintools->initialize() | JROOT\plugins\system\admintools\admintools\main.php:84 |
| 7 | plgSystemAdmintools->__construct() | JROOT\libraries\src\Plugin\PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT\libraries\src\Plugin\PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT\libraries\src\Application\CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.25 ms After last query: 9.54 ms Query memory: 0.020 MB Memory before query: 6.725 MB Rows returned: 4
SELECT `element`,`name`,`client_id`,`extension_id`
FROM `zgs39_extensions`
WHERE `type` = 'language'
AND `state` = 0
AND `enabled` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_extensions | ref | extension | extension | 62 | const | 4 | 100.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 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.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.08 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT\libraries\src\Language\LanguageHelper.php:209 |
| 8 | Joomla\CMS\Language\LanguageHelper::getInstalledLanguages() | JROOT\plugins\system\languagefilter\languagefilter.php:110 |
| 7 | PlgSystemLanguageFilter->__construct() | JROOT\libraries\src\Plugin\PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT\libraries\src\Plugin\PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT\libraries\src\Application\CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.32 ms After last query: 7.11 ms Query memory: 0.020 MB Memory before query: 6.988 MB Rows returned: 0
SELECT `source`,`keepurlparams`
FROM `zgs39_admintools_redirects`
WHERE ((`dest` = 'index.php/en/customer-area/services-charter') OR (`dest` = 'index.php/en/customer-area/services-charter') OR ('index.php/en/customer-area/services-charter' LIKE `dest`))
AND `published` = '1'
ORDER BY `ordering` DESC
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_admintools_redirects | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.09 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1773 |
| 11 | JDatabaseDriver->loadRow() | JROOT\plugins\system\admintools\feature\urlredir.php:91 |
| 10 | AtsystemFeatureUrlredir->onAfterInitialise() | JROOT\plugins\system\admintools\admintools\main.php:308 |
| 9 | plgSystemAdmintools->runFeature() | JROOT\plugins\system\admintools\admintools\main.php:144 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT\libraries\joomla\event\event.php:70 |
| 7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 3.36 ms After last query: 2.72 ms Query memory: 0.468 MB Memory before query: 7.220 MB Rows returned: 336
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 zgs39_menu AS m
LEFT JOIN zgs39_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 | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | ALL | idx_client_id_parent_id_alias_language | NO INDEX KEY COULD BE USED | NULL | NULL | 406 | 91.87 | Using where; Using filesort |
| 1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | stpbrindisi_new.m.component_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.02 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 2.95 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT\libraries\src\Menu\SiteMenu.php:93 |
| 21 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
| 20 | call_user_func_array() | JROOT\libraries\src\Cache\Controller\CallbackController.php:173 |
| 19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT\libraries\src\Menu\SiteMenu.php:101 |
| 18 | Joomla\CMS\Menu\SiteMenu->load() | JROOT\libraries\src\Menu\AbstractMenu.php:78 |
| 17 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT\libraries\src\Menu\SiteMenu.php:62 |
| 16 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT\libraries\src\Menu\AbstractMenu.php:142 |
| 15 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT\libraries\src\Application\CMSApplication.php:417 |
| 14 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT\libraries\src\Application\SiteApplication.php:275 |
| 13 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT\libraries\src\Router\SiteRouter.php:65 |
| 12 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT\libraries\src\Router\Router.php:189 |
| 11 | Joomla\CMS\Router\Router::getInstance() | JROOT\libraries\src\Application\CMSApplication.php:533 |
| 10 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT\libraries\src\Application\SiteApplication.php:403 |
| 9 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT\plugins\system\languagefilter\languagefilter.php:145 |
| 8 | PlgSystemLanguageFilter->onAfterInitialise() | JROOT\libraries\joomla\event\event.php:70 |
| 7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.43 ms After last query: 562.22 ms Query memory: 0.021 MB Memory before query: 9.077 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `zgs39_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | 100.00 | Using index condition |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.03 ms |
| # | 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: 109.78 ms After last query: 0.16 ms Query memory: 0.004 MB Memory before query: 9.067 MB
UPDATE `zgs39_extensions`
SET `params` = '{\"mediaversion\":\"920108ef77e57d83d32b2490272df864\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_extensions | range | element_clientid,element_folder_clientid,extension | extension | 364 | 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.05 ms |
| end | 0.00 ms |
| query end | 109.47 ms |
| closing tables | 0.06 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 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.55 ms After last query: 2.44 ms Query memory: 0.034 MB Memory before query: 9.286 MB Rows returned: 2
SELECT id, home, template, s.params
FROM zgs39_template_styles as s
LEFT JOIN zgs39_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 | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | ref | idx_template,idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 4 | 100.00 | NULL |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 303 | stpbrindisi_new.s.template,const | 1 | 100.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.21 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | 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.64 ms After last query: 7.69 ms Query memory: 0.026 MB Memory before query: 9.692 MB Rows returned: 38
SELECT `id`,`name`,`rules`,`parent_id`
FROM `zgs39_assets`
WHERE `name` IN ('root.1','com_admin','com_admintools','com_ajax','com_associations','com_attachments','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_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_multicats','com_mymaplocations','com_plugins','com_postinstall','com_redirect','com_search','com_sppagebuilder','com_spsimpleportfolio','com_tags','com_templates','com_users','com_visforms','com_wrapper')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_assets | range | idx_asset_name | idx_asset_name | 152 | NULL | 39 | 100.00 | Using index condition |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.23 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.13 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: 1.16 ms After last query: 0.17 ms Query memory: 0.190 MB Memory before query: 9.732 MB Rows returned: 804
SELECT `id`,`name`,`rules`,`parent_id`
FROM `zgs39_assets`
WHERE `name` LIKE 'com_content.%' OR `name` = 'com_content' OR `parent_id` = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_assets | ALL | idx_asset_name,idx_parent_id | NO INDEX KEY COULD BE USED | NULL | NULL | 1041 | 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.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.97 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 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: 444.51 ms After last query: 2.42 ms Query memory: 0.030 MB Memory before query: 10.347 MB Rows returned: 31
SHOW FULL COLUMNS
FROM `zgs39_content`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `zgs39_content`
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 77.44 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Opening tables | 0.03 ms |
| checking permissions | 0.07 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 365.43 ms |
| checking permissions | 0.07 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.03 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.87 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.05 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: 297.97 ms After last query: 4.41 ms Query memory: 0.004 MB Memory before query: 10.536 MB
UPDATE zgs39_content
SET `hits` = (`hits` + 1)
WHERE `id` = '887'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_content | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.05 ms |
| updating | 0.08 ms |
| end | 0.00 ms |
| query end | 297.55 ms |
| closing tables | 0.05 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.02 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: 0.68 ms After last query: 2.29 ms Query memory: 0.021 MB Memory before query: 10.649 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 zgs39_content AS a
INNER JOIN zgs39_categories AS c
on c.id = a.catid
LEFT JOIN zgs39_users AS u
on u.id = a.created_by
LEFT JOIN zgs39_categories as parent
ON parent.id = c.parent_id
LEFT JOIN zgs39_content_rating AS v
ON a.id = v.content_id
WHERE a.id = 887
AND c.published > 0
AND a.language in ('en-GB','*')
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-07-14 16:05:50')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-07-14 16:05:50')
AND (a.state = 1 OR a.state =2)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY,idx_state,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | c | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | parent | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | v | const | PRIMARY | PRIMARY | 4 | const | 0 | 0.00 | unique row not found |
| Status | Duration |
|---|
| starting | 0.12 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.05 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.14 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.08 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 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: 0.34 ms After last query: 2.68 ms Query memory: 0.021 MB Memory before query: 10.850 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `zgs39_contentitem_tag_map` AS m
INNER JOIN `zgs39_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 887
AND `t`.`published` = 1
AND t.access IN (1,1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | t | ALL | PRIMARY,tag_idx,idx_access | NO INDEX KEY COULD BE USED | NULL | NULL | 8 | 62.50 | Using where |
| 1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | stpbrindisi_new.t.id | 1 | 100.00 | Using index condition; 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.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.06 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: 11.63 ms Query memory: 0.024 MB Memory before query: 11.417 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 `zgs39_categories` AS `s`
INNER JOIN `zgs39_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('en-GB','*')) 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)
AND c.published = 1
AND s.id = 89
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
| 1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 147 | 57.82 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.09 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.16 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.07 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: 170.83 ms After last query: 0.69 ms Query memory: 0.023 MB Memory before query: 11.456 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 zgs39_fields AS a
LEFT JOIN `zgs39_languages` AS l
ON l.lang_code = a.language
LEFT JOIN zgs39_users AS uc
ON uc.id=a.checked_out
LEFT JOIN zgs39_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN zgs39_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN zgs39_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `zgs39_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 (89,0))
AND a.access IN (1,1)
AND (a.group_id = 0 OR g.access IN (1,1))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
AND a.language in ('*','en-GB')
ORDER BY a.ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | ref | idx_state,idx_access,idx_context,idx_language | idx_state | 1 | const | 1 | 100.00 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | l | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| 1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | stpbrindisi_new.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | stpbrindisi_new.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | stpbrindisi_new.a.created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | stpbrindisi_new.a.group_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | stpbrindisi_new.a.id | 1 | 100.00 | Using where; Using index; Distinct |
| Status | Duration |
|---|
| starting | 0.07 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.02 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.10 ms |
| preparing | 0.04 ms |
| Creating tmp table | 0.14 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 169.62 ms |
| Creating sort index | 0.08 ms |
| end | 0.01 ms |
| removing tmp table | 0.42 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.01 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: 0.39 ms After last query: 4.20 ms Query memory: 0.021 MB Memory before query: 11.715 MB Rows returned: 1
SELECT MAX(contact.id) AS contactid, contact.alias, contact.catid, contact.webpage, contact.email_to
FROM `zgs39_contact_details` AS `contact`
WHERE contact.published = 1
AND contact.user_id = 53
AND (contact.language in ('en-GB','*') OR contact.language IS NULL)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | contact | ref | idx_state,idx_language | idx_state | 1 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| 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.03 ms |
| cleaning up | 0.09 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT\plugins\content\contact\contact.php:125 |
| 14 | PlgContentContact->getContactData() | JROOT\plugins\content\contact\contact.php:66 |
| 13 | PlgContentContact->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.30 ms After last query: 15.53 ms Query memory: 0.021 MB Memory before query: 12.324 MB Rows returned: 1
SELECT created_by, catid
FROM zgs39_content
WHERE id = 887
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT\plugins\attachments\attachments_for_content\attachments_for_content.php:809 |
| 14 | AttachmentsPlugin_Com_Content->attachmentsHiddenForParent() | JROOT\plugins\content\attachments\attachments.php:319 |
| 13 | plgContentAttachments->onContentBeforeDisplay() | 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:199 |
| 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.38 ms After last query: 2.47 ms Query memory: 0.023 MB Memory before query: 12.425 MB Rows returned: 0
SELECT a.*, u.name as creator_name
FROM zgs39_attachments AS a
LEFT JOIN zgs39_users AS u
ON u.id = a.created_by
WHERE a.parent_id=887
AND a.state = 1
AND a.parent_type='com_content'
AND a.parent_entity='article'
AND a.access IN (1)
ORDER BY created
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 68 | 100.00 | Using where; Using filesort |
| 1 | SIMPLE | u | eq_ref | PRIMARY | PRIMARY | 4 | stpbrindisi_new.a.created_by | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.11 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT\components\com_attachments\models\attachments.php:436 |
| 17 | AttachmentsModelAttachments->getAttachmentsList() | JROOT\components\com_attachments\models\attachments.php:514 |
| 16 | AttachmentsModelAttachments->someVisible() | JROOT\components\com_attachments\controllers\attachments.php:98 |
| 15 | AttachmentsControllerAttachments->displayString() | JROOT\plugins\attachments\attachments_plugin_framework\attachments_plugin.php:911 |
| 14 | AttachmentsPlugin->insertAttachmentsList() | JROOT\plugins\content\attachments\attachments.php:325 |
| 13 | plgContentAttachments->onContentBeforeDisplay() | 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:199 |
| 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.59 ms After last query: 40.47 ms Query memory: 0.020 MB Memory before query: 12.462 MB Rows returned: 3
SELECT language,id
FROM `zgs39_menu`
WHERE home = 1
AND published = 1
AND client_id = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_menu | ALL | idx_client_id_parent_id_alias_language | NO INDEX KEY COULD BE USED | NULL | NULL | 406 | 92.12 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.23 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.06 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT\libraries\src\Language\Multilanguage.php:107 |
| 8 | Joomla\CMS\Language\Multilanguage::getSiteHomePages() | JROOT\plugins\system\languagefilter\languagefilter.php:751 |
| 7 | PlgSystemLanguageFilter->onAfterDispatch() | JROOT\libraries\joomla\event\event.php:70 |
| 6 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\SiteApplication.php:199 |
| 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.31 ms After last query: 1.73 ms Query memory: 0.020 MB Memory before query: 12.530 MB Rows returned: 2
SELECT `c2`.`language`,`c2`.`id`
FROM `zgs39_menu` AS `c`
INNER JOIN `zgs39_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `zgs39_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `zgs39_menu` AS `c2`
ON a2.id = c2.`id`
WHERE c.id = 777
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
| 1 | SIMPLE | a | const | PRIMARY,idx_key | PRIMARY | 156 | const,const | 1 | 100.00 | NULL |
| 1 | SIMPLE | a2 | ref | idx_key | idx_key | 96 | const | 2 | 100.00 | Using index |
| 1 | SIMPLE | c2 | eq_ref | PRIMARY | PRIMARY | 4 | stpbrindisi_new.a2.id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.08 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.00 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:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT\libraries\src\Language\Associations.php:115 |
| 9 | Joomla\CMS\Language\Associations::getAssociations() | JROOT\administrator\components\com_menus\helpers\menus.php:321 |
| 8 | MenusHelper::getAssociations() | JROOT\plugins\system\languagefilter\languagefilter.php:768 |
| 7 | PlgSystemLanguageFilter->onAfterDispatch() | JROOT\libraries\joomla\event\event.php:70 |
| 6 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\SiteApplication.php:199 |
| 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.37 ms After last query: 1.00 ms Query memory: 0.020 MB Memory before query: 12.556 MB Rows returned: 1
SELECT `c2`.`language`,CONCAT_WS(':', `c2`.`id`, `c2`.`alias`) AS `id`,CONCAT_WS(':', ca.id, ca.alias) AS `catid`
FROM `zgs39_content` AS `c`
INNER JOIN `zgs39_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_content.item'
INNER JOIN `zgs39_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `zgs39_content` AS `c2`
ON a2.id = c2.`id`
INNER JOIN `zgs39_categories` AS `ca`
ON `c2`.`catid` = ca.id
AND ca.extension = 'com_content'
WHERE c.id = 887
AND c2.access IN (1,1)
AND c2.language != 'en-GB'
AND (c2.publish_up = '0000-00-00 00:00:00' OR c2.publish_up <= '2026-07-14 16:05:50')
AND (c2.publish_down = '0000-00-00 00:00:00' OR c2.publish_down >= '2026-07-14 16:05:50')
AND c2.state = 1| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
| 1 | SIMPLE | a | const | PRIMARY,idx_key | PRIMARY | 156 | const,const | 1 | 100.00 | NULL |
| 1 | SIMPLE | a2 | ref | idx_key | idx_key | 96 | const | 2 | 100.00 | Using index |
| 1 | SIMPLE | c2 | eq_ref | PRIMARY,idx_access,idx_state,idx_language | PRIMARY | 4 | stpbrindisi_new.a2.id | 1 | 100.00 | Using where |
| 1 | SIMPLE | ca | eq_ref | PRIMARY,cat_idx | PRIMARY | 4 | stpbrindisi_new.c2.catid | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 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.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.11 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 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:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT\libraries\src\Language\Associations.php:115 |
| 9 | Joomla\CMS\Language\Associations::getAssociations() | JROOT\components\com_content\helpers\association.php:76 |
| 8 | ContentHelperAssociation::getAssociations() | JROOT\plugins\system\languagefilter\languagefilter.php:783 |
| 7 | PlgSystemLanguageFilter->onAfterDispatch() | JROOT\libraries\joomla\event\event.php:70 |
| 6 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\SiteApplication.php:199 |
| 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.42 ms After last query: 0.40 ms Query memory: 0.024 MB Memory before query: 12.567 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 `zgs39_categories` AS `s`
INNER JOIN `zgs39_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('en-GB','*')) 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)
AND c.published = 1
AND s.id = 9
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | c | range | cat_idx,idx_access,idx_left_right,idx_language | idx_left_right | 4 | NULL | 7 | 100.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.10 ms |
| preparing | 0.02 ms |
| Sorting result | 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.03 ms |
| cleaning up | 0.06 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\components\com_content\router.php:72 |
| 17 | ContentRouter->getCategorySegment() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT\libraries\src\Component\Router\RouterView.php:120 |
| 15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT\libraries\src\Component\Router\Rules\MenuRules.php:111 |
| 14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT\libraries\src\Component\Router\RouterView.php:222 |
| 13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT\libraries\src\Router\SiteRouter.php:676 |
| 12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT\libraries\src\Router\Router.php:266 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT\libraries\src\Router\SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT\libraries\src\Router\Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT\libraries\src\Router\Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT\plugins\system\languagefilter\languagefilter.php:810 |
| 7 | PlgSystemLanguageFilter->onAfterDispatch() | JROOT\libraries\joomla\event\event.php:70 |
| 6 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\SiteApplication.php:199 |
| 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.97 ms After last query: 30.83 ms Query memory: 0.024 MB Memory before query: 14.393 MB Rows returned: 15
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM zgs39_modules AS m
LEFT JOIN zgs39_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN zgs39_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-07-14 16:05:50')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-07-14 16:05:50')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 777 OR mm.menuid <= 0)
AND m.language IN ('en-GB','*')
ORDER BY m.position, m.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY,published,newsfeeds,idx_language | published | 1 | const | 56 | 100.00 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 303 | stpbrindisi_new.m.module,const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | stpbrindisi_new.m.id | 3 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.48 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.06 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | 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\Helper\ModuleHelper.php:441 |
| 14 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT\libraries\src\Helper\ModuleHelper.php:371 |
| 13 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT\libraries\src\Helper\ModuleHelper.php:87 |
| 12 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT\libraries\src\Document\HtmlDocument.php:601 |
| 11 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT\plugins\system\helix3\core\helix3.php:542 |
| 10 | Helix3::countModules() | JROOT\plugins\system\helix3\core\helix3.php:500 |
| 9 | Helix3::rowColumns() | JROOT\plugins\system\helix3\core\helix3.php:316 |
| 8 | Helix3::generatelayout() | JROOT\templates\shaper_helix3\index.php:178 |
| 7 | require JROOT\templates\shaper_helix3\index.php | JROOT\libraries\src\Document\HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT\libraries\src\Document\HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT\libraries\src\Document\HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT\libraries\src\Application\CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT\libraries\src\Application\SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT\libraries\src\Application\CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Query Time: 0.48 ms After last query: 76.15 ms Query memory: 0.020 MB Memory before query: 19.052 MB Rows returned: 1
SELECT `params`
FROM `zgs39_extensions`
WHERE `type` = 'component'
AND `element` = 'com_htprotect'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | 100.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.05 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:319 |
| 7 | HtpConfig::load() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:3119 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:266 |
| 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: 769.09 ms After last query: 1.57 ms Query memory: 0.004 MB Memory before query: 19.304 MB
UPDATE `zgs39_session`
SET `data` = 'joomla|s:1072:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc4NDA0NTE0ODtzOjQ6Imxhc3QiO2k6MTc4NDA0NTE0ODtzOjM6Im5vdyI7aToxNzg0MDQ1MTQ4O31zOjU6InRva2VuIjtzOjMyOiI0NUM2emR0cXV1YWFqb3pGMkhqOGxRRGFDaXp4VGRPSSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjEwNDoiJnJldHVybj1hSFIwY0hNNkx5OXpkSEF1Y0d4MWNtbHRZUzVwZEM5cGJtUmxlQzV3YUhBdlpXNHZZM1Z6ZEc5dFpYSXRZWEpsWVM5elpYSjJhV05sY3kxamFHRnlkR1Z5UHclM0QlM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjI1OiJwbGdfc3lzdGVtX2xhbmd1YWdlZmlsdGVyIjtPOjg6InN0ZENsYXNzIjoxOntzOjg6Imxhbmd1YWdlIjtzOjU6ImVuLUdCIjt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";'
, `time` = 1784045150
WHERE `session_id` = X'70386a6a7539316a746d61703968753231346f63696865396774'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_session | range | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.02 ms |
| updating | 0.08 ms |
| end | 0.00 ms |
| query end | 768.72 ms |
| closing tables | 0.04 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\session\storage\database.php:84 |
| 11 | JSessionStorageDatabase->write() | Same as call in the line below. |
| 10 | session_write_close() | JROOT\libraries\joomla\session\handler\native.php:194 |
| 9 | JSessionHandlerNative->save() | JROOT\libraries\src\Session\Session.php:824 |
| 8 | Joomla\CMS\Session\Session->close() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:3445 |
| 7 | PlgSystemHtprotectwatch->backgroundDetach() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:3127 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:266 |
| 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.46 ms After last query: 0.37 ms Query memory: 0.020 MB Memory before query: 19.303 MB Rows returned: 1
SELECT `params`
FROM `zgs39_extensions`
WHERE `type` = 'component'
AND `element` = 'com_htprotect'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | 100.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.04 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:319 |
| 9 | HtpConfig::load() | JROOT\administrator\components\com_htprotect\core\compat_guard.php:1271 |
| 8 | HtpCompat::enabledByConfig() | JROOT\administrator\components\com_htprotect\core\compat_guard.php:184 |
| 7 | HtpCompat::observeState() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:3141 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:266 |
| 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.33 ms After last query: 1.08 ms Query memory: 0.020 MB Memory before query: 19.302 MB Rows returned: 1
SELECT COUNT(*)
FROM `zgs39_extensions`
WHERE `type` = 'plugin'
AND `folder` = 'behaviour'
AND `element` IN ('compat', 'compat6')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_extensions | range | element_clientid,element_folder_clientid,extension | element_clientid | 302 | NULL | 2 | 100.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 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.00 ms |
| freeing items | 0.05 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\compat_guard.php:1316 |
| 9 | HtpCompat::scalar() | JROOT\administrator\components\com_htprotect\core\compat_guard.php:1328 |
| 8 | HtpCompat::bcExists() | JROOT\administrator\components\com_htprotect\core\compat_guard.php:200 |
| 7 | HtpCompat::observeState() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:3141 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:266 |
| 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: 1.12 ms Query memory: 0.020 MB Memory before query: 19.306 MB Rows returned: 1
SELECT `rules`
FROM `zgs39_assets`
WHERE `id` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_assets | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.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.11 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:449 |
| 9 | HtpAccounts::privilegedGroupIds() | JROOT\administrator\components\com_htprotect\core\accounts.php:359 |
| 8 | HtpAccounts::snapshot() | JROOT\administrator\components\com_htprotect\core\accounts.php:35 |
| 7 | HtpAccounts::evaluate() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:3149 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:266 |
| 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.10 ms Query memory: 0.019 MB Memory before query: 19.311 MB Rows returned: 5
SELECT DISTINCT `user_id`
FROM `zgs39_user_usergroup_map`
WHERE `group_id` IN (8)
LIMIT 500
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_user_usergroup_map | index | PRIMARY | PRIMARY | 8 | NULL | 15 | 100.00 | Using where; Using index; Using temporary |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.11 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| removing tmp table | 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.03 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1550 |
| 9 | JDatabaseDriver->loadColumn() | JROOT\administrator\components\com_htprotect\core\accounts.php:371 |
| 8 | HtpAccounts::snapshot() | JROOT\administrator\components\com_htprotect\core\accounts.php:35 |
| 7 | HtpAccounts::evaluate() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:3149 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:266 |
| 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.23 ms After last query: 0.09 ms Query memory: 0.020 MB Memory before query: 19.315 MB Rows returned: 5
SELECT `id`,`username`,`email`,`password`,`block`,`lastvisitDate`
FROM `zgs39_users`
WHERE `id` IN (53,55,57,59,75)
LIMIT 500
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_users | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 35.71 | 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.02 ms |
| preparing | 0.01 ms |
| executing | 0.03 ms |
| Sending data | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 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:390 |
| 8 | HtpAccounts::snapshot() | JROOT\administrator\components\com_htprotect\core\accounts.php:35 |
| 7 | HtpAccounts::evaluate() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:3149 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:266 |
| 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.23 ms After last query: 0.15 ms Query memory: 0.020 MB Memory before query: 19.319 MB Rows returned: 1
SELECT `params`
FROM `zgs39_extensions`
WHERE `type` = 'component'
AND `element` = 'com_htprotect'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | 100.00 | Using index condition; 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.04 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.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 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:3679 |
| 9 | HtpDefs::loadCached() | JROOT\administrator\components\com_htprotect\core\defs.php:748 |
| 8 | HtpDefs::effectiveVuln() | JROOT\administrator\components\com_htprotect\core\defs.php:3160 |
| 7 | HtpDefs::checkExtensions() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:3170 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:266 |
| 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.85 ms After last query: 0.19 ms Query memory: 0.158 MB Memory before query: 19.323 MB Rows returned: 271
SELECT `element`,`type`,`folder`,`client_id`,`manifest_cache`,`enabled`
FROM `zgs39_extensions`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_extensions | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 271 | 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.00 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.72 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 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:3171 |
| 7 | HtpDefs::checkExtensions() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:3170 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:266 |
| 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: 3.52 ms Query memory: 0.019 MB Memory before query: 19.326 MB Rows returned: 1
SELECT `params`
FROM `zgs39_extensions`
WHERE `type` = 'component'
AND `element` = 'com_htprotect'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | 100.00 | Using index condition; 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.04 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.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 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\defs.php:2102 |
| 8 | HtpDefs::loadMalwareCached() | JROOT\administrator\components\com_htprotect\core\defs.php:1044 |
| 7 | HtpDefs::refreshMalwareSigs() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:3207 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:266 |
| 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: 1.25 ms Query memory: 0.019 MB Memory before query: 19.330 MB Rows returned: 1
SELECT `rules`
FROM `zgs39_assets`
WHERE `id` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_assets | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.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.06 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:449 |
| 8 | HtpAccounts::privilegedGroupIds() | JROOT\administrator\components\com_htprotect\core\accounts.php:563 |
| 7 | HtpAccounts::suspiciousAdmins() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:3258 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:266 |
| 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.07 ms Query memory: 0.019 MB Memory before query: 19.334 MB Rows returned: 5
SELECT DISTINCT `user_id`
FROM `zgs39_user_usergroup_map`
WHERE `group_id` IN (8)
LIMIT 500
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_user_usergroup_map | index | PRIMARY | PRIMARY | 8 | NULL | 15 | 100.00 | Using where; Using index; Using temporary |
| 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.01 ms |
| Creating tmp table | 0.08 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| removing tmp table | 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.03 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:575 |
| 7 | HtpAccounts::suspiciousAdmins() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:3258 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:266 |
| 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.16 ms After last query: 0.05 ms Query memory: 0.020 MB Memory before query: 19.338 MB Rows returned: 5
SELECT `id`,`username`,`name`,`email`,`registerDate`,`lastvisitDate`,`block`
FROM `zgs39_users`
WHERE `id` IN (53,55,57,59,75)
LIMIT 500
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_users | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 35.71 | 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.02 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 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:1506 |
| 8 | JDatabaseDriver->loadAssocList() | JROOT\administrator\components\com_htprotect\core\accounts.php:594 |
| 7 | HtpAccounts::suspiciousAdmins() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:3258 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:266 |
| 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.18 ms Query memory: 0.019 MB Memory before query: 19.341 MB Rows returned: 1
SELECT `id`,`name`,`types`,`area`,`plugins`,`params`
FROM `zgs39_wf_profiles`
WHERE `published` = 1
LIMIT 200
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_wf_profiles | 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.00 ms |
| statistics | 0.01 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.00 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:1506 |
| 8 | JDatabaseDriver->loadAssocList() | JROOT\administrator\components\com_htprotect\core\defs.php:3297 |
| 7 | HtpDefs::checkJceProfiles() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:3280 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:266 |
| 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.62 ms Query memory: 0.020 MB Memory before query: 19.344 MB Rows returned: 1
SELECT `params`
FROM `zgs39_users`
WHERE `email` = 'mastronicola@plurima.it'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_users | ref | email | email | 302 | const | 1 | 100.00 | Using index condition |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.03 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:3489 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:3294 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:266 |
| 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.08 ms Query memory: 0.020 MB Memory before query: 19.349 MB Rows returned: 1
SELECT `params`
FROM `zgs39_extensions`
WHERE `element` = 'com_languages'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_extensions | ref | element_clientid,element_folder_clientid | element_clientid | 302 | const | 1 | 100.00 | Using index condition |
| 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.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 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\maillang.php:111 |
| 9 | HtpMailLang::tag() | JROOT\administrator\components\com_htprotect\core\maillang.php:167 |
| 8 | HtpMailLang::load() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:3489 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:3294 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:266 |
| 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: 1.37 ms Query memory: 0.020 MB Memory before query: 19.352 MB Rows returned: 1
SELECT `params`
FROM `zgs39_extensions`
WHERE `type` = 'component'
AND `element` = 'com_htprotect'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | 100.00 | Using index condition; 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.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.02 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:1242 |
| 9 | HtpWatch::loadNotified() | JROOT\administrator\components\com_htprotect\core\watch.php:348 |
| 8 | HtpWatch::recordNotification() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:3502 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:3294 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:266 |
| 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.40 ms After last query: 0.19 ms Query memory: 0.020 MB Memory before query: 19.357 MB Rows returned: 1
SELECT `params`
FROM `zgs39_extensions`
WHERE `type` = 'component'
AND `element` = 'com_htprotect'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | 100.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.11 ms |
| cleaning up | 0.03 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:1280 |
| 9 | HtpWatch::saveNotified() | JROOT\administrator\components\com_htprotect\core\watch.php:348 |
| 8 | HtpWatch::recordNotification() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:3502 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:3294 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:266 |
| 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: 393.34 ms After last query: 0.30 ms Query memory: 0.004 MB Memory before query: 19.411 MB
UPDATE `zgs39_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,\"guard_dismissed\":0,\"x_shield\":1,\"x_sigs_off\":[],\"defs_version\":\"2026-07-11.3\",\"mal_whitelist\":[],\"u_harden\":1,\"u_dirs\":[\"images\",\"media\"],\"emergency_lock\":0,\"notify_email\":\"mastronicola@plurima.it\",\"notify_reminder_days\":14,\"unsub_secret\":\"uBdUTaFQrenBM2dvxNu2QRMqtjUtNp2wYEBtYL5anjs\",\"unsub_base\":\"https:\\/\\/stp.plurima.it\\/\",\"site_fp\":\"3ca86438d7071bd625ad206ade0fdd141854f653\",\"swarm_contrib_id\":\"\",\"swarm_acked\":[],\"watch_manifest\":{\".htaccess\":\"1d6986adde587fc47ebaced3620e13e867db65c3\",\"administrator\\/.htaccess\":\"2d77653ec8f852f1dbbd4b138ba9b3af4b72ba52\",\"images\\/.htaccess\":\"9156ec93ab92edf310b1469e8eb7024340356eb4\",\"media\\/.htaccess\":\"9156ec93ab92edf310b1469e8eb7024340356eb4\"},\"core_manifest\":{\"index.php\":\"ca99dc829ffdd136a60ca65b33edf9cbd618554f\",\"administrator\\/index.php\":\"7078c5d7b2181900c509c93302f324e2dae228bf\"},\"core_jversion\":\"3.10.12\",\"accounts_watch\":1,\"account_baseline\":{\"53\":{\"id\":53,\"username\":\"plurima\",\"email\":\"mastronicola@plurima.it\",\"phash\":\"ab9d5f507d8fd75449b9cd4f672ad6701922855e\",\"block\":0,\"lastvisit\":\"2026-07-14 12:53:32\",\"pneeds\":0},\"55\":{\"id\":55,\"username\":\"castrovillarig\",\"email\":\"giuseppe.castrovillari@stpbrindisi.it\",\"phash\":\"0e4ef0c33947a0e4f55d15543f86870ab1364257\",\"block\":0,\"lastvisit\":\"2025-04-09 05:37:35\",\"pneeds\":0},\"57\":{\"id\":57,\"username\":\"miccolim\",\"email\":\"mario.miccoli@stpbrindisi.it\",\"phash\":\"3c86222c65fc15c483ca6bb47053518d265ab312\",\"block\":0,\"lastvisit\":\"2026-05-25 14:05:14\",\"pneeds\":0},\"59\":{\"id\":59,\"username\":\"minervinim\",\"email\":\"matteo.minervini@stpbrindisi.it\",\"phash\":\"0dea84c444107b21ac0d6e2f54ab212848732d4f\",\"block\":0,\"lastvisit\":\"2026-07-06 06:29:28\",\"pneeds\":0},\"75\":{\"id\":75,\"username\":\"sparvierof\",\"email\":\"francesca.sparviero@stpbrindisi.it\",\"phash\":\"86639f9348de5d08fda527eef76a87eac7fd6d96\",\"block\":0,\"lastvisit\":\"2026-07-07 10:00:18\",\"pneeds\":0}},\"admin_whitelist\":[],\"helix_ignore\":[],\"seo_watch\":1,\"compat_guard\":1,\"seo_cloaking_auto\":0,\"seo_whitelist\":[],\"seo_topic_ack\":[],\"seo_baseline\":[],\"seo_overview_ts\":1784034743,\"seo_overview_finding\":[],\"core_overview_ts\":1784034737,\"core_overview_finding\":[],\"plugin_initialized\":1,\"quickicon_initialized\":1,\"autosecure\":0,\"autosecure_last\":0,\"tmp_autoclean\":0,\"tmp_keep\":[],\"autoupdate_notify\":0,\"autoupdate_ext\":1,\"autoupdate_all\":0,\"autoupdate_self\":0,\"autoupdate_manual\":0,\"autoupdate_mail_success\":0,\"autoupdate_include\":[],\"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,\"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,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\":1,\"p_expires\":1,\"p_etag\":0,\"custom_top\":\"\",\"custom_bottom\":\"\",\"file_sha1\":\"1d6986adde587fc47ebaced3620e13e867db65c3\",\"last_written\":\"2026-07-14 15:15:17\",\"last_test\":{\"checks\":[{\"label\":\"Home page reachable\",\"url\":\"https:\\/\\/stp.plurima.it\\/\",\"status\":0,\"ok\":false,\"note\":\"SSL certificate problem: self signed certificate\"},{\"label\":\"Backend reachable (401 = password protection active)\",\"url\":\"https:\\/\\/stp.plurima.it\\/administrator\\/index.php\",\"status\":0,\"ok\":false,\"note\":\"SSL certificate problem: self signed certificate\"},{\"label\":\"PHP shield active (test call is rejected with 403)\",\"url\":\"https:\\/\\/stp.plurima.it\\/htpx-canary-b4ec6879.php\\/htp\",\"status\":0,\"ok\":false,\"note\":\"\"},{\"label\":\"configuration.php blocked\",\"url\":\"https:\\/\\/stp.plurima.it\\/configuration.php\",\"status\":0,\"ok\":true,\"note\":\"\"}],\"regression\":false,\"reason\":\"\",\"time\":\"2026-07-14 13:15:17\"},\"guard_dir\":\"\",\"guard_recover\":\"31fb20d0a5b7b0ba5337fdab24388d6cb92e2e0728e5e53b66d2f492f340c489\",\"welcome_sent\":1,\"welcome_green_since\":0,\"htaccess_cap\":[]},\"htp_defs\":{\"joomla_latest_try\":1784041722,\"fetched_ts\":1784034744},\"htp_malware\":{\"fetched_ts\":1784034744},\"htp_incidents\":{\"ext:com_jce|vulnerable\":1784034745}}'
WHERE `type` = 'component'
AND `element` = 'com_htprotect'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zgs39_extensions | range | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.15 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.07 ms |
| updating | 0.12 ms |
| end | 0.00 ms |
| query end | 392.72 ms |
| closing tables | 0.06 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT\administrator\components\com_htprotect\core\watch.php:1307 |
| 9 | HtpWatch::saveNotified() | JROOT\administrator\components\com_htprotect\core\watch.php:348 |
| 8 | HtpWatch::recordNotification() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:3502 |
| 7 | PlgSystemHtprotectwatch->notify() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:3294 |
| 6 | PlgSystemHtprotectwatch->htpRun() | JROOT\plugins\system\htprotectwatch\htprotectwatch.php:266 |
| 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 |
7 × SELECT `params`
FROM `zgs39_extensions`
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `zgs39_extensions`
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 `zgs39_categories` AS `s`
INNER JOIN `zgs39_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('en-GB','*')) OR (c.lft <= s.lft
AND s.rgt <= c.rgt)
2 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `zgs39_assets`
2 × SELECT DISTINCT `user_id`
FROM `zgs39_user_usergroup_map`
2 × SELECT `rules`
FROM `zgs39_assets`
1 × SELECT `data`
FROM `zgs39_session`
1 × SELECT language,id
FROM `zgs39_menu`
1 × SELECT `c2`.`language`,`c2`.`id`
FROM `zgs39_menu` AS `c`
INNER JOIN `zgs39_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `zgs39_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `zgs39_menu` AS `c2`
ON a2.id = c2.`id`
1 × SELECT `c2`.`language`,CONCAT_WS(':', `c2`.`id`, `c2`.`alias`) AS `id`,CONCAT_WS(':', ca.id, ca.alias) AS `catid`
FROM `zgs39_content` AS `c`
INNER JOIN `zgs39_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_content.item'
INNER JOIN `zgs39_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `zgs39_content` AS `c2`
ON a2.id = c2.`id`
INNER JOIN `zgs39_categories` AS `ca`
ON `c2`.`catid` = ca.id
AND ca.extension = 'com_content'1 × SELECT COUNT(*)
FROM `zgs39_extensions`
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM zgs39_modules AS m
LEFT JOIN zgs39_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN zgs39_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT created_by, catid
FROM zgs39_content
1 × SELECT `id`,`username`,`email`,`password`,`block`,`lastvisitDate`
FROM `zgs39_users`
1 × SELECT `element`,`type`,`folder`,`client_id`,`manifest_cache`,`enabled`
FROM `zgs39_extensions
1 × SELECT `id`,`username`,`name`,`email`,`registerDate`,`lastvisitDate`,`block`
FROM `zgs39_users`
1 × SELECT `id`,`name`,`types`,`area`,`plugins`,`params`
FROM `zgs39_wf_profiles`
1 × SELECT a.*, u.name as creator_name
FROM zgs39_attachments AS a
LEFT JOIN zgs39_users AS u
ON u.id = a.created_by
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 zgs39_fields AS a
LEFT JOIN `zgs39_languages` AS l
ON l.lang_code = a.language
LEFT JOIN zgs39_users AS uc
ON uc.id=a.checked_out
LEFT JOIN zgs39_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN zgs39_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN zgs39_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `zgs39_fields_categories` AS fc
ON fc.field_id = a.id
1 × SELECT MAX(contact.id) AS contactid, contact.alias, contact.catid, contact.webpage, contact.email_to
FROM `zgs39_contact_details` AS `contact`
1 × SELECT `session_id`
FROM `zgs39_session`
1 × SELECT `m`.`tag_id`,`t`.*
FROM `zgs39_contentitem_tag_map` AS m
INNER JOIN `zgs39_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 zgs39_content AS a
INNER JOIN zgs39_categories AS c
on c.id = a.catid
LEFT JOIN zgs39_users AS u
on u.id = a.created_by
LEFT JOIN zgs39_categories as parent
ON parent.id = c.parent_id
LEFT JOIN zgs39_content_rating AS v
ON a.id = v.content_id
1 × SELECT id, home, template, s.params
FROM zgs39_template_styles as s
LEFT JOIN zgs39_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
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 zgs39_menu AS m
LEFT JOIN zgs39_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT `source`,`keepurlparams`
FROM `zgs39_admintools_redirects`
1 × SELECT `element`,`name`,`client_id`,`extension_id`
FROM `zgs39_extensions`
1 × SELECT *
FROM `zgs39_admintools_wafexceptions`
1 × SELECT *
FROM zgs39_languages
1 × SELECT `value`
FROM `zgs39_admintools_storage`
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM zgs39_extensions
1 × SELECT b.id
FROM zgs39_usergroups AS a
LEFT JOIN zgs39_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `zgs39_viewlevels
1 × SELECT `params`
FROM `zgs39_users`
1 × INSERT INTO `zgs39_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'70386a6a7539316a746d61703968753231346f63696865396774', 1, 1784045148, 0, '', 0
1 × UPDATE `zgs39_extensions`
SET `params` = '{\"mediaversion\":\"920108ef77e57d83d32b2490272df864\"}'
1 × SHOW FULL COLUMNS
FROM `zgs39_content
1 × UPDATE zgs39_content
SET `hits` = (`hits` + 1)
1 × UPDATE `zgs39_session`
SET `data` = 'joomla|s:1072:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc4NDA0NTE0ODtzOjQ6Imxhc3QiO2k6MTc4NDA0NTE0ODtzOjM6Im5vdyI7aToxNzg0MDQ1MTQ4O31zOjU6InRva2VuIjtzOjMyOiI0NUM2emR0cXV1YWFqb3pGMkhqOGxRRGFDaXp4VGRPSSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjEwNDoiJnJldHVybj1hSFIwY0hNNkx5OXpkSEF1Y0d4MWNtbHRZUzVwZEM5cGJtUmxlQzV3YUhBdlpXNHZZM1Z6ZEc5dFpYSXRZWEpsWVM5elpYSjJhV05sY3kxamFHRnlkR1Z5UHclM0QlM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjI1OiJwbGdfc3lzdGVtX2xhbmd1YWdlZmlsdGVyIjtPOjg6InN0ZENsYXNzIjoxOntzOjg6Imxhbmd1YWdlIjtzOjU6ImVuLUdCIjt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";' , `time` = 1784045150
1 × UPDATE `zgs39_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,\"guard_dismissed\":0,\"x_shield\":1,\"x_sigs_off\":[],\"defs_version\":\"2026-07-11.3\",\"mal_whitelist\":[],\"u_harden\":1,\"u_dirs\":[\"images\",\"media\"],\"emergency_lock\":0,\"notify_email\":\"mastronicola@plurima.it\",\"notify_reminder_days\":14,\"unsub_secret\":\"uBdUTaFQrenBM2dvxNu2QRMqtjUtNp2wYEBtYL5anjs\",\"unsub_base\":\"https:\\/\\/stp.plurima.it\\/\",\"site_fp\":\"3ca86438d7071bd625ad206ade0fdd141854f653\",\"swarm_contrib_id\":\"\",\"swarm_acked\":[],\"watch_manifest\":{\".htaccess\":\"1d6986adde587fc47ebaced3620e13e867db65c3\",\"administrator\\/.htaccess\":\"2d77653ec8f852f1dbbd4b138ba9b3af4b72ba52\",\"images\\/.htaccess\":\"9156ec93ab92edf310b1469e8eb7024340356eb4\",\"media\\/.htaccess\":\"9156ec93ab92edf310b1469e8eb7024340356eb4\"},\"core_manifest\":{\"index.php\":\"ca99dc829ffdd136a60ca65b33edf9cbd618554f\",\"administrator\\/index.php\":\"7078c5d7b2181900c509c93302f324e2dae228bf\"},\"core_jversion\":\"3.10.12\",\"accounts_watch\":1,\"account_baseline\":{\"53\":{\"id\":53,\"username\":\"plurima\",\"email\":\"mastronicola@plurima.it\",\"phash\":\"ab9d5f507d8fd75449b9cd4f672ad6701922855e\",\"block\":0,\"lastvisit\":\"2026-07-14 12:53:32\",\"pneeds\":0},\"55\":{\"id\":55,\"username\":\"castrovillarig\",\"email\":\"giuseppe.castrovillari@stpbrindisi.it\",\"phash\":\"0e4ef0c33947a0e4f55d15543f86870ab1364257\",\"block\":0,\"lastvisit\":\"2025-04-09 05:37:35\",\"pneeds\":0},\"57\":{\"id\":57,\"username\":\"miccolim\",\"email\":\"mario.miccoli@stpbrindisi.it\",\"phash\":\"3c86222c65fc15c483ca6bb47053518d265ab312\",\"block\":0,\"lastvisit\":\"2026-05-25 14:05:14\",\"pneeds\":0},\"59\":{\"id\":59,\"username\":\"minervinim\",\"email\":\"matteo.minervini@stpbrindisi.it\",\"phash\":\"0dea84c444107b21ac0d6e2f54ab212848732d4f\",\"block\":0,\"lastvisit\":\"2026-07-06 06:29:28\",\"pneeds\":0},\"75\":{\"id\":75,\"username\":\"sparvierof\",\"email\":\"francesca.sparviero@stpbrindisi.it\",\"phash\":\"86639f9348de5d08fda527eef76a87eac7fd6d96\",\"block\":0,\"lastvisit\":\"2026-07-07 10:00:18\",\"pneeds\":0}},\"admin_whitelist\":[],\"helix_ignore\":[],\"seo_watch\":1,\"compat_guard\":1,\"seo_cloaking_auto\":0,\"seo_whitelist\":[],\"seo_topic_ack\":[],\"seo_baseline\":[],\"seo_overview_ts\":1784034743,\"seo_overview_finding\":[],\"core_overview_ts\":1784034737,\"core_overview_finding\":[],\"plugin_initialized\":1,\"quickicon_initialized\":1,\"autosecure\":0,\"autosecure_last\":0,\"tmp_autoclean\":0,\"tmp_keep\":[],\"autoupdate_notify\":0,\"autoupdate_ext\":1,\"autoupdate_all\":0,\"autoupdate_self\":0,\"autoupdate_manual\":0,\"autoupdate_mail_success\":0,\"autoupdate_include\":[],\"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,\"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,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\":1,\"p_expires\":1,\"p_etag\":0,\"custom_top\":\"\",\"custom_bottom\":\"\",\"file_sha1\":\"1d6986adde587fc47ebaced3620e13e867db65c3\",\"last_written\":\"2026-07-14 15:15:17\",\"last_test\":{\"checks\":[{\"label\":\"Home page reachable\",\"url\":\"https:\\/\\/stp.plurima.it\\/\",\"status\":0,\"ok\":false,\"note\":\"SSL certificate problem: self signed certificate\"},{\"label\":\"Backend reachable (401 = password protection active)\",\"url\":\"https:\\/\\/stp.plurima.it\\/administrator\\/index.php\",\"status\":0,\"ok\":false,\"note\":\"SSL certificate problem: self signed certificate\"},{\"label\":\"PHP shield active (test call is rejected with 403)\",\"url\":\"https:\\/\\/stp.plurima.it\\/htpx-canary-b4ec6879.php\\/htp\",\"status\":0,\"ok\":false,\"note\":\"\"},{\"label\":\"configuration.php blocked\",\"url\":\"https:\\/\\/stp.plurima.it\\/configuration.php\",\"status\":0,\"ok\":true,\"note\":\"\"}],\"regression\":false,\"reason\":\"\",\"time\":\"2026-07-14 13:15:17\"},\"guard_dir\":\"\",\"guard_recover\":\"31fb20d0a5b7b0ba5337fdab24388d6cb92e2e0728e5e53b66d2f492f340c489\",\"welcome_sent\":1,\"welcome_green_since\":0,\"htaccess_cap\":[]},\"htp_defs\":{\"joomla_latest_try\":1784041722,\"fetched_ts\":1784034744},\"htp_malware\":{\"fetched_ts\":1784034744},\"htp_incidents\":{\"ext:com_jce|vulnerable\":1784034745}}'