Query Time: 0.16 ms Query memory: 0.020 MB Memory before query: 0.759 MB Rows returned: 0
SELECT `session_id`
FROM `p6im7_session`
WHERE `session_id` = X'6338383062366666646133653538326531636336383335316464343530323832'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.14 ms After last query: 0.05 ms Query memory: 0.003 MB Memory before query: 0.764 MB
INSERT INTO `p6im7_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6338383062366666646133653538326531636336383335316464343530323832', 1, 1784520048, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `p6im7_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6338383062366666646133653538326531636336383335316464343530323832', 1, 1784520048, 0, '', 0)
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| update | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.03 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 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.28 ms After last query: 0.30 ms Query memory: 0.076 MB Memory before query: 0.792 MB Rows returned: 47
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `p6im7_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_extensions | NULL | ref | extension | extension | 82 | const | 48 | 1.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.05 ms |
| executing | 0.12 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php: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.12 ms After last query: 0.38 ms Query memory: 0.020 MB Memory before query: 0.845 MB Rows returned: 5
SELECT id, rules
FROM `p6im7_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/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.21 ms After last query: 0.06 ms Query memory: 0.020 MB Memory before query: 0.855 MB Rows returned: 2
SELECT b.id
FROM p6im7_usergroups AS a
LEFT JOIN p6im7_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php: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.75 ms After last query: 0.11 ms Query memory: 0.040 MB Memory before query: 0.876 MB Rows returned: 244
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM p6im7_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_extensions | NULL | ref | extension | extension | 82 | const | 302 | 0.60 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.60 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 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.16 ms After last query: 2.67 ms Query memory: 0.021 MB Memory before query: 1.278 MB Rows returned: 1
SELECT `value`
FROM `p6im7_admintools_storage`
WHERE `key` = 'cparams'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_admintools_storage | NULL | const | PRIMARY | PRIMARY | 402 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_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.10 ms After last query: 0.14 ms Query memory: 0.021 MB Memory before query: 1.285 MB Rows returned: 0
SELECT *
FROM `p6im7_admintools_wafexceptions`
WHERE NOT(`option` LIKE 'com_%')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_admintools_wafexceptions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php: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.30 ms After last query: 2.04 ms Query memory: 0.022 MB Memory before query: 1.357 MB Rows returned: 1
SELECT template
FROM p6im7_template_styles as s
WHERE s.client_id = 0
AND s.home = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 7 | 12.50 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.12 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:31 |
| 12 | RokCommon_PlatformInfo_Joomla->getDefaultTemplate() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:105 |
| 11 | RokCommon_PlatformInfo_Joomla->setPlatformParameters() | JROOT/libraries/rokcommon/RokCommon/Service.php:71 |
| 10 | RokCommon_Service::getContainer() | JROOT/libraries/rokcommon/include.php:38 |
| 9 | require_once JROOT/libraries/rokcommon/include.php | JROOT/plugins/system/rokcommon/rokcommon.php:95 |
| 8 | plgSystemRokCommon->loadCommonLib() | JROOT/plugins/system/rokcommon/rokcommon.php:53 |
| 7 | plgSystemRokCommon->__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.02 ms Query memory: 0.022 MB Memory before query: 1.364 MB Rows returned: 1
SELECT template
FROM p6im7_template_styles as s
WHERE s.client_id = 0
AND s.home = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 7 | 12.50 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 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.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:31 |
| 13 | RokCommon_PlatformInfo_Joomla->getDefaultTemplate() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:67 |
| 12 | RokCommon_PlatformInfo_Joomla->getDefaultTemplatePath() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:106 |
| 11 | RokCommon_PlatformInfo_Joomla->setPlatformParameters() | JROOT/libraries/rokcommon/RokCommon/Service.php:71 |
| 10 | RokCommon_Service::getContainer() | JROOT/libraries/rokcommon/include.php:38 |
| 9 | require_once JROOT/libraries/rokcommon/include.php | JROOT/plugins/system/rokcommon/rokcommon.php:95 |
| 8 | plgSystemRokCommon->loadCommonLib() | JROOT/plugins/system/rokcommon/rokcommon.php:53 |
| 7 | plgSystemRokCommon->__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.64 ms Query memory: 0.020 MB Memory before query: 1.470 MB Rows returned: 2
SELECT extension, file, type
FROM p6im7_rokcommon_configs
ORDER BY priority
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_rokcommon_configs | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 100.00 | Using filesort |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rokcommon/rokcommon.php:131 |
| 8 | plgSystemRokCommon->processRegisteredConfigs() | JROOT/plugins/system/rokcommon/rokcommon.php:75 |
| 7 | plgSystemRokCommon->__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.46 ms After last query: 1.30 ms Query memory: 0.105 MB Memory before query: 1.529 MB Rows returned: 85
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 p6im7_menu AS m
LEFT JOIN p6im7_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_client_id_parent_id_alias_language | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | 5.83 | Using where; Using filesort |
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.m.component_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.02 ms |
| executing | 0.27 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 22 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
| 21 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 20 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 19 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 18 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 17 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
| 16 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
| 15 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
| 14 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:434 |
| 13 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/libraries/src/Layout/FileLayout.php:604 |
| 12 | Joomla\CMS\Layout\FileLayout->getDefaultIncludePaths() | JROOT/libraries/src/Layout/FileLayout.php:295 |
| 11 | Joomla\CMS\Layout\FileLayout->getIncludePaths() | JROOT/libraries/src/Layout/FileLayout.php:144 |
| 10 | Joomla\CMS\Layout\FileLayout->getPath() | JROOT/libraries/src/Layout/FileLayout.php:111 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/libraries/src/Toolbar/ToolbarHelper.php:42 |
| 8 | Joomla\CMS\Toolbar\ToolbarHelper::title() | JROOT/plugins/system/koowa/koowa.php:56 |
| 7 | PlgSystemKoowa->__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.18 ms After last query: 0.48 ms Query memory: 0.022 MB Memory before query: 1.729 MB Rows returned: 7
SELECT id, home, template, s.params
FROM p6im7_template_styles as s
LEFT JOIN p6im7_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 5 | 1.00 | Using index condition; Using where |
| 1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | mfaetadmin_365_j36.e.element | 4 | 87.50 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
| 13 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/libraries/src/Layout/FileLayout.php:604 |
| 12 | Joomla\CMS\Layout\FileLayout->getDefaultIncludePaths() | JROOT/libraries/src/Layout/FileLayout.php:295 |
| 11 | Joomla\CMS\Layout\FileLayout->getIncludePaths() | JROOT/libraries/src/Layout/FileLayout.php:144 |
| 10 | Joomla\CMS\Layout\FileLayout->getPath() | JROOT/libraries/src/Layout/FileLayout.php:111 |
| 9 | Joomla\CMS\Layout\FileLayout->render() | JROOT/libraries/src/Toolbar/ToolbarHelper.php:42 |
| 8 | Joomla\CMS\Toolbar\ToolbarHelper::title() | JROOT/plugins/system/koowa/koowa.php:56 |
| 7 | PlgSystemKoowa->__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.08 ms After last query: 0.22 ms Query memory: 0.023 MB Memory before query: 1.757 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `p6im7_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
| 17 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
| 14 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 13 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 12 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 9 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Toolbar/ToolbarHelper.php:46 |
| 8 | Joomla\CMS\Toolbar\ToolbarHelper::title() | JROOT/plugins/system/koowa/koowa.php:56 |
| 7 | PlgSystemKoowa->__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.17 ms After last query: 0.06 ms Query memory: 0.006 MB Memory before query: 1.749 MB
UPDATE `p6im7_extensions`
SET `params` = '{\"mediaversion\":\"703dcdc51d9e247df55cb615ee83e319\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `p6im7_extensions`
SET `params` = '{\"mediaversion\":\"703dcdc51d9e247df55cb615ee83e319\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
| Status | Duration |
|---|
| starting | 0.01 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.02 ms |
| updating | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.05 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 13 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 12 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 9 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Toolbar/ToolbarHelper.php:46 |
| 8 | Joomla\CMS\Toolbar\ToolbarHelper::title() | JROOT/plugins/system/koowa/koowa.php:56 |
| 7 | PlgSystemKoowa->__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.20 ms After last query: 7.61 ms Query memory: 0.021 MB Memory before query: 2.080 MB Rows returned: 1
SELECT `params`
FROM `p6im7_extensions`
WHERE `type` = 'component'
AND `element` = 'com_jchoptimize'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/libraries/fof40/Params/Params.php:55 |
| 12 | FOF40\Params\Params->reload() | JROOT/libraries/fof40/Params/Params.php:40 |
| 11 | FOF40\Params\Params->__construct() | JROOT/libraries/fof40/Container/Container.php:281 |
| 10 | FOF40\Container\Container->FOF40\Container\{closure}() | JROOT/libraries/fof40/Pimple/Container.php:115 |
| 9 | FOF40\Pimple\Container->offsetGet() | JROOT/libraries/fof40/Container/ContainerBase.php:27 |
| 8 | FOF40\Container\ContainerBase->__get() | JROOT/plugins/system/jchoptimize/jchoptimize.php:124 |
| 7 | plgSystemJchoptimize->__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.021 MB Memory before query: 2.100 MB Rows returned: 0
SELECT `source`,`keepurlparams`
FROM `p6im7_admintools_redirects`
WHERE ((`dest` = 'component/tags/tag/3-external-trade.html') OR (`dest` = 'component/tags/tag/3-external-trade.html') OR ('component/tags/tag/3-external-trade.html' LIKE `dest`))
AND `published` = '1'
ORDER BY `ordering` DESC
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_admintools_redirects | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php: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: 0.79 ms After last query: 0.28 ms Query memory: 0.022 MB Memory before query: 2.104 MB Rows returned: 18
SHOW FULL COLUMNS
FROM `p6im7_extensions`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `p6im7_extensions`
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.34 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.02 ms |
| executing | 0.03 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 13 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 12 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 11 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Extension.php:32 |
| 10 | Joomla\CMS\Table\Extension->__construct() | JROOT/libraries/src/Table/Table.php:328 |
| 9 | Joomla\CMS\Table\Table::getInstance() | JROOT/plugins/system/roksprocket/roksprocket.php:45 |
| 8 | plgSystemRokSprocket->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.13 ms After last query: 0.15 ms Query memory: 0.020 MB Memory before query: 2.131 MB Rows returned: 1
SELECT `extension_id`
FROM `p6im7_extensions`
WHERE type = 'component'
AND element = 'com_roksprocket'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Table/Extension.php:124 |
| 9 | Joomla\CMS\Table\Extension->find() | JROOT/plugins/system/roksprocket/roksprocket.php:46 |
| 8 | plgSystemRokSprocket->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.07 ms After last query: 0.03 ms Query memory: 0.020 MB Memory before query: 2.137 MB Rows returned: 1
SELECT *
FROM p6im7_extensions
WHERE `extension_id` = '10002'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_extensions | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 10 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
| 9 | Joomla\CMS\Table\Table->load() | JROOT/plugins/system/roksprocket/roksprocket.php:54 |
| 8 | plgSystemRokSprocket->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.06 ms After last query: 0.02 ms Query memory: 0.020 MB Memory before query: 2.141 MB Rows returned: 1
SELECT `extension_id`
FROM `p6im7_extensions`
WHERE type = 'module'
AND element = 'mod_roksprocket'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.01 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Table/Extension.php:124 |
| 9 | Joomla\CMS\Table\Extension->find() | JROOT/plugins/system/roksprocket/roksprocket.php:69 |
| 8 | plgSystemRokSprocket->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.04 ms After last query: 0.02 ms Query memory: 0.020 MB Memory before query: 2.146 MB Rows returned: 1
SELECT *
FROM p6im7_extensions
WHERE `extension_id` = '10002'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_extensions | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 10 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
| 9 | Joomla\CMS\Table\Table->load() | JROOT/plugins/system/roksprocket/roksprocket.php:76 |
| 8 | plgSystemRokSprocket->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.12 ms After last query: 5.03 ms Query memory: 0.020 MB Memory before query: 2.295 MB Rows returned: 1
SELECT count(1)
FROM `p6im7_session`
WHERE `session_id` = ''
AND client_id = 1
AND guest = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/arktypography/arktypography.php:53 |
| 8 | plgSystemARKtypography->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.12 ms After last query: 1.91 ms Query memory: 0.021 MB Memory before query: 2.388 MB Rows returned: 0
SELECT id
FROM `p6im7_tags`
WHERE `alias` = '3-external-trade'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_tags | NULL | ref | idx_alias | idx_alias | 402 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_tags/router.php:179 |
| 10 | TagsRouter->fixSegment() | JROOT/components/com_tags/router.php:147 |
| 9 | TagsRouter->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.06 ms After last query: 0.10 ms Query memory: 0.022 MB Memory before query: 2.395 MB Rows returned: 0
SELECT id
FROM `p6im7_tags`
WHERE `alias` = '3-external-trade'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_tags | NULL | ref | idx_alias | idx_alias | 402 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_tags/router.php:179 |
| 14 | TagsRouter->fixSegment() | JROOT/components/com_tags/router.php:147 |
| 13 | TagsRouter->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 12 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 11 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 10 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 9 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/plugins/system/koowa/koowa.php:287 |
| 8 | PlgSystemKoowa->onAfterRoute() | 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:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 2.27 ms Query memory: 0.022 MB Memory before query: 2.471 MB Rows returned: 7
SELECT s.id, s.template, s.home, s.title AS long_title, s.params
FROM p6im7_template_styles AS s
WHERE s.client_id = 0
AND s.template = 'it_365news'
ORDER BY s.id
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | const | 7 | 87.50 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/gantry5/src/classes/Gantry/Joomla/StyleHelper.php:69 |
| 14 | Gantry\Joomla\StyleHelper::loadStyles() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Assignments.php:63 |
| 13 | Gantry\Framework\Assignments->loadAssignments() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Assignments/AbstractAssignments.php:301 |
| 12 | Gantry\Component\Assignments\AbstractAssignments->init() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Assignments/AbstractAssignments.php:99 |
| 11 | Gantry\Component\Assignments\AbstractAssignments->scores() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Assignments/AbstractAssignments.php:86 |
| 10 | Gantry\Component\Assignments\AbstractAssignments->select() | JROOT/plugins/system/gantry5/gantry5.php:319 |
| 9 | plgSystemGantry5->onAfterRouteSite() | JROOT/plugins/system/gantry5/gantry5.php:112 |
| 8 | plgSystemGantry5->onAfterRoute() | 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:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 1.20 ms Query memory: 0.022 MB Memory before query: 2.494 MB Rows returned: 46
SELECT `id`,`name`,`rules`,`parent_id`
FROM `p6im7_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_acymailing','com_admin','com_admintools','com_ajax','com_akeeba','com_arkeditor','com_arkmanager','com_arkmedia','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_contactenhanced','com_content','com_contenthistory','com_cpanel','com_edocman','com_fields','com_finder','com_gantry','com_gantry5','com_installer','com_jchoptimize','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_ohanah','com_plugins','com_postinstall','com_privacy','com_redirect','com_roksprocket','com_search','com_tags','com_templates','com_users','com_wrapper')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_assets | NULL | range | idx_asset_name | idx_asset_name | 202 | NULL | 48 | 100.00 | Using index condition |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.01 ms |
| executing | 0.20 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
| 13 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
| 12 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
| 11 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 10 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 9 | Joomla\CMS\User\User->authorise() | JROOT/plugins/system/arkeditoruser/arkeditoruser.php:59 |
| 8 | PlgSystemArKEditorUser->onAfterRoute() | 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:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.33 ms Query memory: 0.075 MB Memory before query: 2.554 MB Rows returned: 1
SELECT params
FROM `p6im7_extensions`
WHERE `element` = 'com_arkeditor'
AND `type` = 'component'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/arktypography/arktypography.php:127 |
| 8 | plgSystemARKtypography->onAfterRoute() | 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:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.08 ms After last query: 0.17 ms Query memory: 0.019 MB Memory before query: 2.569 MB Rows returned: 1
SELECT *
FROM p6im7_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.01 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
| 5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
| 4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.46 ms After last query: 4.75 ms Query memory: 0.026 MB Memory before query: 2.679 MB Rows returned: 30
SHOW FULL COLUMNS
FROM `p6im7_tags`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `p6im7_tags`
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.54 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.39 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.03 ms |
| executing | 0.03 ms |
| checking permissions | 0.03 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.00 ms |
| checking permissions | 0.00 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.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.05 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 22 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 21 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 20 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_tags/tables/tag.php:29 |
| 19 | TagsTableTag->__construct() | JROOT/libraries/src/Table/Table.php:328 |
| 18 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/src/Helper/TagsHelper.php:710 |
| 17 | Joomla\CMS\Helper\TagsHelper->getTagTreeArray() | JROOT/libraries/src/Helper/TagsHelper.php:555 |
| 16 | Joomla\CMS\Helper\TagsHelper->getTagItemsQuery() | JROOT/components/com_tags/models/tag.php:149 |
| 15 | TagsModelTag->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
| 14 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_tags/models/tag.php:86 |
| 12 | TagsModelTag->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_tags/views/tag/view.html.php:93 |
| 10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
| 8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
| 6 | require_once JROOT/components/com_tags/tags.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.12 ms After last query: 0.31 ms Query memory: 0.024 MB Memory before query: 2.723 MB Rows returned: 1
SELECT id, parent_id, level, lft, rgt
FROM p6im7_tags
WHERE id = 3
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_tags | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 20 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Table/Nested.php:1612 |
| 19 | Joomla\CMS\Table\Nested->_getNode() | JROOT/libraries/src/Table/Nested.php:200 |
| 18 | Joomla\CMS\Table\Nested->isLeaf() | JROOT/libraries/src/Helper/TagsHelper.php:712 |
| 17 | Joomla\CMS\Helper\TagsHelper->getTagTreeArray() | JROOT/libraries/src/Helper/TagsHelper.php:555 |
| 16 | Joomla\CMS\Helper\TagsHelper->getTagItemsQuery() | JROOT/components/com_tags/models/tag.php:149 |
| 15 | TagsModelTag->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
| 14 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_tags/models/tag.php:86 |
| 12 | TagsModelTag->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_tags/views/tag/view.html.php:93 |
| 10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
| 8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
| 6 | require_once JROOT/components/com_tags/tags.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.23 ms After last query: 0.02 ms Query memory: 0.024 MB Memory before query: 2.732 MB Rows returned: 2
SELECT n.*
FROM p6im7_tags AS n, p6im7_tags AS p
WHERE n.lft BETWEEN p.lft
AND p.rgt
AND p.id = 3
ORDER BY n.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | n | NULL | range | idx_left_right | idx_left_right | 4 | NULL | 2 | 100.00 | Using index condition |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.10 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Table/Nested.php:182 |
| 18 | Joomla\CMS\Table\Nested->getTree() | JROOT/libraries/src/Helper/TagsHelper.php:719 |
| 17 | Joomla\CMS\Helper\TagsHelper->getTagTreeArray() | JROOT/libraries/src/Helper/TagsHelper.php:555 |
| 16 | Joomla\CMS\Helper\TagsHelper->getTagItemsQuery() | JROOT/components/com_tags/models/tag.php:149 |
| 15 | TagsModelTag->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
| 14 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_tags/models/tag.php:86 |
| 12 | TagsModelTag->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_tags/views/tag/view.html.php:93 |
| 10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
| 8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
| 6 | require_once JROOT/components/com_tags/tags.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: 0.03 ms Query memory: 0.088 MB Memory before query: 2.745 MB Rows returned: 36
SELECT *
FROM `p6im7_content_types`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_content_types | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 36 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.47 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 18 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Helper/TagsHelper.php:794 |
| 17 | Joomla\CMS\Helper\TagsHelper::getTypes() | JROOT/libraries/src/Helper/TagsHelper.php:628 |
| 16 | Joomla\CMS\Helper\TagsHelper->getTagItemsQuery() | JROOT/components/com_tags/models/tag.php:149 |
| 15 | TagsModelTag->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
| 14 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_tags/models/tag.php:86 |
| 12 | TagsModelTag->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_tags/views/tag/view.html.php:93 |
| 10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
| 8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
| 6 | require_once JROOT/components/com_tags/tags.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.14 ms After last query: 0.09 ms Query memory: 0.038 MB Memory before query: 2.757 MB Rows returned: 6
SELECT m.type_alias, m.content_item_id, m.core_content_id, count(m.tag_id) AS match_count, MAX(m.tag_date) as tag_date, MAX(c.core_title) AS core_title, MAX(c.core_params) AS core_params,MAX(c.core_alias) AS core_alias, MAX(c.core_body) AS core_body, MAX(c.core_state) AS core_state, MAX(c.core_access) AS core_access,MAX(c.core_metadata) AS core_metadata, MAX(c.core_created_user_id) AS core_created_user_id, MAX(c.core_created_by_alias) AS core_created_by_alias,MAX(c.core_created_time) as core_created_time, MAX(c.core_images) as core_images,
CASE WHEN c.core_modified_time = '0000-00-00 00:00:00' THEN c.core_created_time ELSE c.core_modified_time END as core_modified_time,MAX(c.core_language) AS core_language, MAX(c.core_catid) AS core_catid,MAX(c.core_publish_up) AS core_publish_up, MAX(c.core_publish_down) as core_publish_down,MAX(ct.type_title) AS content_type_title, MAX(ct.router) AS router,
CASE WHEN c.core_created_by_alias > ' ' THEN c.core_created_by_alias ELSE ua.name END AS author,ua.email AS author_email
FROM p6im7_contentitem_tag_map AS m
INNER JOIN p6im7_ucm_content AS c
ON m.type_alias = c.core_type_alias
AND m.core_content_id = c.core_content_id
AND c.core_state IN (1)
AND (c.core_publish_up = '0000-00-00 00:00:00' OR c.core_publish_up <= '2026-07-20 04:00:48')
AND (c.core_publish_down = '0000-00-00 00:00:00' OR c.core_publish_down >= '2026-07-20 04:00:48')
INNER JOIN p6im7_content_types AS ct
ON ct.type_alias = m.type_alias
LEFT JOIN p6im7_categories AS tc
ON tc.id = c.core_catid
LEFT JOIN p6im7_users AS ua
ON ua.id = c.core_created_user_id
WHERE m.tag_id IN (3,2)
AND (c.core_catid = 0 OR tc.published = 1)
AND m.type_alias IN ('com_content.article','com_contact.contact','com_newsfeeds.newsfeed','com_users.user','com_content.category','com_contact.category','com_newsfeeds.category','com_tags.tag','com_banners.banner','com_banners.category','com_banners.client','com_users.note','com_users.category','com_modules.custom','com_contactenhanced.contact','com_contactenhanced.category','com_contactenhanced.contact','com_contactenhanced.category','com_contactenhanced.contact','com_contactenhanced.category','com_contactenhanced.contact','com_contactenhanced.category','com_contactenhanced.contact','com_contactenhanced.category','com_contactenhanced.contact','com_contactenhanced.category','com_contactenhanced.contact','com_contactenhanced.category','com_contactenhanced.contact','com_contactenhanced.category','com_contactenhanced.contact','com_contactenhanced.category','com_contactenhanced.contact','com_contactenhanced.category','com_contactenhanced.contact','com_contactenhanced.category')
AND c.core_access IN (0,1,5)
GROUP BY m.type_alias, m.content_item_id, m.core_content_id, core_modified_time, core_created_time, core_created_by_alias, author, author_email
ORDER BY MAX(`c`.`core_created_time`) DESC
LIMIT 20
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | NULL | ALL | PRIMARY,tag_idx,idx_access,idx_content_type | NO INDEX KEY COULD BE USED | NULL | NULL | 8 | 17.36 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | m | NULL | ref | idx_tag_type,idx_core_content_id | idx_core_content_id | 4 | mfaetadmin_365_j36.c.core_content_id | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | tc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.c.core_catid | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.c.core_created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | ct | NULL | ref | idx_alias | idx_alias | 402 | mfaetadmin_365_j36.m.type_alias | 2 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 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.61 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.03 ms |
| executing | 0.22 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.04 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_tags/models/tag.php:86 |
| 12 | TagsModelTag->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_tags/views/tag/view.html.php:93 |
| 10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
| 8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
| 6 | require_once JROOT/components/com_tags/tags.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.12 ms After last query: 1.08 ms Query memory: 0.022 MB Memory before query: 2.797 MB Rows returned: 1
SELECT *
FROM p6im7_tags
WHERE `id` = '3'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_tags | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 14 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
| 13 | Joomla\CMS\Table\Table->load() | JROOT/components/com_tags/models/tag.php:291 |
| 12 | TagsModelTag->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_tags/views/tag/view.html.php:94 |
| 10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
| 8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
| 6 | require_once JROOT/components/com_tags/tags.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.55 ms After last query: 0.17 ms Query memory: 0.038 MB Memory before query: 2.819 MB Rows returned: 6
SELECT m.type_alias, m.content_item_id, m.core_content_id, count(m.tag_id) AS match_count, MAX(m.tag_date) as tag_date, MAX(c.core_title) AS core_title, MAX(c.core_params) AS core_params,MAX(c.core_alias) AS core_alias, MAX(c.core_body) AS core_body, MAX(c.core_state) AS core_state, MAX(c.core_access) AS core_access,MAX(c.core_metadata) AS core_metadata, MAX(c.core_created_user_id) AS core_created_user_id, MAX(c.core_created_by_alias) AS core_created_by_alias,MAX(c.core_created_time) as core_created_time, MAX(c.core_images) as core_images,
CASE WHEN c.core_modified_time = '0000-00-00 00:00:00' THEN c.core_created_time ELSE c.core_modified_time END as core_modified_time,MAX(c.core_language) AS core_language, MAX(c.core_catid) AS core_catid,MAX(c.core_publish_up) AS core_publish_up, MAX(c.core_publish_down) as core_publish_down,MAX(ct.type_title) AS content_type_title, MAX(ct.router) AS router,
CASE WHEN c.core_created_by_alias > ' ' THEN c.core_created_by_alias ELSE ua.name END AS author,ua.email AS author_email
FROM p6im7_contentitem_tag_map AS m
INNER JOIN p6im7_ucm_content AS c
ON m.type_alias = c.core_type_alias
AND m.core_content_id = c.core_content_id
AND c.core_state IN (1)
AND (c.core_publish_up = '0000-00-00 00:00:00' OR c.core_publish_up <= '2026-07-20 04:00:48')
AND (c.core_publish_down = '0000-00-00 00:00:00' OR c.core_publish_down >= '2026-07-20 04:00:48')
INNER JOIN p6im7_content_types AS ct
ON ct.type_alias = m.type_alias
LEFT JOIN p6im7_categories AS tc
ON tc.id = c.core_catid
LEFT JOIN p6im7_users AS ua
ON ua.id = c.core_created_user_id
WHERE m.tag_id IN (3,2)
AND (c.core_catid = 0 OR tc.published = 1)
AND m.type_alias IN ('com_content.article','com_contact.contact','com_newsfeeds.newsfeed','com_users.user','com_content.category','com_contact.category','com_newsfeeds.category','com_tags.tag','com_banners.banner','com_banners.category','com_banners.client','com_users.note','com_users.category','com_modules.custom','com_contactenhanced.contact','com_contactenhanced.category','com_contactenhanced.contact','com_contactenhanced.category','com_contactenhanced.contact','com_contactenhanced.category','com_contactenhanced.contact','com_contactenhanced.category','com_contactenhanced.contact','com_contactenhanced.category','com_contactenhanced.contact','com_contactenhanced.category','com_contactenhanced.contact','com_contactenhanced.category','com_contactenhanced.contact','com_contactenhanced.category','com_contactenhanced.contact','com_contactenhanced.category','com_contactenhanced.contact','com_contactenhanced.category','com_contactenhanced.contact','com_contactenhanced.category')
AND c.core_access IN (0,1,5)
GROUP BY m.type_alias, m.content_item_id, m.core_content_id, core_modified_time, core_created_time, core_created_by_alias, author, author_email
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | NULL | ALL | PRIMARY,tag_idx,idx_access,idx_content_type | NO INDEX KEY COULD BE USED | NULL | NULL | 8 | 17.36 | Using where; Using temporary |
| 1 | SIMPLE | m | NULL | ref | idx_tag_type,idx_core_content_id | idx_core_content_id | 4 | mfaetadmin_365_j36.c.core_content_id | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | tc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.c.core_catid | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.c.core_created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | ct | NULL | ref | idx_alias | idx_alias | 402 | mfaetadmin_365_j36.m.type_alias | 2 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 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.07 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.04 ms |
| executing | 0.15 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:367 |
| 14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getListCount() | JROOT/libraries/src/MVC/Model/ListModel.php:289 |
| 13 | Joomla\CMS\MVC\Model\ListModel->getTotal() | JROOT/libraries/src/MVC/Model/ListModel.php:239 |
| 12 | Joomla\CMS\MVC\Model\ListModel->getPagination() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_tags/views/tag/view.html.php:97 |
| 10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
| 8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
| 6 | require_once JROOT/components/com_tags/tags.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.25 ms After last query: 1.52 ms Query memory: 0.024 MB Memory before query: 2.887 MB Rows returned: 3
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 `p6im7_categories` AS `s`
INNER JOIN `p6im7_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 53
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | c | NULL | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 4 | 69.84 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 19 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 18 | Joomla\CMS\Categories\Categories->get() | JROOT/administrator/components/com_fields/models/fields.php:203 |
| 17 | FieldsModelFields->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
| 16 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 14 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 13 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_tags/views/tag/view.html.php:140 |
| 10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
| 8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
| 6 | require_once JROOT/components/com_tags/tags.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.40 ms After last query: 0.13 ms Query memory: 0.024 MB Memory before query: 2.908 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 p6im7_fields AS a
LEFT JOIN `p6im7_languages` AS l
ON l.lang_code = a.language
LEFT JOIN p6im7_users AS uc
ON uc.id=a.checked_out
LEFT JOIN p6im7_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN p6im7_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN p6im7_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `p6im7_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 (53,0,36))
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 6 | 100.00 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | l | NULL | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (hash join) |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.a.created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | g | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (hash join) |
| 1 | SIMPLE | fc | NULL | ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.a.id | 1 | 58.33 | Using where; Using index; Distinct |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.09 ms |
| executing | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.04 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_tags/views/tag/view.html.php:140 |
| 10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
| 8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
| 6 | require_once JROOT/components/com_tags/tags.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.32 ms After last query: 1.16 ms Query memory: 0.024 MB Memory before query: 2.949 MB Rows returned: 5
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 `p6im7_categories` AS `s`
INNER JOIN `p6im7_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 20
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
| 1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 63 | 34.37 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.08 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 19 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 18 | Joomla\CMS\Categories\Categories->get() | JROOT/administrator/components/com_fields/models/fields.php:203 |
| 17 | FieldsModelFields->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
| 16 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 14 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 13 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_tags/views/tag/view.html.php:140 |
| 10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
| 8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
| 6 | require_once JROOT/components/com_tags/tags.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.36 ms After last query: 0.12 ms Query memory: 0.024 MB Memory before query: 2.969 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 p6im7_fields AS a
LEFT JOIN `p6im7_languages` AS l
ON l.lang_code = a.language
LEFT JOIN p6im7_users AS uc
ON uc.id=a.checked_out
LEFT JOIN p6im7_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN p6im7_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN p6im7_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `p6im7_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 (20,0,18))
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 6 | 100.00 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | l | NULL | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (hash join) |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.a.created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | g | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (hash join) |
| 1 | SIMPLE | fc | NULL | ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.a.id | 1 | 58.33 | Using where; Using index; Distinct |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.08 ms |
| executing | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.02 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_tags/views/tag/view.html.php:140 |
| 10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
| 8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
| 6 | require_once JROOT/components/com_tags/tags.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.35 ms After last query: 0.32 ms Query memory: 0.024 MB Memory before query: 2.983 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 p6im7_fields AS a
LEFT JOIN `p6im7_languages` AS l
ON l.lang_code = a.language
LEFT JOIN p6im7_users AS uc
ON uc.id=a.checked_out
LEFT JOIN p6im7_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN p6im7_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN p6im7_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `p6im7_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 (18,0))
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 6 | 100.00 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | l | NULL | ALL | idx_langcode | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (hash join) |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.a.created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | g | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (hash join) |
| 1 | SIMPLE | fc | NULL | ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.a.id | 1 | 44.44 | Using where; Using index; Distinct |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.07 ms |
| executing | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 17 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 16 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 14 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 13 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_tags/views/tag/view.html.php:140 |
| 10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
| 8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
| 6 | require_once JROOT/components/com_tags/tags.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.15 ms After last query: 0.23 ms Query memory: 0.005 MB Memory before query: 2.998 MB
UPDATE p6im7_tags
SET `hits` = (`hits` + 1)
WHERE `id` = '3'
EXPLAIN not possible on query: UPDATE p6im7_tags
SET `hits` = (`hits` + 1)
WHERE `id` = '3'
| Status | Duration |
|---|
| starting | 0.01 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.02 ms |
| updating | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.04 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Table/Table.php:1264 |
| 12 | Joomla\CMS\Table\Table->hit() | JROOT/components/com_tags/models/tag.php:346 |
| 11 | TagsModelTag->hit() | JROOT/components/com_tags/views/tag/view.html.php:239 |
| 10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
| 8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
| 6 | require_once JROOT/components/com_tags/tags.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.07 ms After last query: 0.03 ms Query memory: 0.022 MB Memory before query: 3.004 MB Rows returned: 1
SELECT *
FROM p6im7_tags
WHERE `id` = '3'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_tags | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 13 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
| 12 | Joomla\CMS\Table\Table->load() | JROOT/components/com_tags/models/tag.php:349 |
| 11 | TagsModelTag->hit() | JROOT/components/com_tags/views/tag/view.html.php:239 |
| 10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
| 8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
| 6 | require_once JROOT/components/com_tags/tags.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.70 ms Query memory: 0.027 MB Memory before query: 3.038 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 p6im7_fields AS a
LEFT JOIN `p6im7_languages` AS l
ON l.lang_code = a.language
LEFT JOIN p6im7_users AS uc
ON uc.id=a.checked_out
LEFT JOIN p6im7_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN p6im7_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN p6im7_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_tag.tag'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_context | 766 | const | 1 | 100.00 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | mfaetadmin_365_j36.a.language | 1 | 100.00 | Using index condition |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.a.created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.a.group_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 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.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.02 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 24 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 23 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 22 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 21 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 20 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 17 | JHtmlContent::prepare() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 15 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
| 14 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/components/com_tags/views/tag/tmpl/default.php:25 |
| 13 | include JROOT/components/com_tags/views/tag/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_tags/views/tag/view.html.php:243 |
| 10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
| 8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
| 6 | require_once JROOT/components/com_tags/tags.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.17 ms After last query: 0.11 ms Query memory: 0.027 MB Memory before query: 3.051 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 p6im7_fields AS a
LEFT JOIN `p6im7_languages` AS l
ON l.lang_code = a.language
LEFT JOIN p6im7_users AS uc
ON uc.id=a.checked_out
LEFT JOIN p6im7_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN p6im7_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN p6im7_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_tags.tag'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_context | 766 | const | 1 | 100.00 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | mfaetadmin_365_j36.a.language | 1 | 100.00 | Using index condition |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.a.created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.a.group_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 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.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 24 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 23 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 22 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 21 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 20 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 17 | JHtmlContent::prepare() | Same as call in the line below. |
| 16 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 15 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 14 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/components/com_tags/views/tag/tmpl/default.php:36 |
| 13 | include JROOT/components/com_tags/views/tag/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_tags/views/tag/view.html.php:243 |
| 10 | TagsViewTag->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_tags/controller.php:52 |
| 8 | TagsController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_tags/tags.php:15 |
| 6 | require_once JROOT/components/com_tags/tags.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.29 ms After last query: 8.47 ms Query memory: 0.022 MB Memory before query: 3.174 MB Rows returned: 7
SELECT s.id, e.extension_id, s.template AS name, s.title, s.params
FROM p6im7_template_styles AS s
LEFT JOIN p6im7_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
AND e.state = 0
ORDER BY s.id
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 5 | 1.00 | Using index condition; Using where; Using temporary; Using filesort |
| 1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | mfaetadmin_365_j36.e.element | 4 | 87.50 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.02 ms |
| executing | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/gantry5/src/classes/Gantry/Admin/ThemeList.php:156 |
| 12 | Gantry\Admin\ThemeList::loadStyles() | JROOT/libraries/gantry5/src/classes/Gantry/Admin/ThemeList.php:71 |
| 11 | Gantry\Admin\ThemeList::getStyles() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Outlines.php:96 |
| 10 | Gantry\Framework\Outlines->load() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Base/Gantry.php:306 |
| 9 | Gantry\Framework\Base\Gantry::Gantry\Framework\Base\{closure}() | JROOT/libraries/gantry5/compat/vendor/pimple/pimple/src/Pimple/Container.php:118 |
| 8 | Pimple\Container->offsetGet() | JROOT/templates/it_365news/index.php:20 |
| 7 | require JROOT/templates/it_365news/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.12 ms After last query: 0.47 ms Query memory: 0.022 MB Memory before query: 3.196 MB Rows returned: 1
SELECT *
FROM p6im7_extensions
WHERE `type` = 'template'
AND `element` = 'it_365news'
AND `client_id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | const,const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 14 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
| 13 | Joomla\CMS\Table\Table->load() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/ThemeInstaller.php:89 |
| 12 | Gantry\Framework\ThemeInstaller->loadExtension() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/ThemeInstaller.php:55 |
| 11 | Gantry\Framework\ThemeInstaller->__construct() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Outlines.php:98 |
| 10 | Gantry\Framework\Outlines->load() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Base/Gantry.php:306 |
| 9 | Gantry\Framework\Base\Gantry::Gantry\Framework\Base\{closure}() | JROOT/libraries/gantry5/compat/vendor/pimple/pimple/src/Pimple/Container.php:118 |
| 8 | Pimple\Container->offsetGet() | JROOT/templates/it_365news/index.php:20 |
| 7 | require JROOT/templates/it_365news/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.76 ms After last query: 6.23 ms Query memory: 0.036 MB Memory before query: 4.038 MB Rows returned: 10
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM p6im7_modules AS m
LEFT JOIN p6im7_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN p6im7_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-20 04:00:48')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-07-20 04:00:48')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 0 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | PRIMARY,published,newsfeeds | NO INDEX KEY COULD BE USED | NULL | NULL | 122 | 1.05 | Using where; Using filesort |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | mfaetadmin_365_j36.m.module,const | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.m.id | 2 | 40.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.43 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 52 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 51 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
| 50 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 49 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
| 48 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
| 47 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 46 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:341 |
| 45 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 44 | Twig\Template->getAttribute() | JROOT/cache/gantry5/it_365news/twig/e4/e44e2acb6d6481d1efe773e496aee2c9350f53c48bb20d039af9d31a5eef4a69.php:43 |
| 43 | __TwigTemplate_5192678d867e791c969b101d028be193a2bc8b653ad8c6155db6452d83523c80->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
| 42 | Twig\Template->displayBlock() | JROOT/cache/gantry5/it_365news/twig/e8/e851ec3df02dacae07242db4121c274c858c603c102e6c17b5fa4e31d77fcbc9.php:73 |
| 41 | __TwigTemplate_edefafb2b689b1307146d5be38acfa374dc5255ada353e391580febb2b0fb1f3->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 40 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 39 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/e4/e44e2acb6d6481d1efe773e496aee2c9350f53c48bb20d039af9d31a5eef4a69.php:35 |
| 38 | __TwigTemplate_5192678d867e791c969b101d028be193a2bc8b653ad8c6155db6452d83523c80->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/52/526386002388b8071705529846872eb0de7a2009005506def4a21afb99d32dd3.php:53 |
| 35 | __TwigTemplate_039af0a1edba79b8c06742d03b62ea0b5cb540798c2dbe318bd140c0ef52d050->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/it_365news/twig/cf/cf258eb9b695c360fdfe3046762233859471d9c18b902e5b38ade5c1881d0a22.php:47 |
| 20 | __TwigTemplate_5d75b7df8ef41aeb0e51a4653b1b43a6ee49861466cc215f1c29b7a5812c1ef8->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/c2/c2e6947d8bbea143d371ccf0d7e4b738bb989f377b67a04daa24ceee2f5e7dc5.php:35 |
| 17 | __TwigTemplate_89ba2da846ceafe4dd030deb530892963a60a954ab3a562ee08d769d566f394d->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/96/96818510ed595801ae7ea4bd2cdce8313de31a81eccb37e19de1fb212e8419c0.php:35 |
| 14 | __TwigTemplate_36e671e6ad3c7e2fea0aa8447c1ddcffe58edd257952717d84f5b82c1a63366a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/it_365news/index.php:28 |
| 7 | require JROOT/templates/it_365news/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.11 ms After last query: 1.64 ms Query memory: 0.033 MB Memory before query: 4.135 MB Rows returned: 6
SELECT `a`.`menutype`,`a`.`title`
FROM `p6im7_menu_types` AS `a`
WHERE `a`.`client_id` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | 16.67 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 43 | JDatabaseDriver->loadAssocList() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:138 |
| 42 | Gantry\Framework\Menu->getMenuOptions() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:115 |
| 41 | Gantry\Framework\Menu->getMenus() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Menu/AbstractMenu.php:274 |
| 40 | Gantry\Component\Menu\AbstractMenu->instance() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 39 | Twig\Template->getAttribute() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:32 |
| 38 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/5b/5bf14cad423de714de362ba9a517abc8262d52f14edd9f0276119132b78fb7bf.php:85 |
| 35 | __TwigTemplate_3f81b15ffa47e90b0b84c7cab92fcd033ccd4eeb01522abacc36a6fd1c66cd62->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/it_365news/twig/cf/cf258eb9b695c360fdfe3046762233859471d9c18b902e5b38ade5c1881d0a22.php:47 |
| 20 | __TwigTemplate_5d75b7df8ef41aeb0e51a4653b1b43a6ee49861466cc215f1c29b7a5812c1ef8->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/c2/c2e6947d8bbea143d371ccf0d7e4b738bb989f377b67a04daa24ceee2f5e7dc5.php:35 |
| 17 | __TwigTemplate_89ba2da846ceafe4dd030deb530892963a60a954ab3a562ee08d769d566f394d->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/96/96818510ed595801ae7ea4bd2cdce8313de31a81eccb37e19de1fb212e8419c0.php:35 |
| 14 | __TwigTemplate_36e671e6ad3c7e2fea0aa8447c1ddcffe58edd257952717d84f5b82c1a63366a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/it_365news/index.php:28 |
| 7 | require JROOT/templates/it_365news/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.22 ms After last query: 0.17 ms Query memory: 0.035 MB Memory before query: 4.162 MB Rows returned: 63
SELECT m.id, m.alias, m.path AS route, m.level, m.parent_id
FROM p6im7_menu AS m
WHERE m.menutype = 'mainmenu'
AND m.parent_id > 0
AND m.client_id = 0
AND m.published >= 0
ORDER BY m.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ref | idx_client_id_parent_id_alias_language,idx_menutype | idx_menutype | 98 | const | 66 | 19.44 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.11 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.03 ms |
| # | Caller | File and line number |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 44 | JDatabaseDriver->loadAssocList() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:791 |
| 43 | Gantry\Framework\Menu->getMenuItemIds() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:310 |
| 42 | Gantry\Framework\Menu->getItemsFromPlatform() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:753 |
| 41 | Gantry\Framework\Menu->getList() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Menu/AbstractMenu.php:316 |
| 40 | Gantry\Component\Menu\AbstractMenu->instance() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 39 | Twig\Template->getAttribute() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:32 |
| 38 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/5b/5bf14cad423de714de362ba9a517abc8262d52f14edd9f0276119132b78fb7bf.php:85 |
| 35 | __TwigTemplate_3f81b15ffa47e90b0b84c7cab92fcd033ccd4eeb01522abacc36a6fd1c66cd62->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/it_365news/twig/cf/cf258eb9b695c360fdfe3046762233859471d9c18b902e5b38ade5c1881d0a22.php:47 |
| 20 | __TwigTemplate_5d75b7df8ef41aeb0e51a4653b1b43a6ee49861466cc215f1c29b7a5812c1ef8->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/c2/c2e6947d8bbea143d371ccf0d7e4b738bb989f377b67a04daa24ceee2f5e7dc5.php:35 |
| 17 | __TwigTemplate_89ba2da846ceafe4dd030deb530892963a60a954ab3a562ee08d769d566f394d->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/96/96818510ed595801ae7ea4bd2cdce8313de31a81eccb37e19de1fb212e8419c0.php:35 |
| 14 | __TwigTemplate_36e671e6ad3c7e2fea0aa8447c1ddcffe58edd257952717d84f5b82c1a63366a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/it_365news/index.php:28 |
| 7 | require JROOT/templates/it_365news/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.68 ms After last query: 3.02 ms Query memory: 0.040 MB Memory before query: 4.876 MB Rows returned: 10
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM p6im7_modules AS m
LEFT JOIN p6im7_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN p6im7_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-20 04:00:48')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-07-20 04:00:48')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 0 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | PRIMARY,published,newsfeeds | NO INDEX KEY COULD BE USED | NULL | NULL | 122 | 1.05 | Using where; Using filesort |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | mfaetadmin_365_j36.m.module,const | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.m.id | 2 | 40.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.41 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 62 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 61 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
| 60 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 59 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
| 58 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:404 |
| 57 | Gantry\Framework\Platform->getModuleList() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:394 |
| 56 | Gantry\Framework\Platform->getModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:279 |
| 55 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 54 | Twig\Template->getAttribute() | JROOT/cache/gantry5/it_365news/twig/79/79a5167f5d66bc96f5ef9b12528a5ae066ad303a993c57ef0f426052954a6431.php:43 |
| 53 | __TwigTemplate_d067f28330ac896912ca35a14c06be82e080eb6da475964abc229dcf2bc37cea->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
| 52 | Twig\Template->displayBlock() | JROOT/cache/gantry5/it_365news/twig/e8/e851ec3df02dacae07242db4121c274c858c603c102e6c17b5fa4e31d77fcbc9.php:73 |
| 51 | __TwigTemplate_edefafb2b689b1307146d5be38acfa374dc5255ada353e391580febb2b0fb1f3->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 50 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 49 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/79/79a5167f5d66bc96f5ef9b12528a5ae066ad303a993c57ef0f426052954a6431.php:35 |
| 48 | __TwigTemplate_d067f28330ac896912ca35a14c06be82e080eb6da475964abc229dcf2bc37cea->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 47 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 46 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:182 |
| 45 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->getdisplayParticle() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:526 |
| 44 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->getdisplayItem() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:687 |
| 43 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->getdisplayItems() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:630 |
| 42 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->getdisplayContainers() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:752 |
| 41 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->getdisplaySubmenu() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:569 |
| 40 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->getdisplayItem() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:687 |
| 39 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->getdisplayItems() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:83 |
| 38 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/5b/5bf14cad423de714de362ba9a517abc8262d52f14edd9f0276119132b78fb7bf.php:85 |
| 35 | __TwigTemplate_3f81b15ffa47e90b0b84c7cab92fcd033ccd4eeb01522abacc36a6fd1c66cd62->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/it_365news/twig/cf/cf258eb9b695c360fdfe3046762233859471d9c18b902e5b38ade5c1881d0a22.php:47 |
| 20 | __TwigTemplate_5d75b7df8ef41aeb0e51a4653b1b43a6ee49861466cc215f1c29b7a5812c1ef8->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/c2/c2e6947d8bbea143d371ccf0d7e4b738bb989f377b67a04daa24ceee2f5e7dc5.php:35 |
| 17 | __TwigTemplate_89ba2da846ceafe4dd030deb530892963a60a954ab3a562ee08d769d566f394d->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/96/96818510ed595801ae7ea4bd2cdce8313de31a81eccb37e19de1fb212e8419c0.php:35 |
| 14 | __TwigTemplate_36e671e6ad3c7e2fea0aa8447c1ddcffe58edd257952717d84f5b82c1a63366a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/it_365news/index.php:28 |
| 7 | require JROOT/templates/it_365news/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.26 ms After last query: 0.46 ms Query memory: 0.045 MB Memory before query: 4.932 MB Rows returned: 139
SELECT *
FROM p6im7_acymailing_config
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_acymailing_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 139 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.01 ms |
| executing | 0.16 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 65 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 64 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acymailing/compat/joomla.php:481 |
| 63 | acymailing_loadObjectList() | JROOT/administrator/components/com_acymailing/classes/cpanel.php:17 |
| 62 | cpanelClass->load() | JROOT/administrator/components/com_acymailing/helpers/helper.php:438 |
| 61 | acymailing_config() | JROOT/administrator/components/com_acymailing/compat/joomla.php:822 |
| 60 | include_once JROOT/administrator/components/com_acymailing/compat/joomla.php | JROOT/administrator/components/com_acymailing/helpers/helper.php:22 |
| 59 | include_once JROOT/administrator/components/com_acymailing/helpers/helper.php | JROOT/modules/mod_acymailing/mod_acymailing.php:13 |
| 58 | include JROOT/modules/mod_acymailing/mod_acymailing.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 57 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 56 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
| 55 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 54 | Twig\Template->getAttribute() | JROOT/cache/gantry5/it_365news/twig/79/79a5167f5d66bc96f5ef9b12528a5ae066ad303a993c57ef0f426052954a6431.php:43 |
| 53 | __TwigTemplate_d067f28330ac896912ca35a14c06be82e080eb6da475964abc229dcf2bc37cea->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
| 52 | Twig\Template->displayBlock() | JROOT/cache/gantry5/it_365news/twig/e8/e851ec3df02dacae07242db4121c274c858c603c102e6c17b5fa4e31d77fcbc9.php:73 |
| 51 | __TwigTemplate_edefafb2b689b1307146d5be38acfa374dc5255ada353e391580febb2b0fb1f3->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 50 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 49 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/79/79a5167f5d66bc96f5ef9b12528a5ae066ad303a993c57ef0f426052954a6431.php:35 |
| 48 | __TwigTemplate_d067f28330ac896912ca35a14c06be82e080eb6da475964abc229dcf2bc37cea->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 47 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 46 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:182 |
| 45 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->getdisplayParticle() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:526 |
| 44 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->getdisplayItem() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:687 |
| 43 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->getdisplayItems() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:630 |
| 42 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->getdisplayContainers() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:752 |
| 41 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->getdisplaySubmenu() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:569 |
| 40 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->getdisplayItem() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:687 |
| 39 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->getdisplayItems() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:83 |
| 38 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/5b/5bf14cad423de714de362ba9a517abc8262d52f14edd9f0276119132b78fb7bf.php:85 |
| 35 | __TwigTemplate_3f81b15ffa47e90b0b84c7cab92fcd033ccd4eeb01522abacc36a6fd1c66cd62->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/it_365news/twig/cf/cf258eb9b695c360fdfe3046762233859471d9c18b902e5b38ade5c1881d0a22.php:47 |
| 20 | __TwigTemplate_5d75b7df8ef41aeb0e51a4653b1b43a6ee49861466cc215f1c29b7a5812c1ef8->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/c2/c2e6947d8bbea143d371ccf0d7e4b738bb989f377b67a04daa24ceee2f5e7dc5.php:35 |
| 17 | __TwigTemplate_89ba2da846ceafe4dd030deb530892963a60a954ab3a562ee08d769d566f394d->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/96/96818510ed595801ae7ea4bd2cdce8313de31a81eccb37e19de1fb212e8419c0.php:35 |
| 14 | __TwigTemplate_36e671e6ad3c7e2fea0aa8447c1ddcffe58edd257952717d84f5b82c1a63366a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/it_365news/index.php:28 |
| 7 | require JROOT/templates/it_365news/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.13 ms After last query: 1.12 ms Query memory: 0.040 MB Memory before query: 5.271 MB Rows returned: 1
SELECT *
FROM p6im7_acymailing_list
WHERE type = 'list'
ORDER BY ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_acymailing_list | NULL | system | typeorderingindex,typeuseridindex | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 62 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 61 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acymailing/compat/joomla.php:481 |
| 60 | acymailing_loadObjectList() | JROOT/administrator/components/com_acymailing/classes/list.php:30 |
| 59 | listClass->getLists() | JROOT/modules/mod_acymailing/mod_acymailing.php:148 |
| 58 | include JROOT/modules/mod_acymailing/mod_acymailing.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 57 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 56 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
| 55 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 54 | Twig\Template->getAttribute() | JROOT/cache/gantry5/it_365news/twig/79/79a5167f5d66bc96f5ef9b12528a5ae066ad303a993c57ef0f426052954a6431.php:43 |
| 53 | __TwigTemplate_d067f28330ac896912ca35a14c06be82e080eb6da475964abc229dcf2bc37cea->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
| 52 | Twig\Template->displayBlock() | JROOT/cache/gantry5/it_365news/twig/e8/e851ec3df02dacae07242db4121c274c858c603c102e6c17b5fa4e31d77fcbc9.php:73 |
| 51 | __TwigTemplate_edefafb2b689b1307146d5be38acfa374dc5255ada353e391580febb2b0fb1f3->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 50 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 49 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/79/79a5167f5d66bc96f5ef9b12528a5ae066ad303a993c57ef0f426052954a6431.php:35 |
| 48 | __TwigTemplate_d067f28330ac896912ca35a14c06be82e080eb6da475964abc229dcf2bc37cea->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 47 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 46 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:182 |
| 45 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->getdisplayParticle() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:526 |
| 44 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->getdisplayItem() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:687 |
| 43 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->getdisplayItems() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:630 |
| 42 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->getdisplayContainers() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:752 |
| 41 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->getdisplaySubmenu() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:569 |
| 40 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->getdisplayItem() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:687 |
| 39 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->getdisplayItems() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:83 |
| 38 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/5b/5bf14cad423de714de362ba9a517abc8262d52f14edd9f0276119132b78fb7bf.php:85 |
| 35 | __TwigTemplate_3f81b15ffa47e90b0b84c7cab92fcd033ccd4eeb01522abacc36a6fd1c66cd62->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/it_365news/twig/cf/cf258eb9b695c360fdfe3046762233859471d9c18b902e5b38ade5c1881d0a22.php:47 |
| 20 | __TwigTemplate_5d75b7df8ef41aeb0e51a4653b1b43a6ee49861466cc215f1c29b7a5812c1ef8->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/c2/c2e6947d8bbea143d371ccf0d7e4b738bb989f377b67a04daa24ceee2f5e7dc5.php:35 |
| 17 | __TwigTemplate_89ba2da846ceafe4dd030deb530892963a60a954ab3a562ee08d769d566f394d->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/96/96818510ed595801ae7ea4bd2cdce8313de31a81eccb37e19de1fb212e8419c0.php:35 |
| 14 | __TwigTemplate_36e671e6ad3c7e2fea0aa8447c1ddcffe58edd257952717d84f5b82c1a63366a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/it_365news/index.php:28 |
| 7 | require JROOT/templates/it_365news/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.38 ms After last query: 1.11 ms Query memory: 0.039 MB Memory before query: 5.256 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 p6im7_fields AS a
LEFT JOIN `p6im7_languages` AS l
ON l.lang_code = a.language
LEFT JOIN p6im7_users AS uc
ON uc.id=a.checked_out
LEFT JOIN p6im7_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN p6im7_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN p6im7_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'mod_custom.content'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_context | 766 | const | 1 | 100.00 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | mfaetadmin_365_j36.a.language | 1 | 100.00 | Using index condition |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.a.created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mfaetadmin_365_j36.a.group_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 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.05 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.03 ms |
| executing | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 59 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 58 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 57 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 56 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 55 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 54 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 53 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 52 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 51 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
| 50 | JHtmlContent::prepare() | Same as call in the line below. |
| 49 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
| 48 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
| 47 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:243 |
| 46 | Gantry\Framework\Platform->filter() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 45 | Twig\Template->getAttribute() | JROOT/cache/gantry5/it_365news/twig/c8/c8778e570a80096c023b378b815d6af37652765bf4c48be33ab14ad199eb0f69.php:41 |
| 44 | __TwigTemplate_d3ef65b5c60fbdeecf599d55dfa209b64a2c39c3678922fbec141b9596e6becb->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 43 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 42 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:182 |
| 41 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->getdisplayParticle() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:526 |
| 40 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->getdisplayItem() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:687 |
| 39 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->getdisplayItems() | JROOT/cache/gantry5/it_365news/twig/bb/bb9172f613996d557ed73fa286eb04ce84c7e35ecea1bb4fc0b8d82d547a7812.php:83 |
| 38 | __TwigTemplate_1077746f4424922da7493277a28f2b064a1c899c5e6aa773b8968eacab5ae62a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/5b/5bf14cad423de714de362ba9a517abc8262d52f14edd9f0276119132b78fb7bf.php:85 |
| 35 | __TwigTemplate_3f81b15ffa47e90b0b84c7cab92fcd033ccd4eeb01522abacc36a6fd1c66cd62->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/it_365news/twig/cf/cf258eb9b695c360fdfe3046762233859471d9c18b902e5b38ade5c1881d0a22.php:47 |
| 20 | __TwigTemplate_5d75b7df8ef41aeb0e51a4653b1b43a6ee49861466cc215f1c29b7a5812c1ef8->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/c2/c2e6947d8bbea143d371ccf0d7e4b738bb989f377b67a04daa24ceee2f5e7dc5.php:35 |
| 17 | __TwigTemplate_89ba2da846ceafe4dd030deb530892963a60a954ab3a562ee08d769d566f394d->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/it_365news/twig/96/96818510ed595801ae7ea4bd2cdce8313de31a81eccb37e19de1fb212e8419c0.php:35 |
| 14 | __TwigTemplate_36e671e6ad3c7e2fea0aa8447c1ddcffe58edd257952717d84f5b82c1a63366a->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/it_365news/index.php:28 |
| 7 | require JROOT/templates/it_365news/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: 1.29 ms After last query: 172.08 ms Query memory: 0.024 MB Memory before query: 20.244 MB Rows returned: 8
SHOW FULL COLUMNS
FROM `p6im7_template_styles`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `p6im7_template_styles`
| Status | Duration |
|---|
| starting | 0.10 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.53 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.07 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.05 ms |
| executing | 0.08 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.04 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 19 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 18 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 17 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_templates/tables/style.php:30 |
| 16 | TemplatesTableStyle->__construct() | JROOT/libraries/src/Table/Table.php:328 |
| 15 | Joomla\CMS\Table\Table::getInstance() | JROOT/plugins/system/gantry/gantry.php:194 |
| 14 | plgSystemGantry->getTable() | JROOT/plugins/system/gantry/gantry.php:165 |
| 13 | plgSystemGantry->isGantryTemplate() | JROOT/plugins/system/gantry/gantry.php:234 |
| 12 | plgSystemGantry->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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.21 ms After last query: 0.10 ms Query memory: 0.022 MB Memory before query: 20.263 MB Rows returned: 1
SELECT *
FROM p6im7_template_styles
WHERE `id` = '9'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_template_styles | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 15 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
| 14 | Joomla\CMS\Table\Table->load() | JROOT/plugins/system/gantry/gantry.php:168 |
| 13 | plgSystemGantry->isGantryTemplate() | JROOT/plugins/system/gantry/gantry.php:234 |
| 12 | plgSystemGantry->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 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.38 ms After last query: 10.29 ms Query memory: 0.022 MB Memory before query: 20.543 MB Rows returned: 0
SELECT id
FROM `p6im7_tags`
WHERE `alias` = '3-external-trade'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | p6im7_tags | NULL | ref | idx_alias | idx_alias | 402 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_tags/router.php:179 |
| 13 | TagsRouter->fixSegment() | JROOT/components/com_tags/router.php:147 |
| 12 | TagsRouter->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 11 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 10 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 9 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 8 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/plugins/content/facebooklikeandshare/facebooklikeandshare.php:371 |
| 7 | plgContentfacebooklikeandshare->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 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 |
3 × SELECT *
FROM p6im7_extensions
3 × SELECT id
FROM `p6im7_tags`
3 × 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 p6im7_fields AS a
LEFT JOIN `p6im7_languages` AS l
ON l.lang_code = a.language
LEFT JOIN p6im7_users AS uc
ON uc.id=a.checked_out
LEFT JOIN p6im7_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN p6im7_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN p6im7_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `p6im7_fields_categories` AS fc
ON fc.field_id = a.id
3 × 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 p6im7_fields AS a
LEFT JOIN `p6im7_languages` AS l
ON l.lang_code = a.language
LEFT JOIN p6im7_users AS uc
ON uc.id=a.checked_out
LEFT JOIN p6im7_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN p6im7_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN p6im7_fields_groups AS g
ON g.id = a.group_id
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `p6im7_extensions`
2 × SELECT template
FROM p6im7_template_styles as s
2 × SELECT `extension_id`
FROM `p6im7_extensions`
2 × SELECT m.type_alias, m.content_item_id, m.core_content_id, count(m.tag_id) AS match_count, MAX(m.tag_date) as tag_date, MAX(c.core_title) AS core_title, MAX(c.core_params) AS core_params,MAX(c.core_alias) AS core_alias, MAX(c.core_body) AS core_body, MAX(c.core_state) AS core_state, MAX(c.core_access) AS core_access,MAX(c.core_metadata) AS core_metadata, MAX(c.core_created_user_id) AS core_created_user_id, MAX(c.core_created_by_alias) AS core_created_by_alias,MAX(c.core_created_time) as core_created_time, MAX(c.core_images) as core_images,
CASE WHEN c.core_modified_time = '0000-00-00 00:00:00' THEN c.core_created_time ELSE c.core_modified_time END as core_modified_time,MAX(c.core_language) AS core_language, MAX(c.core_catid) AS core_catid,MAX(c.core_publish_up) AS core_publish_up, MAX(c.core_publish_down) as core_publish_down,MAX(ct.type_title) AS content_type_title, MAX(ct.router) AS router,
CASE WHEN c.core_created_by_alias > ' ' THEN c.core_created_by_alias ELSE ua.name END AS author,ua.email AS author_email
FROM p6im7_contentitem_tag_map AS m
INNER JOIN p6im7_ucm_content AS c
ON m.type_alias = c.core_type_alias
AND m.core_content_id = c.core_content_id
AND c.core_state IN (1)
AND (c.core_publish_up = '0000-00-00 00:00:00' OR c.core_publish_up <= '2026-07-20 04:00:48')
AND (c.core_publish_down = '0000-00-00 00:00:00' OR c.core_publish_down >= '2026-07-20 04:00:48')
INNER JOIN p6im7_content_types AS ct
ON ct.type_alias = m.type_alias
LEFT JOIN p6im7_categories AS tc
ON tc.id = c.core_catid
LEFT JOIN p6im7_users AS ua
ON ua.id = c.core_created_user_id
2 × SELECT *
FROM p6im7_tags
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 `p6im7_categories` AS `s`
INNER JOIN `p6im7_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
2 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM p6im7_modules AS m
LEFT JOIN p6im7_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN p6im7_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT `session_id`
FROM `p6im7_session`
1 × SELECT id, rules
FROM `p6im7_viewlevels
1 × SELECT b.id
FROM p6im7_usergroups AS a
LEFT JOIN p6im7_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM p6im7_extensions
1 × SELECT `value`
FROM `p6im7_admintools_storage`
1 × SELECT *
FROM `p6im7_admintools_wafexceptions`
1 × SELECT extension, file, type
FROM p6im7_rokcommon_configs
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 p6im7_menu AS m
LEFT JOIN p6im7_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT id, home, template, s.params
FROM p6im7_template_styles as s
LEFT JOIN p6im7_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT `params`
FROM `p6im7_extensions`
1 × SELECT `source`,`keepurlparams`
FROM `p6im7_admintools_redirects`
1 × SELECT count(1)
FROM `p6im7_session`
1 × SELECT s.id, s.template, s.home, s.title AS long_title, s.params
FROM p6im7_template_styles AS s
1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `p6im7_assets`
1 × SELECT params
FROM `p6im7_extensions`
1 × SELECT *
FROM p6im7_languages
1 × SELECT id, parent_id, level, lft, rgt
FROM p6im7_tags
1 × SELECT n.*
FROM p6im7_tags AS n, p6im7_tags AS p
1 × SELECT *
FROM `p6im7_content_types
1 × SELECT s.id, e.extension_id, s.template AS name, s.title, s.params
FROM p6im7_template_styles AS s
LEFT JOIN p6im7_extensions AS e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT `a`.`menutype`,`a`.`title`
FROM `p6im7_menu_types` AS `a`
1 × SELECT m.id, m.alias, m.path AS route, m.level, m.parent_id
FROM p6im7_menu AS m
1 × SELECT *
FROM p6im7_acymailing_confi
1 × SELECT *
FROM p6im7_acymailing_list
1 × SELECT *
FROM p6im7_template_styles