Query Time: 2.83 ms Query memory: 0.023 MB Memory before query: 1.371 MB Rows returned: 0
SELECT `data`
FROM `evk7z_session`
WHERE `session_id` = X'3261633865366432323765346334313934623364333562393739613438613935'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 2.49 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1741 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
| 14 | JSessionStorageDatabase->read() | Same as call in the line below. |
| 13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
| 12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
| 11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
| 10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:661 |
| 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
| 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
| 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.30 ms After last query: 2.01 ms Query memory: 0.020 MB Memory before query: 1.386 MB Rows returned: 0
SELECT `session_id`
FROM `evk7z_session`
WHERE `session_id` = X'3261633865366432323765346334313934623364333562393739613438613935'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1741 |
| 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.65 ms After last query: 0.08 ms Query memory: 0.004 MB Memory before query: 1.391 MB
INSERT INTO `evk7z_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'3261633865366432323765346334313934623364333562393739613438613935', 1, 1786284183, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `evk7z_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3261633865366432323765346334313934623364333562393739613438613935', 1, 1786284183, 0, '', 0)
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| update | 0.08 ms |
| Waiting for query cache lock | 0.01 ms |
| update | 0.01 ms |
| end | 0.00 ms |
| query end | 0.33 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 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: 1.24 ms After last query: 4.29 ms Query memory: 0.056 MB Memory before query: 1.486 MB Rows returned: 47
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `evk7z_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 | evk7z_extensions | NULL | ref | extension | extension | 82 | const | 50 | 1.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.56 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.34 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
| 10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. |
| 9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
| 7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
| 6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
| 5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
| 4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.35 ms After last query: 4.35 ms Query memory: 0.021 MB Memory before query: 1.549 MB Rows returned: 5
SELECT id, rules
FROM `evk7z_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 1.07 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1507 |
| 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: 1.03 ms After last query: 0.07 ms Query memory: 0.021 MB Memory before query: 1.561 MB Rows returned: 2
SELECT b.id
FROM evk7z_usergroups AS a
LEFT JOIN evk7z_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.09 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.68 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1551 |
| 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: 1.32 ms After last query: 1.52 ms Query memory: 0.051 MB Memory before query: 1.583 MB Rows returned: 162
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM evk7z_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 | evk7z_extensions | NULL | ref | extension | extension | 82 | const | 216 | 0.60 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.99 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 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.60 ms After last query: 73.84 ms Query memory: 0.022 MB Memory before query: 3.132 MB Rows returned: 1
SELECT manifest_cache
FROM evk7z_extensions
WHERE element = 'com_logman'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_extensions | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.14 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.12 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1741 |
| 13 | JDatabaseDriver->loadResult() | JROOT/plugins/koowa/logman/logman.php:153 |
| 12 | PlgKoowaLogman->_getLogmanVersion() | JROOT/plugins/koowa/logman/logman.php:23 |
| 11 | PlgKoowaLogman->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 10 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 9 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/plugins/system/joomlatools/joomlatools.php:202 |
| 8 | PlgSystemJoomlatools->bootstrap() | JROOT/plugins/system/joomlatools/joomlatools.php:68 |
| 7 | PlgSystemJoomlatools->__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: 1.00 ms After last query: 75.02 ms Query memory: 0.021 MB Memory before query: 4.448 MB Rows returned: 1
SELECT `manifest_cache`
FROM `evk7z_extensions`
WHERE `name` = 'files_joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_extensions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 351 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.17 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.51 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1466 |
| 9 | JDatabaseDriver->loadAssoc() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2716 |
| 8 | plgSystemCleantalkantispam->getCmsVersion() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:161 |
| 7 | plgSystemCleantalkantispam->__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: 2.88 ms After last query: 27.63 ms Query memory: 0.022 MB Memory before query: 4.815 MB Rows returned: 1
SELECT *
FROM `evk7z_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'settings'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_nextend2_section_storage | NULL | ref | application,application_2 | application | 214 | const,const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.15 ms |
| checking permissions | 0.01 ms |
| Opening tables | 2.29 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.09 ms |
| preparing | 0.03 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1466 |
| 13 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182 |
| 12 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->setQuery() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:56 |
| 11 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 10 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/SmartSlider3/Settings.php:17 |
| 9 | Nextend\SmartSlider3\Settings::getAll() | JROOT/libraries/smartslider3/src/SmartSlider3/Settings.php:25 |
| 8 | Nextend\SmartSlider3\Settings::get() | JROOT/plugins/system/smartslider3/smartslider3.php:16 |
| 7 | require_once JROOT/plugins/system/smartslider3/smartslider3.php | JROOT/libraries/src/Plugin/PluginHelper.php:251 |
| 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: 2.20 ms After last query: 17.91 ms Query memory: 0.073 MB Memory before query: 4.967 MB Rows returned: 46
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 evk7z_menu AS m
LEFT JOIN evk7z_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 | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 72 | 3.33 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mambosch.m.component_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.17 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.97 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.66 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 20 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
| 19 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 18 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 17 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 16 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 15 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
| 14 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
| 13 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
| 12 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
| 11 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
| 10 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
| 9 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
| 8 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/plugins/system/jmap/jmap.php:1633 |
| 7 | plgSystemJMap->__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: 1.07 ms After last query: 42.20 ms Query memory: 0.025 MB Memory before query: 5.520 MB Rows returned: 1
SELECT id,template
FROM evk7z_template_styles
WHERE client_id=0
AND home=1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 2 | 50.00 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.68 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1663 |
| 17 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_widgetkit/widgetkit.php:23 |
| 16 | plgSystemWidgetkit->{closure}() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Container.php:240 |
| 15 | YOOtheme\Framework\Container->offsetGet() | JROOT/administrator/components/com_widgetkit/src/Application.php:49 |
| 14 | YOOtheme\Widgetkit\Application->YOOtheme\Widgetkit\{closure}() | Same as call in the line below. |
| 13 | call_user_func_array() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Event/EventDispatcher.php:113 |
| 12 | YOOtheme\Framework\Event\EventDispatcher->trigger() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Application.php:149 |
| 11 | YOOtheme\Framework\Application->boot() | JROOT/administrator/components/com_widgetkit/widgetkit.php:91 |
| 10 | include JROOT/administrator/components/com_widgetkit/widgetkit.php | JROOT/administrator/components/com_widgetkit/widgetkit-app.php:6 |
| 9 | include JROOT/administrator/components/com_widgetkit/widgetkit-app.php | JROOT/plugins/system/widgetkit/widgetkit.php:9 |
| 8 | plgSystemWidgetkit->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: 1.25 ms After last query: 2.06 ms Query memory: 0.157 MB Memory before query: 5.539 MB Rows returned: 52
SELECT *
FROM evk7z_rsform_config
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_rsform_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 52 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.62 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.31 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsform/helpers/config.php:52 |
| 11 | RSFormProConfig->load() | JROOT/administrator/components/com_rsform/helpers/config.php:19 |
| 10 | RSFormProConfig->__construct() | JROOT/administrator/components/com_rsform/helpers/config.php:104 |
| 9 | RSFormProConfig::getInstance() | JROOT/plugins/system/rsformdeletesubmissions/rsformdeletesubmissions.php:34 |
| 8 | plgSystemRsformdeletesubmissions->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: 2.49 ms After last query: 59.31 ms Query memory: 0.030 MB Memory before query: 6.231 MB Rows returned: 48
SELECT `id`,`name`,`rules`,`parent_id`
FROM `evk7z_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_ajax','com_akeeba','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contactenhanced','com_content','com_contenthistory','com_cpanel','com_docman','com_dpcalendar','com_easyblog','com_fields','com_fileman','com_finder','com_installer','com_jce','com_jmap','com_joomlaupdate','com_languages','com_login','com_logman','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_privacy','com_pwtacl','com_redirect','com_rsform','com_search','com_smartslider3','com_tags','com_templates','com_users','com_watchy','com_widgetkit','com_wrapper')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_assets | NULL | ALL | idx_asset_name | NO INDEX KEY COULD BE USED | NULL | NULL | 214 | 22.43 | Using where |
| Status | Duration |
|---|
| starting | 0.20 ms |
| checking permissions | 0.01 ms |
| Opening tables | 1.17 ms |
| init | 0.15 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.19 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.47 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
| 23 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
| 22 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
| 21 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 20 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 19 | Joomla\CMS\User\User->authorise() | JROOT/administrator/components/com_dpcalendar/models/extcalendars.php:145 |
| 18 | DPCalendarModelExtcalendars->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
| 17 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 16 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_dpcalendar/libraries/dpcalendar/DPCalendar/Plugin/DPCalendarPlugin.php:297 |
| 15 | DPCalendar\Plugin\DPCalendarPlugin->fetchCalendars() | JROOT/administrator/components/com_dpcalendar/libraries/dpcalendar/DPCalendar/Plugin/DPCalendarPlugin.php:502 |
| 14 | DPCalendar\Plugin\DPCalendarPlugin->onCalendarsFetch() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_dpcalendar/libraries/dpcalendar/DPCalendar/Helper/DPCalendarHelper.php:105 |
| 10 | DPCalendar\Helper\DPCalendarHelper::getCalendar() | JROOT/administrator/components/com_dpcalendar/libraries/dpcalendar/DPCalendar/Router/Rules/DPCalendarRules.php:88 |
| 9 | DPCalendar\Router\Rules\DPCalendarRules->buildLookup() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:50 |
| 8 | Joomla\CMS\Component\Router\Rules\MenuRules->__construct() | JROOT/components/com_dpcalendar/router.php:82 |
| 7 | DPCalendarRouter->__construct() | JROOT/libraries/src/Router/SiteRouter.php:789 |
| 6 | Joomla\CMS\Router\SiteRouter->getComponentRouter() | JROOT/libraries/src/Router/SiteRouter.php:131 |
| 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: 1.89 ms After last query: 1.12 ms Query memory: 0.025 MB Memory before query: 6.296 MB Rows returned: 1
SELECT a.*,ag.title AS access_level,l.title AS language_title
FROM `evk7z_dpcalendar_extcalendars` AS a
LEFT JOIN evk7z_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN `evk7z_languages` AS l
ON l.lang_code = a.language
WHERE a.state = 1
AND a.access IN (1,1,5)
AND a.plugin = 'ical'
ORDER BY a.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_plugin,idx_state | idx_plugin | 766 | const | 1 | 100.00 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mambosch.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | mambosch.a.language | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.14 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 1.18 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.09 ms |
| preparing | 0.03 ms |
| Sorting result | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.10 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 18 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_dpcalendar/models/extcalendars.php:86 |
| 17 | DPCalendarModelExtcalendars->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 16 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_dpcalendar/libraries/dpcalendar/DPCalendar/Plugin/DPCalendarPlugin.php:297 |
| 15 | DPCalendar\Plugin\DPCalendarPlugin->fetchCalendars() | JROOT/administrator/components/com_dpcalendar/libraries/dpcalendar/DPCalendar/Plugin/DPCalendarPlugin.php:502 |
| 14 | DPCalendar\Plugin\DPCalendarPlugin->onCalendarsFetch() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_dpcalendar/libraries/dpcalendar/DPCalendar/Helper/DPCalendarHelper.php:105 |
| 10 | DPCalendar\Helper\DPCalendarHelper::getCalendar() | JROOT/administrator/components/com_dpcalendar/libraries/dpcalendar/DPCalendar/Router/Rules/DPCalendarRules.php:88 |
| 9 | DPCalendar\Router\Rules\DPCalendarRules->buildLookup() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:50 |
| 8 | Joomla\CMS\Component\Router\Rules\MenuRules->__construct() | JROOT/components/com_dpcalendar/router.php:82 |
| 7 | DPCalendarRouter->__construct() | JROOT/libraries/src/Router/SiteRouter.php:789 |
| 6 | Joomla\CMS\Router\SiteRouter->getComponentRouter() | JROOT/libraries/src/Router/SiteRouter.php:131 |
| 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.56 ms After last query: 0.16 ms Query memory: 0.026 MB Memory before query: 6.313 MB Rows returned: 4
SELECT `id`,`name`,`rules`,`parent_id`
FROM `evk7z_assets`
WHERE `name` LIKE 'com_dpcalendar.%' OR `name` = 'com_dpcalendar' OR `parent_id` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_assets | NULL | ALL | idx_asset_name,idx_parent_id | NO INDEX KEY COULD BE USED | NULL | NULL | 214 | 22.96 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.21 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:359 |
| 20 | Joomla\CMS\Access\Access::preloadPermissions() | JROOT/libraries/src/Access/Access.php:226 |
| 19 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:540 |
| 18 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 17 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 16 | Joomla\CMS\User\User->authorise() | JROOT/administrator/components/com_dpcalendar/libraries/dpcalendar/DPCalendar/Plugin/DPCalendarPlugin.php:323 |
| 15 | DPCalendar\Plugin\DPCalendarPlugin->fetchCalendars() | JROOT/administrator/components/com_dpcalendar/libraries/dpcalendar/DPCalendar/Plugin/DPCalendarPlugin.php:502 |
| 14 | DPCalendar\Plugin\DPCalendarPlugin->onCalendarsFetch() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_dpcalendar/libraries/dpcalendar/DPCalendar/Helper/DPCalendarHelper.php:105 |
| 10 | DPCalendar\Helper\DPCalendarHelper::getCalendar() | JROOT/administrator/components/com_dpcalendar/libraries/dpcalendar/DPCalendar/Router/Rules/DPCalendarRules.php:88 |
| 9 | DPCalendar\Router\Rules\DPCalendarRules->buildLookup() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:50 |
| 8 | Joomla\CMS\Component\Router\Rules\MenuRules->__construct() | JROOT/components/com_dpcalendar/router.php:82 |
| 7 | DPCalendarRouter->__construct() | JROOT/libraries/src/Router/SiteRouter.php:789 |
| 6 | Joomla\CMS\Router\SiteRouter->getComponentRouter() | JROOT/libraries/src/Router/SiteRouter.php:131 |
| 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.85 ms After last query: 51.71 ms Query memory: 0.023 MB Memory before query: 6.828 MB Rows returned: 2
SELECT id, home, template, s.params
FROM evk7z_template_styles as s
LEFT JOIN evk7z_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 | 3 | 1.67 | Using index condition; Using where |
| 1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | mambosch.e.element | 1 | 100.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.21 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.14 ms |
| preparing | 0.03 ms |
| executing | 0.00 ms |
| Sending data | 0.12 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
| 12 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/administrator/components/com_widgetkit/widgetkit.php:43 |
| 11 | plgSystemWidgetkit->{closure}() | Same as call in the line below. |
| 10 | call_user_func_array() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Event/EventDispatcher.php:113 |
| 9 | YOOtheme\Framework\Event\EventDispatcher->trigger() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Application.php:132 |
| 8 | YOOtheme\Framework\Application->trigger() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/JoomlaPlugin.php:141 |
| 7 | YOOtheme\Framework\Joomla\JoomlaPlugin->init() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 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.68 ms After last query: 4.11 ms Query memory: 0.022 MB Memory before query: 6.882 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `evk7z_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.17 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.12 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1663 |
| 14 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
| 13 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
| 12 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 11 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
| 10 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 9 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 8 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1137 |
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.77 ms After last query: 0.21 ms Query memory: 0.005 MB Memory before query: 6.873 MB
UPDATE `evk7z_extensions`
SET `params` = '{\"mediaversion\":\"c681789006dd65bdfa76086bbb7d4a81\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | evk7z_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.06 ms |
| updating | 0.09 ms |
| end | 0.01 ms |
| Waiting for query cache lock | 0.00 ms |
| end | 0.01 ms |
| query end | 0.36 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 9 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 8 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1137 |
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.73 ms After last query: 5.38 ms Query memory: 0.019 MB Memory before query: 6.955 MB Rows returned: 1
SELECT *
FROM evk7z_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 | evk7z_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.15 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.03 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.12 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 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.12 ms After last query: 179.10 ms Query memory: 0.084 MB Memory before query: 7.790 MB Rows returned: 1
SELECT *
FROM evk7z_easyblog_configs
WHERE `name` = 'config'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_easyblog_configs | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.63 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.12 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1466 |
| 11 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
| 10 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:536 |
| 9 | EB::config() | JROOT/components/com_easyblog/services/cron.php:16 |
| 8 | require_once JROOT/components/com_easyblog/services/cron.php | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3469 |
| 7 | EB::loadServices() | JROOT/components/com_easyblog/easyblog.php:34 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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: 3.48 ms After last query: 73.96 ms Query memory: 0.006 MB Memory before query: 7.904 MB
DELETE
FROM `evk7z_easyblog_mailq`
WHERE `status`='1'
AND DATEDIFF(NOW(), `created`) >='7'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | DELETE | evk7z_easyblog_mailq | NULL | range | easyblog_mailq_status,idx_mailq_statuscreated | easyblog_mailq_status | 1 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.18 ms |
| checking permissions | 0.01 ms |
| Opening tables | 1.99 ms |
| init | 0.04 ms |
| System lock | 1.01 ms |
| updating | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_easyblog/includes/utils.php:176 |
| 11 | EasyBlogDbJoomla->query() | JROOT/administrator/components/com_easyblog/models/mailer.php:39 |
| 10 | EasyBlogModelMailer->cleanup() | JROOT/administrator/components/com_easyblog/includes/mailer/mailer.php:37 |
| 9 | EasyBlogMailer->dispatch() | JROOT/components/com_easyblog/services/maintenance.php:18 |
| 8 | require_once JROOT/components/com_easyblog/services/maintenance.php | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3469 |
| 7 | EB::loadServices() | JROOT/components/com_easyblog/easyblog.php:34 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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: 0.06 ms Query memory: 0.022 MB Memory before query: 7.910 MB Rows returned: 0
SELECT `id`
FROM `evk7z_easyblog_mailq`
WHERE `status`='0'
ORDER BY `id` ASC
LIMIT 20
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_easyblog_mailq | NULL | ref | easyblog_mailq_status,idx_mailq_statuscreated | easyblog_mailq_status | 1 | const | 1 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.02 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:308 |
| 11 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/mailer.php:67 |
| 10 | EasyBlogModelMailer->getPendingEmails() | JROOT/administrator/components/com_easyblog/includes/mailer/mailer.php:40 |
| 9 | EasyBlogMailer->dispatch() | JROOT/components/com_easyblog/services/maintenance.php:18 |
| 8 | require_once JROOT/components/com_easyblog/services/maintenance.php | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3469 |
| 7 | EB::loadServices() | JROOT/components/com_easyblog/easyblog.php:34 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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: 6.49 ms After last query: 72.85 ms Query memory: 0.023 MB Memory before query: 9.082 MB Rows returned: 0
SELECT *
FROM `evk7z_easyblog_post`
WHERE `publish_up`<='2026-08-09 14:03:04'
AND `published`='2'
AND `state`='0'
ORDER BY `id`
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_easyblog_post | NULL | ref | easyblog_post_published,easyblog_post_blogger_list,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1,idx_latest_posts | easyblog_post_published | 1 | const | 1 | 5.56 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.18 ms |
| checking permissions | 0.01 ms |
| Opening tables | 2.91 ms |
| init | 0.10 ms |
| System lock | 0.02 ms |
| optimizing | 0.03 ms |
| statistics | 2.13 ms |
| preparing | 0.05 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.63 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.15 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:308 |
| 11 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/blogs.php:389 |
| 10 | EasyBlogModelBlogs->getScheduledPosts() | JROOT/administrator/components/com_easyblog/includes/scheduler/scheduler.php:55 |
| 9 | EasyBlogScheduler->publish() | JROOT/components/com_easyblog/services/maintenance.php:22 |
| 8 | require_once JROOT/components/com_easyblog/services/maintenance.php | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3469 |
| 7 | EB::loadServices() | JROOT/components/com_easyblog/easyblog.php:34 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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.36 ms After last query: 0.28 ms Query memory: 0.022 MB Memory before query: 9.095 MB Rows returned: 0
SELECT id, created_by
FROM`evk7z_easyblog_post`
WHERE `publish_down` > `publish_up`
AND `publish_down` <= '2026-08-09 14:03:04'
AND `publish_down` != '0000-00-00 00:00:00'
AND `published` = '1'
AND `state` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_easyblog_post | NULL | ref | easyblog_post_published,easyblog_post_blogger_list,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1,idx_publishdown_posts,idx_latest_posts | idx_pre_soucetype_postcount | 5 | const,const | 3 | 5.56 | Using where |
| Status | Duration |
|---|
| starting | 0.18 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.19 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.60 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.14 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:308 |
| 11 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/blogs.php:545 |
| 10 | EasyBlogModelBlogs->getUnpublishScheduledPosts() | JROOT/administrator/components/com_easyblog/includes/scheduler/scheduler.php:26 |
| 9 | EasyBlogScheduler->unpublish() | JROOT/components/com_easyblog/services/maintenance.php:25 |
| 8 | require_once JROOT/components/com_easyblog/services/maintenance.php | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3469 |
| 7 | EB::loadServices() | JROOT/components/com_easyblog/easyblog.php:34 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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.80 ms After last query: 0.15 ms Query memory: 0.022 MB Memory before query: 9.101 MB Rows returned: 0
SELECT *
FROM `evk7z_easyblog_uploader_tmp`
WHERE `created` <= DATE_SUB('2026-08-09 14:03:04' , INTERVAL 120 MINUTE)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_easyblog_uploader_tmp | NULL | range | idx_uploader_created | idx_uploader_created | 5 | NULL | 1 | 100.00 | Using index condition |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.68 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.64 ms |
| preparing | 0.03 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.11 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1663 |
| 11 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_easyblog/includes/utils.php:308 |
| 10 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/scheduler/scheduler.php:168 |
| 9 | EasyBlogScheduler->removeTmpFiles() | JROOT/components/com_easyblog/services/maintenance.php:28 |
| 8 | require_once JROOT/components/com_easyblog/services/maintenance.php | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3469 |
| 7 | EB::loadServices() | JROOT/components/com_easyblog/easyblog.php:34 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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.97 ms After last query: 0.18 ms Query memory: 0.022 MB Memory before query: 9.108 MB Rows returned: 0
SELECT a.`id`
FROM `evk7z_easyblog_post` as a
inner join `evk7z_easyblog_revisions` as b
on a.`id` = b.`post_id`
where a.`published` = '9'
and a.`created` <= DATE_SUB('2026-08-09 14:03:04', INTERVAL 3 DAY)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | PRIMARY,easyblog_post_published,easyblog_post_blogger_list,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1,idx_latest_posts | easyblog_post_published | 1 | const | 1 | 33.33 | Using where |
| 1 | SIMPLE | b | NULL | ref | idx_postid,idx_ordering,idx_revision_state | idx_postid | 8 | mambosch.a.id | 1 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.13 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 1.30 ms |
| init | 0.06 ms |
| System lock | 0.02 ms |
| optimizing | 0.02 ms |
| statistics | 0.12 ms |
| preparing | 0.03 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.16 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:308 |
| 10 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/scheduler/scheduler.php:210 |
| 9 | EasyBlogScheduler->removeBlankPosts() | JROOT/components/com_easyblog/services/maintenance.php:31 |
| 8 | require_once JROOT/components/com_easyblog/services/maintenance.php | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3469 |
| 7 | EB::loadServices() | JROOT/components/com_easyblog/easyblog.php:34 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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.77 ms After last query: 0.10 ms Query memory: 0.006 MB Memory before query: 9.114 MB
DELETE a, b
FROM `evk7z_easyblog_post` as a
inner join `evk7z_easyblog_revisions` as b
on a.`id` = b.`post_id`
where a.`published` = '9'
and a.`created` <= DATE_SUB('2026-08-09 14:03:04', INTERVAL 3 DAY)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | DELETE | a | NULL | ref | PRIMARY,easyblog_post_published,easyblog_post_blogger_list,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1,idx_latest_posts | easyblog_post_published | 1 | const | 1 | 33.33 | Using where |
| 1 | DELETE | b | NULL | ref | idx_postid,idx_ordering,idx_revision_state | idx_postid | 8 | mambosch.a.id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.13 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| init | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| deleting from main table | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.09 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| deleting from reference tables | 0.27 ms |
| end | 0.01 ms |
| end | 0.01 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_easyblog/includes/utils.php:176 |
| 10 | EasyBlogDbJoomla->query() | JROOT/administrator/components/com_easyblog/includes/scheduler/scheduler.php:223 |
| 9 | EasyBlogScheduler->removeBlankPosts() | JROOT/components/com_easyblog/services/maintenance.php:31 |
| 8 | require_once JROOT/components/com_easyblog/services/maintenance.php | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3469 |
| 7 | EB::loadServices() | JROOT/components/com_easyblog/easyblog.php:34 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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.93 ms After last query: 8.84 ms Query memory: 0.024 MB Memory before query: 9.159 MB Rows returned: 3
SELECT *
FROM `evk7z_menu`
WHERE `published`='1'
AND `link` LIKE 'index.php?option=com_easyblog%'
AND `client_id` = '0'
ORDER BY `id`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_menu | NULL | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 48 | 1.11 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.15 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.09 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 1.30 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.11 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:308 |
| 13 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/menu.php:44 |
| 12 | EasyBlogModelMenu->getAssociatedMenus() | JROOT/administrator/components/com_easyblog/includes/router.php:97 |
| 11 | EBR::getMenus() | JROOT/administrator/components/com_easyblog/includes/router.php:533 |
| 10 | EBR::_() | JROOT/administrator/components/com_easyblog/includes/router.php:1099 |
| 9 | EBR::getRoutedURL() | JROOT/components/com_easyblog/services/weblog.php:26 |
| 8 | require_once JROOT/components/com_easyblog/services/weblog.php | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3469 |
| 7 | EB::loadServices() | JROOT/components/com_easyblog/easyblog.php:34 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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: 4.71 ms After last query: 67.51 ms Query memory: 0.031 MB Memory before query: 9.270 MB Rows returned: 51
SELECT *
FROM `evk7z_easyblog_acl`
WHERE `published`='1'
ORDER BY `id` ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_easyblog_acl | NULL | index | idx_acl_published,idx_acl_published_id | PRIMARY | 8 | NULL | 51 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.17 ms |
| checking permissions | 0.01 ms |
| Opening tables | 2.59 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 1.05 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.47 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.13 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:308 |
| 12 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:329 |
| 11 | EasyBlogAcl::getRules() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:36 |
| 10 | EasyBlogAcl::getRuleSet() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:298 |
| 9 | EB::acl() | JROOT/components/com_easyblog/controllers/controller.php:26 |
| 8 | EasyBlogController->__construct() | JROOT/libraries/src/MVC/Controller/BaseController.php:313 |
| 7 | Joomla\CMS\MVC\Controller\BaseController::getInstance() | JROOT/components/com_easyblog/easyblog.php:42 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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: 3.53 ms After last query: 0.26 ms Query memory: 0.032 MB Memory before query: 9.309 MB Rows returned: 102
SELECT *
FROM `evk7z_easyblog_acl_group`
WHERE `content_id` IN (1, 9)
AND `type`='
group'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_easyblog_acl_group | NULL | ALL | easyblog_post_acl_content_type | NO INDEX KEY COULD BE USED | NULL | NULL | 459 | 22.22 | Using where |
| Status | Duration |
|---|
| starting | 0.13 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.81 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.83 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 1.36 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.13 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:308 |
| 12 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:151 |
| 11 | EasyBlogAcl::getEasyBlogAclGroups() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:98 |
| 10 | EasyBlogAcl::getRuleSet() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:298 |
| 9 | EB::acl() | JROOT/components/com_easyblog/controllers/controller.php:26 |
| 8 | EasyBlogController->__construct() | JROOT/libraries/src/MVC/Controller/BaseController.php:313 |
| 7 | Joomla\CMS\MVC\Controller\BaseController::getInstance() | JROOT/components/com_easyblog/easyblog.php:42 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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: 12.49 ms After last query: 80.49 ms Query memory: 0.022 MB Memory before query: 9.596 MB Rows returned: 0
SELECT a.*, 1 as `featured`
FROM `evk7z_easyblog_post` AS a
INNER JOIN `evk7z_easyblog_featured` AS c
ON a.`id` = c.`content_id`
AND c.`type`='post'
INNER JOIN `evk7z_users` AS uu
ON a.`created_by` = uu.`id`
and uu.`block` = 0
WHERE a.`published`='1'
AND a.`state`='0'
AND ((a.`source_type` = 'easyblog.sitewide') OR ( a.`source_type` = 'easyblog.team'
and 1 <= (select count(1)
from `evk7z_easyblog_team` as srcteam
where srcteam.`id` = a.`source_id`
and srcteam.`published` = 1
and ( (srcteam.`access` = 3) OR (srcteam.`access` = 2
and (select count(1)
from `evk7z_easyblog_team_groups` as srcteamgrp
where srcteamgrp.`team_id` = srcteam.`id`
and srcteamgrp.`group_id` IN (9) ) > 0)))))
AND a.`access`='0'
AND ( NOT EXISTS ( select acp.post_id
from `evk7z_easyblog_post_category` as acp
inner join `evk7z_easyblog_category` as cat
on acp.`category_id` = cat.`id`
where acp.`post_id` = a.`id`
and ( ( cat.`private` = 1
and (0 = 0) ) OR ( cat.`private` = 2
and (select count(1)
from `evk7z_easyblog_category_acl` as cacl
where cacl.`category_id` = cat.`id`
and cacl.`acl_id` = 1
and cacl.`content_id` IN (9)) = 0 ) )))
ORDER BY a.`created` DESC
LIMIT 10
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | c | NULL | ALL | easyblog_featured_content_type,easyblog_content | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using temporary; Using filesort |
| 1 | PRIMARY | a | NULL | eq_ref | PRIMARY,easyblog_post_published,easyblog_post_created_by,easyblog_post_blogger_list,easyblog_post_searchnew,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1,idx_latest_posts | PRIMARY | 8 | mambosch.c.content_id | 1 | 5.56 | Using where |
| 1 | PRIMARY | uu | NULL | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | mambosch.a.created_by | 1 | 75.00 | Using where |
| 4 | DEPENDENT SUBQUERY | acp | NULL | ref | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_postid | 4 | mambosch.a.id | 1 | 100.00 | Using index condition |
| 4 | DEPENDENT SUBQUERY | cat | NULL | eq_ref | PRIMARY,easyblog_cat_private | PRIMARY | 8 | mambosch.acp.category_id | 1 | 100.00 | Using where |
| 5 | DEPENDENT SUBQUERY | cacl | NULL | ref | easyblog_category_acl,easyblog_category_acl_id,easyblog_content_type,easyblog_category_content_type,idx_cat_post_acl | easyblog_category_acl | 8 | mambosch.cat.id | 1 | 100.00 | Using index condition; Using where |
| 2 | DEPENDENT SUBQUERY | srcteam | NULL | eq_ref | PRIMARY,idx_viewable_team,idx_published,idx_access | PRIMARY | 4 | mambosch.a.source_id | 1 | 100.00 | Using where |
| 3 | DEPENDENT SUBQUERY | srcteamgrp | NULL | ref | team_id,group_id,idx_team_group | team_id | 4 | mambosch.srcteam.id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.29 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 5.79 ms |
| init | 0.15 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 1.13 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.06 ms |
| Sorting result | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.67 ms |
| preparing | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 1.02 ms |
| preparing | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 1.24 ms |
| preparing | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.81 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.71 ms |
| Creating sort index | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| removing tmp table | 0.03 ms |
| query end | 0.01 ms |
| closing tables | 0.04 ms |
| freeing items | 0.11 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:308 |
| 11 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/blog.php:417 |
| 10 | EasyBlogModelBlog->getFeaturedBlog() | JROOT/components/com_easyblog/views/latest/view.html.php:49 |
| 9 | EasyBlogViewLatest->display() | JROOT/components/com_easyblog/controllers/controller.php:109 |
| 8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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: 3.23 ms After last query: 4.68 ms Query memory: 0.024 MB Memory before query: 9.629 MB Rows returned: 1
SELECT a.`id` AS key1, a.*, ifnull(f.`id`, 0) as `featured`
FROM `evk7z_easyblog_post` AS a
INNER JOIN `evk7z_users` AS uu
ON a.`created_by` = uu.`id`
and uu.`block` = 0
LEFT JOIN `evk7z_easyblog_featured` AS f
ON a.`id` = f.`content_id`
AND f.`type` = 'post'
WHERE a.`published`='1'
AND a.`state`='0'
AND a.`access` = '0'
AND a.`frontpage` = '1'
AND (1 <= (select count(1)
from `evk7z_easyblog_post_category` AS acp
INNER JOIN `evk7z_easyblog_category` as cat
on acp.`category_id` = cat.`id`
where acp.`post_id` = a.`id`
AND cat.`id` != 2
and ( ( cat.`private` = 0 ) OR ( (cat.`private` = 1)
and (0 > 0) ) OR ( (cat.`private` = 2)
and ( (select count(1)
from `evk7z_easyblog_category_acl` as cacl
where cacl.`category_id` = cat.id
and cacl.`acl_id` = 1
and cacl.`content_id` in (9)) > 0 ) ) )
and not exists ( select acp2.post_id
from `evk7z_easyblog_post_category` as acp2
inner join `evk7z_easyblog_category` as cat2
on acp2.`category_id` = cat2.`id`
where acp2.`post_id` = acp.`post_id`
and ( ( cat2.`private` = 1
and (0 = 0) ) OR ( cat2.`private` = 2
and (select count(1)
from `evk7z_easyblog_category_acl` as cacl2
where cacl2.`category_id` = cat2.`id`
and cacl2.`acl_id` = 1
and cacl2.`content_id` IN (9)) = 0 ) ) ) ))
AND NOT EXISTS ( SELECT ff.`content_id`
FROM `evk7z_easyblog_featured` AS ff
WHERE ff.`content_id` = a.`id`
AND ff.`type` = 'post')
AND ((a.`source_type` = 'easyblog.sitewide') OR ( a.`source_type` = 'easyblog.team'
and 1 <= (select count(1)
from `evk7z_easyblog_team` as srcteam
where srcteam.`id` = a.`source_id`
and srcteam.`published` = 1
and ( (srcteam.`access` = 3) OR (srcteam.`access` = 2
and (select count(1)
from `evk7z_easyblog_team_groups` as srcteamgrp
where srcteamgrp.`team_id` = srcteam.`id`
and srcteamgrp.`group_id` IN (9) ) > 0)))))
ORDER BY a.`created` desc
LIMIT 0,20
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | a | NULL | ref | easyblog_post_published,easyblog_post_created_by,easyblog_post_blogger_list,easyblog_post_searchnew,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1,idx_latest_posts | idx_latest_posts | 10 | const,const,const,const | 3 | 19.00 | Using where |
| 1 | PRIMARY | f | NULL | ref | easyblog_featured_content_type,easyblog_content | easyblog_featured_content_type | 810 | mambosch.a.id,const | 1 | 100.00 | Using where |
| 1 | PRIMARY | uu | NULL | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | mambosch.a.created_by | 1 | 75.00 | Using where |
| 7 | DEPENDENT SUBQUERY | srcteam | NULL | eq_ref | PRIMARY,idx_viewable_team,idx_published,idx_access | PRIMARY | 4 | mambosch.a.source_id | 1 | 100.00 | Using where |
| 8 | DEPENDENT SUBQUERY | srcteamgrp | NULL | ref | team_id,group_id,idx_team_group | team_id | 4 | mambosch.srcteam.id | 1 | 100.00 | Using where |
| 6 | DEPENDENT SUBQUERY | ff | NULL | ref | easyblog_featured_content_type,easyblog_content | easyblog_featured_content_type | 810 | mambosch.a.id,const | 1 | 100.00 | Using where |
| 2 | DEPENDENT SUBQUERY | acp | NULL | ref | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_postid | 4 | mambosch.a.id | 1 | 100.00 | Using index condition; Using where |
| 2 | DEPENDENT SUBQUERY | cat | NULL | eq_ref | PRIMARY,easyblog_cat_private | PRIMARY | 8 | mambosch.acp.category_id | 1 | 75.00 | Using where |
| 4 | DEPENDENT SUBQUERY | acp2 | NULL | ref | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_postid | 4 | mambosch.acp.post_id | 1 | 100.00 | NULL |
| 4 | DEPENDENT SUBQUERY | cat2 | NULL | eq_ref | PRIMARY,easyblog_cat_private | PRIMARY | 8 | mambosch.acp2.category_id | 1 | 100.00 | Using where |
| 5 | DEPENDENT SUBQUERY | cacl2 | NULL | ref | easyblog_category_acl,easyblog_category_acl_id,easyblog_content_type,easyblog_category_content_type,idx_cat_post_acl | easyblog_category_acl | 8 | mambosch.cat2.id | 1 | 100.00 | Using index condition; Using where |
| 3 | DEPENDENT SUBQUERY | cacl | NULL | ref | easyblog_category_acl,easyblog_category_acl_id,easyblog_content_type,easyblog_category_content_type,idx_cat_post_acl | easyblog_category_acl | 8 | mambosch.cat.id | 1 | 100.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.29 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.14 ms |
| init | 0.10 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.14 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.37 ms |
| preparing | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| executing | 0.00 ms |
| Sending data | 0.96 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.36 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.10 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:308 |
| 11 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/blog.php:1180 |
| 10 | EasyBlogModelBlog->getBlogsBy() | JROOT/components/com_easyblog/views/latest/view.html.php:160 |
| 9 | EasyBlogViewLatest->display() | JROOT/components/com_easyblog/controllers/controller.php:109 |
| 8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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.08 ms After last query: 0.12 ms Query memory: 0.022 MB Memory before query: 9.645 MB Rows returned: 1
select count(1)
from `evk7z_easyblog_post` AS a
WHERE a.`published`='1'
AND a.`state`='0'
AND a.`access` = '0'
AND a.`frontpage` = '1'
AND (1 <= (select count(1)
from `evk7z_easyblog_post_category` AS acp
INNER JOIN `evk7z_easyblog_category` as cat
on acp.`category_id` = cat.`id`
where acp.`post_id` = a.`id`
AND cat.`id` != 2
and ( ( cat.`private` = 0 ) OR ( (cat.`private` = 1)
and (0 > 0) ) OR ( (cat.`private` = 2)
and ( (select count(1)
from `evk7z_easyblog_category_acl` as cacl
where cacl.`category_id` = cat.id
and cacl.`acl_id` = 1
and cacl.`content_id` in (9)) > 0 ) ) )
and not exists ( select acp2.post_id
from `evk7z_easyblog_post_category` as acp2
inner join `evk7z_easyblog_category` as cat2
on acp2.`category_id` = cat2.`id`
where acp2.`post_id` = acp.`post_id`
and ( ( cat2.`private` = 1
and (0 = 0) ) OR ( cat2.`private` = 2
and (select count(1)
from `evk7z_easyblog_category_acl` as cacl2
where cacl2.`category_id` = cat2.`id`
and cacl2.`acl_id` = 1
and cacl2.`content_id` IN (9)) = 0 ) ) ) ))
AND NOT EXISTS ( SELECT ff.`content_id`
FROM `evk7z_easyblog_featured` AS ff
WHERE ff.`content_id` = a.`id`
AND ff.`type` = 'post')
AND ((a.`source_type` = 'easyblog.sitewide') OR ( a.`source_type` = 'easyblog.team'
and 1 <= (select count(1)
from `evk7z_easyblog_team` as srcteam
where srcteam.`id` = a.`source_id`
and srcteam.`published` = 1
and ( (srcteam.`access` = 3) OR (srcteam.`access` = 2
and (select count(1)
from `evk7z_easyblog_team_groups` as srcteamgrp
where srcteamgrp.`team_id` = srcteam.`id`
and srcteamgrp.`group_id` IN (9) ) > 0)))))
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | a | NULL | ref | easyblog_post_published,easyblog_post_blogger_list,easyblog_post_searchnew,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1,idx_latest_posts | idx_latest_posts | 10 | const,const,const,const | 3 | 19.00 | Using where |
| 7 | DEPENDENT SUBQUERY | srcteam | NULL | eq_ref | PRIMARY,idx_viewable_team,idx_published,idx_access | PRIMARY | 4 | mambosch.a.source_id | 1 | 100.00 | Using where |
| 8 | DEPENDENT SUBQUERY | srcteamgrp | NULL | ref | team_id,group_id,idx_team_group | team_id | 4 | mambosch.srcteam.id | 1 | 100.00 | Using where |
| 6 | DEPENDENT SUBQUERY | ff | NULL | ref | easyblog_featured_content_type,easyblog_content | easyblog_featured_content_type | 810 | mambosch.a.id,const | 1 | 100.00 | Using where |
| 2 | DEPENDENT SUBQUERY | acp | NULL | ref | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_postid | 4 | mambosch.a.id | 1 | 100.00 | Using index condition; Using where |
| 2 | DEPENDENT SUBQUERY | cat | NULL | eq_ref | PRIMARY,easyblog_cat_private | PRIMARY | 8 | mambosch.acp.category_id | 1 | 75.00 | Using where |
| 4 | DEPENDENT SUBQUERY | acp2 | NULL | ref | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_postid | 4 | mambosch.acp.post_id | 1 | 100.00 | NULL |
| 4 | DEPENDENT SUBQUERY | cat2 | NULL | eq_ref | PRIMARY,easyblog_cat_private | PRIMARY | 8 | mambosch.acp2.category_id | 1 | 100.00 | Using where |
| 5 | DEPENDENT SUBQUERY | cacl2 | NULL | ref | easyblog_category_acl,easyblog_category_acl_id,easyblog_content_type,easyblog_category_content_type,idx_cat_post_acl | easyblog_category_acl | 8 | mambosch.cat2.id | 1 | 100.00 | Using index condition; Using where |
| 3 | DEPENDENT SUBQUERY | cacl | NULL | ref | easyblog_category_acl,easyblog_category_acl_id,easyblog_content_type,easyblog_category_content_type,idx_cat_post_acl | easyblog_category_acl | 8 | mambosch.cat.id | 1 | 100.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.18 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.07 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1741 |
| 12 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyblog/includes/utils.php:308 |
| 11 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/blog.php:1205 |
| 10 | EasyBlogModelBlog->getBlogsBy() | JROOT/components/com_easyblog/views/latest/view.html.php:160 |
| 9 | EasyBlogViewLatest->display() | JROOT/components/com_easyblog/controllers/controller.php:109 |
| 8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.95 ms After last query: 43.16 ms Query memory: 0.023 MB Memory before query: 9.981 MB Rows returned: 0
SELECT COUNT(1) as `voted`, `uid`
FROM `evk7z_easyblog_ratings`
WHERE `uid` = '14'
AND `type`='entry'
AND `created_by`='0'
AND (`sessionid` = '2ac8e6d227e4c4194b3d35b979a48a95' OR `ip` = '18.97.9.170')
GROUP BY `uid`
ORDER BY NULL
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_easyblog_ratings | NULL | ref | post_id,created_by,idx_uid_type,idx_uid_type_user,idx_uid_type_user_session,idx_uid_type_user_ipaddr | post_id | 4 | const | 1 | 100.00 | Using index condition; Using where; Using temporary |
| Status | Duration |
|---|
| starting | 0.17 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.76 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 1.64 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.03 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| removing tmp table | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:308 |
| 13 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/ratings.php:135 |
| 12 | EasyBlogModelRatings->preloadUserPostRatings() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:452 |
| 11 | EasyBlogCache->cacheVoted() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:357 |
| 10 | EasyBlogCache->insert() | JROOT/components/com_easyblog/views/latest/view.html.php:194 |
| 9 | EasyBlogViewLatest->display() | JROOT/components/com_easyblog/controllers/controller.php:109 |
| 8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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: 0.07 ms Query memory: 0.023 MB Memory before query: 9.989 MB Rows returned: 0
SELECT AVG(`value`) AS `ratings` ,COUNT(1) AS `total` ,`uid`
FROM `evk7z_easyblog_ratings` AS a
WHERE a.`uid` IN(14)
AND `type`='entry'
GROUP BY `uid`
ORDER BY NULL
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | post_id,idx_uid_type,idx_uid_type_user,idx_uid_type_user_ipaddr | post_id | 4 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:308 |
| 13 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/ratings.php:176 |
| 12 | EasyBlogModelRatings->preloadRatings() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:583 |
| 11 | EasyBlogCache->cacheRatings() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:362 |
| 10 | EasyBlogCache->insert() | JROOT/components/com_easyblog/views/latest/view.html.php:194 |
| 9 | EasyBlogViewLatest->display() | JROOT/components/com_easyblog/controllers/controller.php:109 |
| 8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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.97 ms After last query: 4.26 ms Query memory: 0.023 MB Memory before query: 10.012 MB Rows returned: 0
SELECT a.`post_id`, COUNT(1) AS `count`
FROM `evk7z_easyblog_comment` AS a
LEFT JOIN `evk7z_users` AS uu
ON a.`created_by` = uu.`id`
WHERE a.`post_id` IN(14)
AND a.`published`='1'
AND (uu.`block` = 0 OR uu.`id` IS NULL)
GROUP BY a.`post_id`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | easyblog_comment_postid,idx_comment_post_items | idx_comment_post_items | 9 | const,const | 1 | 100.00 | NULL |
| 1 | SIMPLE | uu | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mambosch.a.created_by | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.57 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 1.03 ms |
| preparing | 0.03 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:308 |
| 13 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/comment.php:627 |
| 12 | EasyBlogModelComment->preloadCommentCount() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:641 |
| 11 | EasyBlogCache->cacheCommentCount() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:372 |
| 10 | EasyBlogCache->insert() | JROOT/components/com_easyblog/views/latest/view.html.php:194 |
| 9 | EasyBlogViewLatest->display() | JROOT/components/com_easyblog/controllers/controller.php:109 |
| 8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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.99 ms After last query: 4.82 ms Query memory: 0.023 MB Memory before query: 10.033 MB Rows returned: 1
select a.*, b.`post_id`, b.`primary`
from `evk7z_easyblog_category` as a
inner join `evk7z_easyblog_post_category` as b
on a.`id` = b.`category_id`
where b.`post_id` IN (14)
order by a.`lft` asc
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | b | NULL | ref | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_postid | 4 | const | 1 | 100.00 | Using temporary; Using filesort |
| 1 | SIMPLE | a | NULL | eq_ref | PRIMARY | PRIMARY | 8 | mambosch.b.category_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.31 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.04 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.19 ms |
| Creating sort index | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| removing tmp table | 0.06 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:308 |
| 13 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/category.php:1977 |
| 12 | EasyBlogModelCategory->preloadByPosts() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:728 |
| 11 | EasyBlogCache->cacheCategories() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:377 |
| 10 | EasyBlogCache->insert() | JROOT/components/com_easyblog/views/latest/view.html.php:194 |
| 9 | EasyBlogViewLatest->display() | JROOT/components/com_easyblog/controllers/controller.php:109 |
| 8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.18 ms After last query: 6.47 ms Query memory: 0.023 MB Memory before query: 10.141 MB Rows returned: 0
select a.*, b.`post_id`
from `evk7z_easyblog_tag` as a
inner join `evk7z_easyblog_post_tag` as b
on a.`id` = b.`tag_id`
where b.`post_id` IN (14)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | b | NULL | ref | easyblog_post_tag_tag_id,easyblog_post_tag_post_id,easyblog_post_tagpost_id | easyblog_post_tag_post_id | 8 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | a | NULL | eq_ref | PRIMARY | PRIMARY | 8 | mambosch.b.tag_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 1.20 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.58 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:308 |
| 13 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/tags.php:929 |
| 12 | EasyBlogModelTags->preloadByPosts() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:810 |
| 11 | EasyBlogCache->cacheTags() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:382 |
| 10 | EasyBlogCache->insert() | JROOT/components/com_easyblog/views/latest/view.html.php:194 |
| 9 | EasyBlogViewLatest->display() | JROOT/components/com_easyblog/controllers/controller.php:109 |
| 8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.24 ms After last query: 2.11 ms Query memory: 0.023 MB Memory before query: 10.162 MB Rows returned: 1
select a.*
from `evk7z_easyblog_revisions` as a
where a.`id` IN ( 30)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 8 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.97 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:308 |
| 13 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/revisions.php:624 |
| 12 | EasyBlogModelRevisions->preload() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:704 |
| 11 | EasyBlogCache->cacheRevisions() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:387 |
| 10 | EasyBlogCache->insert() | JROOT/components/com_easyblog/views/latest/view.html.php:194 |
| 9 | EasyBlogViewLatest->display() | JROOT/components/com_easyblog/controllers/controller.php:109 |
| 8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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.64 ms After last query: 2.32 ms Query memory: 0.025 MB Memory before query: 10.268 MB Rows returned: 1
select u.*, e.`id` as `eb_id`, e.`nickname`, e.`avatar`, e.`description`, e.`url`, e.`params` as `eb_params`, e.`published` as `eb_published`, e.`title` as `eb_title`, e.`biography`, e.`permalink`, e.`custom_css`, e.`ordering`
from `evk7z_users` as u
left join `evk7z_easyblog_users` as e
ON u.`id` = e.`id`
where u.`id` = 800
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | u | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | e | NULL | const | PRIMARY | PRIMARY | 8 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.60 ms |
| init | 0.03 ms |
| System lock | 0.02 ms |
| optimizing | 0.01 ms |
| statistics | 0.61 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:308 |
| 16 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/users.php:298 |
| 15 | EasyBlogModelUsers->getUsersMeta() | JROOT/administrator/components/com_easyblog/includes/user/user.php:139 |
| 14 | EasyBlogUser::loadUsers() | JROOT/administrator/components/com_easyblog/includes/user/user.php:36 |
| 13 | EasyBlogUser::factory() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1084 |
| 12 | EB::user() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:791 |
| 11 | EasyBlogCache->cacheAuthors() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:392 |
| 10 | EasyBlogCache->insert() | JROOT/components/com_easyblog/views/latest/view.html.php:194 |
| 9 | EasyBlogViewLatest->display() | JROOT/components/com_easyblog/controllers/controller.php:109 |
| 8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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.99 ms After last query: 3.64 ms Query memory: 0.030 MB Memory before query: 10.288 MB Rows returned: 17
SHOW FULL COLUMNS
FROM `evk7z_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `evk7z_users`
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.17 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.02 ms |
| Opening tables | 0.02 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| Sending data | 0.10 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.05 ms |
| closing tables | 0.01 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 24 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 23 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 22 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/User.php:41 |
| 21 | Joomla\CMS\Table\User->__construct() | JROOT/libraries/src/Table/Table.php:328 |
| 20 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/src/User/User.php:603 |
| 19 | Joomla\CMS\User\User::getTable() | JROOT/libraries/src/User/User.php:877 |
| 18 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
| 17 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
| 16 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |
| 15 | Joomla\CMS\Factory::getUser() | JROOT/administrator/components/com_easyblog/includes/user/user.php:186 |
| 14 | EasyBlogUser::loadUsers() | JROOT/administrator/components/com_easyblog/includes/user/user.php:36 |
| 13 | EasyBlogUser::factory() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1084 |
| 12 | EB::user() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:791 |
| 11 | EasyBlogCache->cacheAuthors() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:392 |
| 10 | EasyBlogCache->insert() | JROOT/components/com_easyblog/views/latest/view.html.php:194 |
| 9 | EasyBlogViewLatest->display() | JROOT/components/com_easyblog/controllers/controller.php:109 |
| 8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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.16 ms Query memory: 0.026 MB Memory before query: 10.320 MB Rows returned: 1
SELECT *
FROM `evk7z_users`
WHERE `id` = 800
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1466 |
| 20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 |
| 19 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 |
| 18 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
| 17 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
| 16 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |
| 15 | Joomla\CMS\Factory::getUser() | JROOT/administrator/components/com_easyblog/includes/user/user.php:186 |
| 14 | EasyBlogUser::loadUsers() | JROOT/administrator/components/com_easyblog/includes/user/user.php:36 |
| 13 | EasyBlogUser::factory() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1084 |
| 12 | EB::user() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:791 |
| 11 | EasyBlogCache->cacheAuthors() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:392 |
| 10 | EasyBlogCache->insert() | JROOT/components/com_easyblog/views/latest/view.html.php:194 |
| 9 | EasyBlogViewLatest->display() | JROOT/components/com_easyblog/controllers/controller.php:109 |
| 8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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: 3.23 ms After last query: 39.52 ms Query memory: 0.025 MB Memory before query: 10.333 MB Rows returned: 1
SELECT `g`.`id`,`g`.`title`
FROM `evk7z_usergroups` AS g
INNER JOIN `evk7z_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 800
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ref | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mambosch.m.group_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.17 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.59 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.62 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1507 |
| 20 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 |
| 19 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 |
| 18 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
| 17 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
| 16 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |
| 15 | Joomla\CMS\Factory::getUser() | JROOT/administrator/components/com_easyblog/includes/user/user.php:186 |
| 14 | EasyBlogUser::loadUsers() | JROOT/administrator/components/com_easyblog/includes/user/user.php:36 |
| 13 | EasyBlogUser::factory() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1084 |
| 12 | EB::user() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:791 |
| 11 | EasyBlogCache->cacheAuthors() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:392 |
| 10 | EasyBlogCache->insert() | JROOT/components/com_easyblog/views/latest/view.html.php:194 |
| 9 | EasyBlogViewLatest->display() | JROOT/components/com_easyblog/controllers/controller.php:109 |
| 8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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: 3.36 ms After last query: 0.41 ms Query memory: 0.023 MB Memory before query: 10.345 MB Rows returned: 0
select `a`.`id` as `cat_fg_id`, `a`.`category_id` as `cat_fg_category_id`, `a`.`group_id` as `cat_fg_group_id`, `fg`.`id` as `fg_id`, `fg`.`title` as `fg_title`, `fg`.`description` as `fg_description`, `fg`.`created` as `fg_created`, `fg`.`state` as `fg_state`, `fg`.`read` as `fg_read`, `fg`.`write` as `fg_write`, `fg`.`params` as `fg_params`, `f`.`id` as `f_id`, `f`.`group_id` as `f_group_id`, `f`.`title` as `f_title`, `f`.`help` as `f_help`, `f`.`state` as `f_state`, `f`.`required` as `f_required`, `f`.`type` as `f_type`, `f`.`params` as `f_params`, `f`.`created` as `f_created`, `f`.`options` as `f_options`, `f`.`ordering` as `f_ordering`,`fv`.`id` as `fv_id`, `fv`.`field_id` as `fv_field_id`, `fv`.`post_id` as `fv_post_id`, `fv`.`value` as `fv_value`
from `evk7z_easyblog_category_fields_groups` as a
inner join `evk7z_easyblog_post_category` as p
on `a`.`category_id` = `p`.`category_id`
inner join `evk7z_easyblog_fields_groups` as fg
on `a`.`group_id` = `fg`.`id`
inner join `evk7z_easyblog_fields` as f
on `fg`.`id` = `f`.`group_id`
left join `evk7z_easyblog_fields_values` as fv
on `fv`.`field_id` = `f`.`id`
and `fv`.`post_id` = `p`.`post_id`
LEFT JOIN `evk7z_easyblog_fields_groups_acl` AS acl
ON fg.`id` = acl.`group_id`
where `p`.`post_id` = '14'
AND ( acl.`acl_id` IN(9)
AND acl.`acl_type` = 'read' OR acl.`id` IS NULL )
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | index | category_id,cat_id | category_id | 8 | NULL | 1 | 100.00 | Using index |
| 1 | SIMPLE | p | NULL | ref | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_postid | 4 | const | 1 | 50.00 | Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mambosch.a.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | f | NULL | ref | group_id,idx_group_ordering | group_id | 4 | mambosch.a.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | field_id,post_id | field_id | 4 | mambosch.f.id | 1 | 100.00 | Using where |
| 1 | SIMPLE | acl | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| Status | Duration |
|---|
| starting | 0.16 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 2.17 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.08 ms |
| preparing | 0.03 ms |
| executing | 0.00 ms |
| Sending data | 0.66 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:308 |
| 13 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/fields.php:305 |
| 12 | EasyBlogModelFields->preloadFields() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:489 |
| 11 | EasyBlogCache->cacheFields() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:397 |
| 10 | EasyBlogCache->insert() | JROOT/components/com_easyblog/views/latest/view.html.php:194 |
| 9 | EasyBlogViewLatest->display() | JROOT/components/com_easyblog/controllers/controller.php:109 |
| 8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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.56 ms After last query: 1.49 ms Query memory: 0.023 MB Memory before query: 10.364 MB Rows returned: 1
select *
from `evk7z_easyblog_meta`
where `content_id` in (14)
and `type` = 'post'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_easyblog_meta | NULL | ref | idx_meta_content_type | idx_meta_content_type | 86 | const,const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.40 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.60 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.29 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:308 |
| 13 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/metas.php:397 |
| 12 | EasyBlogModelMetas->preloadPostMetas() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:418 |
| 11 | EasyBlogCache->cacheMetas() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:402 |
| 10 | EasyBlogCache->insert() | JROOT/components/com_easyblog/views/latest/view.html.php:194 |
| 9 | EasyBlogViewLatest->display() | JROOT/components/com_easyblog/controllers/controller.php:109 |
| 8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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.62 ms After last query: 57.80 ms Query memory: 0.024 MB Memory before query: 10.492 MB Rows returned: 0
SELECT a.`id`, a.`title`, a.`alias`
FROM `evk7z_easyblog_tag` AS a
LEFT JOIN `evk7z_easyblog_post_tag` AS b
ON a.`id`= b.`tag_id`
WHERE b.`post_id`='14'
AND b.`isrevision` IS NULL
AND a.`published`='1'
ORDER BY b.`id` ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | b | NULL | ref | easyblog_post_tag_tag_id,easyblog_post_tag_post_id,easyblog_post_tagpost_id | easyblog_post_tag_post_id | 8 | const | 1 | 20.00 | Using index condition; Using where |
| 1 | SIMPLE | a | NULL | eq_ref | PRIMARY,easyblog_tag_published,easyblog_tag_query1 | PRIMARY | 8 | mambosch.b.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.13 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 1.11 ms |
| preparing | 0.04 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:308 |
| 15 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/posttag.php:59 |
| 14 | EasyBlogModelPostTag->getBlogTags() | JROOT/administrator/components/com_easyblog/includes/post/post.php:7826 |
| 13 | EasyBlogPost->getTags() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:115 |
| 12 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
| 11 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3496 |
| 10 | EB::formatter() | JROOT/components/com_easyblog/views/latest/view.html.php:208 |
| 9 | EasyBlogViewLatest->display() | JROOT/components/com_easyblog/controllers/controller.php:109 |
| 8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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.47 ms After last query: 0.91 ms Query memory: 0.022 MB Memory before query: 10.506 MB Rows returned: 1
SELECT *
FROM evk7z_easyblog_meta
WHERE `content_id` = '1'
AND `type` = 'view'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_easyblog_meta | NULL | ref | idx_meta_content_type | idx_meta_content_type | 86 | const,const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1466 |
| 12 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
| 11 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1718 |
| 10 | EB::setMeta() | JROOT/components/com_easyblog/views/latest/view.html.php:218 |
| 9 | EasyBlogViewLatest->display() | JROOT/components/com_easyblog/controllers/controller.php:109 |
| 8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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: 3.65 ms After last query: 176.99 ms Query memory: 0.027 MB Memory before query: 10.760 MB Rows returned: 12
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM evk7z_modules AS m
LEFT JOIN evk7z_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN evk7z_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-08-09 14:03:04')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-08-09 14:03:04')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 478 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ref | PRIMARY,published,newsfeeds | published | 1 | const | 35 | 1.41 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | mambosch.m.module,const | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | mambosch.m.id | 1 | 40.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.21 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 2.25 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.13 ms |
| preparing | 0.05 ms |
| Sorting result | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.65 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 19 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
| 18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:456 |
| 16 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:386 |
| 15 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:88 |
| 14 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1569 |
| 13 | EB::renderModule() | JROOT/components/com_easyblog/themes/wireframe/latest/default/default.php:38 |
| 12 | include JROOT/components/com_easyblog/themes/wireframe/latest/default/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:472 |
| 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:212 |
| 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/latest/view.html.php:234 |
| 9 | EasyBlogViewLatest->display() | JROOT/components/com_easyblog/controllers/controller.php:109 |
| 8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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: 12.44 ms Query memory: 0.030 MB Memory before query: 10.812 MB Rows returned: 1
SELECT `group_id`
FROM `evk7z_user_usergroup_map`
WHERE `user_id` = '800'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_user_usergroup_map | NULL | ref | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1551 |
| 29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_easyblog/includes/utils.php:308 |
| 28 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:58 |
| 27 | EasyBlogAcl::getRuleSet() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:298 |
| 26 | EB::acl() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:2941 |
| 25 | EB::isBlogger() | JROOT/administrator/components/com_easyblog/includes/profile/adapters/default/client.php:34 |
| 24 | EasyBlogProfileDefault->getLink() | JROOT/administrator/components/com_easyblog/includes/profile/profile.php:46 |
| 23 | EasyBlogProfile->getLink() | JROOT/administrator/components/com_easyblog/tables/profile.php:524 |
| 22 | EasyBlogTableProfile->getProfileLink() | JROOT/administrator/components/com_easyblog/includes/post/post.php:4782 |
| 21 | EasyBlogPost->getAuthorPermalink() | JROOT/administrator/components/com_easyblog/includes/themes/helpers/post/list.php:29 |
| 20 | EasyBlogThemesHelperPostList->authorAvatar() | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:434 |
| 19 | EasyBlogThemes->html() | JROOT/components/com_easyblog/themes/wireframe/listing/default.php:21 |
| 18 | include JROOT/components/com_easyblog/themes/wireframe/listing/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:472 |
| 17 | EasyBlogThemes->output() | JROOT/administrator/components/com_easyblog/includes/themes/helpers/post/list.php:291 |
| 16 | EasyBlogThemesHelperPostList->item() | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:434 |
| 15 | EasyBlogThemes->html() | JROOT/components/com_easyblog/themes/wireframe/listing/wrapper.php:16 |
| 14 | include JROOT/components/com_easyblog/themes/wireframe/listing/wrapper.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:472 |
| 13 | EasyBlogThemes->output() | JROOT/components/com_easyblog/themes/wireframe/latest/default/default.php:55 |
| 12 | include JROOT/components/com_easyblog/themes/wireframe/latest/default/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:472 |
| 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:212 |
| 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/latest/view.html.php:234 |
| 9 | EasyBlogViewLatest->display() | JROOT/components/com_easyblog/controllers/controller.php:109 |
| 8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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.57 ms After last query: 0.07 ms Query memory: 0.035 MB Memory before query: 10.826 MB Rows returned: 51
SELECT *
FROM `evk7z_easyblog_acl_group`
WHERE `content_id` IN (8)
AND `type`='
group'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_easyblog_acl_group | NULL | ref | easyblog_post_acl_content_type | easyblog_post_acl_content_type | 810 | const,const | 51 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.21 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 30 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:308 |
| 29 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:151 |
| 28 | EasyBlogAcl::getEasyBlogAclGroups() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:65 |
| 27 | EasyBlogAcl::getRuleSet() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:298 |
| 26 | EB::acl() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:2941 |
| 25 | EB::isBlogger() | JROOT/administrator/components/com_easyblog/includes/profile/adapters/default/client.php:34 |
| 24 | EasyBlogProfileDefault->getLink() | JROOT/administrator/components/com_easyblog/includes/profile/profile.php:46 |
| 23 | EasyBlogProfile->getLink() | JROOT/administrator/components/com_easyblog/tables/profile.php:524 |
| 22 | EasyBlogTableProfile->getProfileLink() | JROOT/administrator/components/com_easyblog/includes/post/post.php:4782 |
| 21 | EasyBlogPost->getAuthorPermalink() | JROOT/administrator/components/com_easyblog/includes/themes/helpers/post/list.php:29 |
| 20 | EasyBlogThemesHelperPostList->authorAvatar() | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:434 |
| 19 | EasyBlogThemes->html() | JROOT/components/com_easyblog/themes/wireframe/listing/default.php:21 |
| 18 | include JROOT/components/com_easyblog/themes/wireframe/listing/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:472 |
| 17 | EasyBlogThemes->output() | JROOT/administrator/components/com_easyblog/includes/themes/helpers/post/list.php:291 |
| 16 | EasyBlogThemesHelperPostList->item() | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:434 |
| 15 | EasyBlogThemes->html() | JROOT/components/com_easyblog/themes/wireframe/listing/wrapper.php:16 |
| 14 | include JROOT/components/com_easyblog/themes/wireframe/listing/wrapper.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:472 |
| 13 | EasyBlogThemes->output() | JROOT/components/com_easyblog/themes/wireframe/latest/default/default.php:55 |
| 12 | include JROOT/components/com_easyblog/themes/wireframe/latest/default/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:472 |
| 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:212 |
| 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/latest/view.html.php:234 |
| 9 | EasyBlogViewLatest->display() | JROOT/components/com_easyblog/controllers/controller.php:109 |
| 8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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.46 ms After last query: 11.74 ms Query memory: 0.030 MB Memory before query: 10.894 MB Rows returned: 1
SELECT `template`
FROM `evk7z_template_styles`
WHERE `home`!='0'
AND `client_id`='0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 2 | 50.00 | Using where |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1741 |
| 29 | JDatabaseDriver->loadResult() | JROOT/libraries/foundry/helper.php:553 |
| 28 | FH::getCurrentTemplate() | JROOT/administrator/components/com_easyblog/includes/avatar/adapters/default/client.php:40 |
| 27 | EasyBlogAvatarDefault->getAvatar() | JROOT/administrator/components/com_easyblog/includes/avatar/avatar.php:41 |
| 26 | EasyBlogAvatar->getAvatarURL() | JROOT/administrator/components/com_easyblog/tables/profile.php:351 |
| 25 | EasyBlogTableProfile->getAvatar() | JROOT/administrator/components/com_easyblog/includes/themes/helpers/avatar.php:43 |
| 24 | EasyBlogThemesHelperAvatar->user() | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:434 |
| 23 | EasyBlogThemes->html() | JROOT/components/com_easyblog/themes/wireframe/helpers/post/list/author.avatar.php:14 |
| 22 | include JROOT/components/com_easyblog/themes/wireframe/helpers/post/list/author.avatar.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:472 |
| 21 | EasyBlogThemes->output() | JROOT/administrator/components/com_easyblog/includes/themes/helpers/post/list.php:35 |
| 20 | EasyBlogThemesHelperPostList->authorAvatar() | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:434 |
| 19 | EasyBlogThemes->html() | JROOT/components/com_easyblog/themes/wireframe/listing/default.php:21 |
| 18 | include JROOT/components/com_easyblog/themes/wireframe/listing/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:472 |
| 17 | EasyBlogThemes->output() | JROOT/administrator/components/com_easyblog/includes/themes/helpers/post/list.php:291 |
| 16 | EasyBlogThemesHelperPostList->item() | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:434 |
| 15 | EasyBlogThemes->html() | JROOT/components/com_easyblog/themes/wireframe/listing/wrapper.php:16 |
| 14 | include JROOT/components/com_easyblog/themes/wireframe/listing/wrapper.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:472 |
| 13 | EasyBlogThemes->output() | JROOT/components/com_easyblog/themes/wireframe/latest/default/default.php:55 |
| 12 | include JROOT/components/com_easyblog/themes/wireframe/latest/default/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:472 |
| 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:212 |
| 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/latest/view.html.php:234 |
| 9 | EasyBlogViewLatest->display() | JROOT/components/com_easyblog/controllers/controller.php:109 |
| 8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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: 3.99 ms After last query: 456.50 ms Query memory: 0.032 MB Memory before query: 11.763 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 evk7z_fields AS a
LEFT JOIN `evk7z_languages` AS l
ON l.lang_code = a.language
LEFT JOIN evk7z_users AS uc
ON uc.id=a.checked_out
LEFT JOIN evk7z_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN evk7z_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN evk7z_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `evk7z_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'easyblog.blog'
AND (fc.category_id IS NULL OR fc.category_id IN (1,0))
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | 100.00 | Using index condition; Using where; Using temporary; Using filesort |
| 1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | mambosch.a.language | 1 | 100.00 | Using where |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mambosch.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mambosch.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mambosch.a.created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mambosch.a.group_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | fc | NULL | ref | PRIMARY | PRIMARY | 4 | mambosch.a.id | 1 | 100.00 | Using where; Using index; Distinct |
| Status | Duration |
|---|
| starting | 0.12 ms |
| Opening tables | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 32 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 31 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 30 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 29 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 28 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 27 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 26 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 25 | JEventDispatcher->trigger() | JROOT/administrator/components/com_easyblog/includes/dispatcher/dispatcher.php:46 |
| 24 | EasyBlogDispatcher->trigger() | JROOT/administrator/components/com_easyblog/includes/triggers/triggers.php:48 |
| 23 | EasyBlogTriggers->trigger() | JROOT/administrator/components/com_easyblog/includes/post/post.php:5908 |
| 22 | EasyBlogPost->prepareContent() | JROOT/administrator/components/com_easyblog/includes/post/post.php:5327 |
| 21 | EasyBlogPost->getIntro() | JROOT/administrator/components/com_easyblog/includes/themes/helpers/post/list.php:68 |
| 20 | EasyBlogThemesHelperPostList->content() | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:434 |
| 19 | EasyBlogThemes->html() | JROOT/components/com_easyblog/themes/wireframe/listing/default.php:36 |
| 18 | include JROOT/components/com_easyblog/themes/wireframe/listing/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:472 |
| 17 | EasyBlogThemes->output() | JROOT/administrator/components/com_easyblog/includes/themes/helpers/post/list.php:291 |
| 16 | EasyBlogThemesHelperPostList->item() | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:434 |
| 15 | EasyBlogThemes->html() | JROOT/components/com_easyblog/themes/wireframe/listing/wrapper.php:16 |
| 14 | include JROOT/components/com_easyblog/themes/wireframe/listing/wrapper.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:472 |
| 13 | EasyBlogThemes->output() | JROOT/components/com_easyblog/themes/wireframe/latest/default/default.php:55 |
| 12 | include JROOT/components/com_easyblog/themes/wireframe/latest/default/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:472 |
| 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:212 |
| 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/latest/view.html.php:234 |
| 9 | EasyBlogViewLatest->display() | JROOT/components/com_easyblog/controllers/controller.php:109 |
| 8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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: 166.47 ms Query memory: 0.028 MB Memory before query: 12.080 MB Rows returned: 1
SELECT `template`
FROM `evk7z_template_styles`
WHERE `home` = '1'
AND `client_id` ='0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id_home | 29 | const,const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.06 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| checking permissions | 0.60 ms |
| Opening tables | 2.07 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.02 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1741 |
| 24 | JDatabaseDriver->loadResult() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:160 |
| 23 | ToolbarThemes->getCurrentTemplate() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:175 |
| 22 | ToolbarThemes->getCurrentTemplatePath() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:113 |
| 21 | ToolbarThemes->setTemplate() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:94 |
| 20 | ToolbarThemes->output() | JROOT/modules/mod_stackideas_toolbar/includes/menu/menu.php:44 |
| 19 | ToolbarMenu->render() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:83 |
| 18 | ToolbarThemes->html() | JROOT/modules/mod_stackideas_toolbar/tmpl/default.php:27 |
| 17 | require JROOT/modules/mod_stackideas_toolbar/tmpl/default.php | JROOT/modules/mod_stackideas_toolbar/mod_stackideas_toolbar.php:43 |
| 16 | include JROOT/modules/mod_stackideas_toolbar/mod_stackideas_toolbar.php | JROOT/libraries/src/Helper/ModuleHelper.php:201 |
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1580 |
| 13 | EB::renderModule() | JROOT/components/com_easyblog/themes/wireframe/structure/default.php:65 |
| 12 | include JROOT/components/com_easyblog/themes/wireframe/structure/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:472 |
| 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:286 |
| 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/latest/view.html.php:234 |
| 9 | EasyBlogViewLatest->display() | JROOT/components/com_easyblog/controllers/controller.php:109 |
| 8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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: 5.77 ms Query memory: 0.028 MB Memory before query: 12.098 MB Rows returned: 1
SELECT `template`
FROM `evk7z_template_styles`
WHERE `home` = '1'
AND `client_id` ='0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id_home | 29 | const,const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Opening tables | 0.03 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1741 |
| 24 | JDatabaseDriver->loadResult() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:160 |
| 23 | ToolbarThemes->getCurrentTemplate() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:175 |
| 22 | ToolbarThemes->getCurrentTemplatePath() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:113 |
| 21 | ToolbarThemes->setTemplate() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:94 |
| 20 | ToolbarThemes->output() | JROOT/modules/mod_stackideas_toolbar/includes/action/action.php:193 |
| 19 | ToolbarAction->subscriptions() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:83 |
| 18 | ToolbarThemes->html() | JROOT/modules/mod_stackideas_toolbar/tmpl/default.php:39 |
| 17 | require JROOT/modules/mod_stackideas_toolbar/tmpl/default.php | JROOT/modules/mod_stackideas_toolbar/mod_stackideas_toolbar.php:43 |
| 16 | include JROOT/modules/mod_stackideas_toolbar/mod_stackideas_toolbar.php | JROOT/libraries/src/Helper/ModuleHelper.php:201 |
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1580 |
| 13 | EB::renderModule() | JROOT/components/com_easyblog/themes/wireframe/structure/default.php:65 |
| 12 | include JROOT/components/com_easyblog/themes/wireframe/structure/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:472 |
| 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:286 |
| 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/latest/view.html.php:234 |
| 9 | EasyBlogViewLatest->display() | JROOT/components/com_easyblog/controllers/controller.php:109 |
| 8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.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.56 ms After last query: 76.91 ms Query memory: 0.028 MB Memory before query: 12.205 MB Rows returned: 1
SELECT `template`
FROM `evk7z_template_styles`
WHERE `home` = '1'
AND `client_id` ='0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id_home | 29 | const,const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.11 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Opening tables | 0.01 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.02 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.04 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1741 |
| 25 | JDatabaseDriver->loadResult() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:160 |
| 24 | ToolbarThemes->getCurrentTemplate() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:175 |
| 23 | ToolbarThemes->getCurrentTemplatePath() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:113 |
| 22 | ToolbarThemes->setTemplate() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:94 |
| 21 | ToolbarThemes->output() | JROOT/modules/mod_stackideas_toolbar/includes/dropdown/dropdown.php:93 |
| 20 | ToolbarDropdown->guest() | JROOT/modules/mod_stackideas_toolbar/includes/dropdown/dropdown.php:34 |
| 19 | ToolbarDropdown->user() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:83 |
| 18 | ToolbarThemes->html() | JROOT/modules/mod_stackideas_toolbar/tmpl/default.php:41 |
| 17 | require JROOT/modules/mod_stackideas_toolbar/tmpl/default.php | JROOT/modules/mod_stackideas_toolbar/mod_stackideas_toolbar.php:43 |
| 16 | include JROOT/modules/mod_stackideas_toolbar/mod_stackideas_toolbar.php | JROOT/libraries/src/Helper/ModuleHelper.php:201 |
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1580 |
| 13 | EB::renderModule() | JROOT/components/com_easyblog/themes/wireframe/structure/default.php:65 |
| 12 | include JROOT/components/com_easyblog/themes/wireframe/structure/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:472 |
| 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:286 |
| 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/latest/view.html.php:234 |
| 9 | EasyBlogViewLatest->display() | JROOT/components/com_easyblog/controllers/controller.php:109 |
| 8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
| 6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.45 ms After last query: 125.58 ms Query memory: 0.025 MB Memory before query: 12.992 MB Rows returned: 1
SELECT value
FROM evk7z_cleantalk_custom_storage
WHERE name = "cleantalk_cron_last_start";
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_cleantalk_custom_storage | NULL | const | PRIMARY | PRIMARY | 302 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.14 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1466 |
| 19 | JDatabaseDriver->loadAssoc() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Custom/Db/Db.php:40 |
| 18 | Cleantalk\Custom\Db\Db->fetch() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Custom/StorageHandler/StorageHandler.php:23 |
| 17 | Cleantalk\Custom\StorageHandler\StorageHandler->getSetting() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Common/Cron/Cron.php:85 |
| 16 | Cleantalk\Common\Cron\Cron->getCronLastStart() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Common/Cron/Cron.php:61 |
| 15 | Cleantalk\Common\Cron\Cron->__construct() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2561 |
| 14 | plgSystemCleantalkantispam->apbct_run_cron() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2555 |
| 13 | plgSystemCleantalkantispam->sfw_check() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:678 |
| 12 | plgSystemCleantalkantispam->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.70 ms After last query: 0.07 ms Query memory: 0.008 MB Memory before query: 13.002 MB
INSERT INTO evk7z_cleantalk_custom_storage (name, value)
VALUES ("cleantalk_cron_last_start", "\"1786284185\"")
ON DUPLICATE KEY UPDATE value = "\"1786284185\"";
EXPLAIN not possible on query: INSERT INTO evk7z_cleantalk_custom_storage (name, value) VALUES ("cleantalk_cron_last_start", "\"1786284185\"")
ON DUPLICATE KEY UPDATE value = "\"1786284185\"";
| Status | Duration |
|---|
| starting | 0.17 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 3.12 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.12 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.05 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.16 ms |
| Creating sort index | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| removing tmp table | 0.03 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Custom/Db/Db.php:25 |
| 18 | Cleantalk\Custom\Db\Db->execute() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Custom/StorageHandler/StorageHandler.php:46 |
| 17 | Cleantalk\Custom\StorageHandler\StorageHandler->saveSetting() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Common/Cron/Cron.php:98 |
| 16 | Cleantalk\Common\Cron\Cron->setCronLastStart() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Common/Cron/Cron.php:62 |
| 15 | Cleantalk\Common\Cron\Cron->__construct() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2561 |
| 14 | plgSystemCleantalkantispam->apbct_run_cron() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2555 |
| 13 | plgSystemCleantalkantispam->sfw_check() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:678 |
| 12 | plgSystemCleantalkantispam->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.25 ms After last query: 0.05 ms Query memory: 0.025 MB Memory before query: 13.010 MB Rows returned: 1
SELECT value
FROM evk7z_cleantalk_custom_storage
WHERE name = "cleantalk_cron";
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_cleantalk_custom_storage | NULL | const | PRIMARY | PRIMARY | 302 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.13 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.10 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1466 |
| 19 | JDatabaseDriver->loadAssoc() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Custom/Db/Db.php:40 |
| 18 | Cleantalk\Custom\Db\Db->fetch() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Custom/StorageHandler/StorageHandler.php:23 |
| 17 | Cleantalk\Custom\StorageHandler\StorageHandler->getSetting() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Common/Cron/Cron.php:126 |
| 16 | Cleantalk\Common\Cron\Cron->getTasks() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Common/Cron/Cron.php:66 |
| 15 | Cleantalk\Common\Cron\Cron->__construct() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2561 |
| 14 | plgSystemCleantalkantispam->apbct_run_cron() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2555 |
| 13 | plgSystemCleantalkantispam->sfw_check() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:678 |
| 12 | plgSystemCleantalkantispam->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.60 ms After last query: 0.06 ms Query memory: 0.008 MB Memory before query: 13.022 MB
INSERT INTO evk7z_cleantalk_custom_storage (name, value)
VALUES ("cleantalk_cron_pid", "\"983651876\"")
ON DUPLICATE KEY UPDATE value = "\"983651876\"";
EXPLAIN not possible on query: INSERT INTO evk7z_cleantalk_custom_storage (name, value) VALUES ("cleantalk_cron_pid", "\"983651876\"")
ON DUPLICATE KEY UPDATE value = "\"983651876\"";
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Custom/Db/Db.php:25 |
| 18 | Cleantalk\Custom\Db\Db->execute() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Custom/StorageHandler/StorageHandler.php:46 |
| 17 | Cleantalk\Custom\StorageHandler\StorageHandler->saveSetting() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Common/Cron/Cron.php:389 |
| 16 | Cleantalk\Common\Cron\Cron->createId() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Common/Cron/Cron.php:69 |
| 15 | Cleantalk\Common\Cron\Cron->__construct() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2561 |
| 14 | plgSystemCleantalkantispam->apbct_run_cron() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2555 |
| 13 | plgSystemCleantalkantispam->sfw_check() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:678 |
| 12 | plgSystemCleantalkantispam->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.52 ms After last query: 10.18 ms Query memory: 0.024 MB Memory before query: 13.030 MB Rows returned: 1
SELECT value
FROM evk7z_cleantalk_custom_storage
WHERE name = "cleantalk_cron";
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_cleantalk_custom_storage | NULL | const | PRIMARY | PRIMARY | 302 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.14 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.09 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1466 |
| 17 | JDatabaseDriver->loadAssoc() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Custom/Db/Db.php:40 |
| 16 | Cleantalk\Custom\Db\Db->fetch() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Custom/StorageHandler/StorageHandler.php:23 |
| 15 | Cleantalk\Custom\StorageHandler\StorageHandler->getSetting() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2570 |
| 14 | plgSystemCleantalkantispam->apbct_run_cron() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2555 |
| 13 | plgSystemCleantalkantispam->sfw_check() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:678 |
| 12 | plgSystemCleantalkantispam->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.28 ms After last query: 0.08 ms Query memory: 0.024 MB Memory before query: 13.039 MB Rows returned: 1
SELECT value
FROM evk7z_cleantalk_custom_storage
WHERE name = "cleantalk_cron_pid";
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_cleantalk_custom_storage | NULL | const | PRIMARY | PRIMARY | 302 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 2.05 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1466 |
| 18 | JDatabaseDriver->loadAssoc() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Custom/Db/Db.php:40 |
| 17 | Cleantalk\Custom\Db\Db->fetch() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Custom/StorageHandler/StorageHandler.php:23 |
| 16 | Cleantalk\Custom\StorageHandler\StorageHandler->getSetting() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Common/Cron/Cron.php:240 |
| 15 | Cleantalk\Common\Cron\Cron->checkTasks() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2574 |
| 14 | plgSystemCleantalkantispam->apbct_run_cron() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2555 |
| 13 | plgSystemCleantalkantispam->sfw_check() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:678 |
| 12 | plgSystemCleantalkantispam->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.30 ms After last query: 0.09 ms Query memory: 0.008 MB Memory before query: 13.052 MB
INSERT INTO evk7z_cleantalk_custom_storage (name, value)
VALUES ("cleantalk_cron", "{\"sfw_update\":{\"handler\":\"plgSystemCleantalkantispam::apbct_sfw_update\",\"next_call\":1786347280,\"period\":86400,\"params\":[],\"last_call\":1786260825,\"processing\":false},\"sfw_send_logs\":{\"handler\":\"\\\\plgSystemCleantalkantispam::apbct_sfw_send_logs\",\"next_call\":1786284895,\"period\":3600,\"params\":[],\"processing\":false,\"last_call\":1786281295}}")
ON DUPLICATE KEY UPDATE value = "{\"sfw_update\":{\"handler\":\"plgSystemCleantalkantispam::apbct_sfw_update\",\"next_call\":1786347280,\"period\":86400,\"params\":[],\"last_call\":1786260825,\"processing\":false},\"sfw_send_logs\":{\"handler\":\"\\\\plgSystemCleantalkantispam::apbct_sfw_send_logs\",\"next_call\":1786284895,\"period\":3600,\"params\":[],\"processing\":false,\"last_call\":1786281295}}";
EXPLAIN not possible on query: INSERT INTO evk7z_cleantalk_custom_storage (name, value) VALUES ("cleantalk_cron", "{\"sfw_update\":{\"handler\":\"plgSystemCleantalkantispam::apbct_sfw_update\",\"next_call\":1786347280,\"period\":86400,\"params\":[],\"last_call\":1786260825,\"processing\":false},\"sfw_send_logs\":{\"handler\":\"\\\\plgSystemCleantalkantispam::apbct_sfw_send_logs\",\"next_call\":1786284895,\"period\":3600,\"params\":[],\"processing\":false,\"last_call\":1786281295}}")
ON DUPLICATE KEY UPDATE value = "{\"sfw_update\":{\"handler\":\"plgSystemCleantalkantispam::apbct_sfw_update\",\"next_call\":1786347280,\"period\":86400,\"params\":[],\"last_call\":1786260825,\"processing\":false},\"sfw_send_logs\":{\"handler\":\"\\\\plgSystemCleantalkantispam::apbct_sfw_send_logs\",\"next_call\":1786284895,\"period\":3600,\"params\":[],\"processing\":false,\"last_call\":1786281295}}";
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| update | 0.07 ms |
| Waiting for query cache lock | 0.01 ms |
| update | 0.00 ms |
| end | 0.00 ms |
| query end | 0.40 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Custom/Db/Db.php:25 |
| 18 | Cleantalk\Custom\Db\Db->execute() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Custom/StorageHandler/StorageHandler.php:46 |
| 17 | Cleantalk\Custom\StorageHandler\StorageHandler->saveSetting() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Common/Cron/Cron.php:113 |
| 16 | Cleantalk\Common\Cron\Cron->saveTasks() | JROOT/plugins/system/cleantalkantispam/lib/Cleantalk/Common/Cron/Cron.php:318 |
| 15 | Cleantalk\Common\Cron\Cron->checkTasks() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2574 |
| 14 | plgSystemCleantalkantispam->apbct_run_cron() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:2555 |
| 13 | plgSystemCleantalkantispam->sfw_check() | JROOT/plugins/system/cleantalkantispam/cleantalkantispam.php:678 |
| 12 | plgSystemCleantalkantispam->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: 1.05 ms After last query: 0.19 ms Query memory: 0.022 MB Memory before query: 13.055 MB Rows returned: 0
SELECT *
FROM evk7z_jmap_metainfo
WHERE `linkurl` = 'https://www.mamboschools.com/news'
AND `published` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_jmap_metainfo | NULL | ref | published | published | 1 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1663 |
| 13 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:816 |
| 12 | plgSystemJMap->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.68 ms After last query: 0.07 ms Query memory: 0.027 MB Memory before query: 13.070 MB Rows returned: 0
SELECT *
FROM evk7z_jmap_canonicals
WHERE `linkurl` = 'https://www.mamboschools.com/news'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_jmap_canonicals | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| update | 0.07 ms |
| Waiting for query cache lock | 0.01 ms |
| update | 0.01 ms |
| end | 0.01 ms |
| query end | 0.29 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1663 |
| 13 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:956 |
| 12 | plgSystemJMap->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.80 ms After last query: 3.74 ms Query memory: 0.021 MB Memory before query: 13.255 MB Rows returned: 1
SELECT sleep_until < '2026-08-09 14:03:05'
FROM `evk7z_scheduler_metadata`
WHERE `type` = 'metadata'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_scheduler_metadata | NULL | const | unique_type | unique_type | 98 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1741 |
| 9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/joomlatoolsscheduler/joomlatoolsscheduler.php:138 |
| 8 | PlgSystemJoomlatoolsscheduler->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/plugins/system/joomlatoolsscheduler/joomlatoolsscheduler.php:177 |
| 6 | PlgSystemJoomlatoolsscheduler->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 |
Query Time: 0.68 ms After last query: 1.67 ms Query memory: 0.020 MB Memory before query: 13.293 MB Rows returned: 0
SELECT *
FROM evk7z_jmap_headings
WHERE `linkurl` = 'https://www.mamboschools.com/news'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_jmap_headings | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1663 |
| 8 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:1342 |
| 7 | plgSystemJMap->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 |
Query Time: 1.01 ms After last query: 0.05 ms Query memory: 0.020 MB Memory before query: 13.298 MB Rows returned: 0
SELECT
`original_text`,
`target_text`,
`original_text_regex`,
`target_text_regex`
FROM
`evk7z_jmap_text_replacements`
WHERE
`published` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | evk7z_jmap_text_replacements | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| update | 0.05 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1702 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jmap/jmap.php:397 |
| 8 | plgSystemJMap->patternReplacements() | JROOT/plugins/system/jmap/jmap.php:1423 |
| 7 | plgSystemJMap->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 |
4 × SELECT value
FROM evk7z_cleantalk_custom_storage
4 × SELECT `template`
FROM `evk7z_template_styles`
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `evk7z_extensions`
2 × SELECT *
FROM `evk7z_easyblog_acl_group`
2 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `evk7z_assets`
1 × SELECT `data`
FROM `evk7z_session`
1 × select `a`.`id` as `cat_fg_id`, `a`.`category_id` as `cat_fg_category_id`, `a`.`group_id` as `cat_fg_group_id`, `fg`.`id` as `fg_id`, `fg`.`title` as `fg_title`, `fg`.`description` as `fg_description`, `fg`.`created` as `fg_created`, `fg`.`state` as `fg_state`, `fg`.`read` as `fg_read`, `fg`.`write` as `fg_write`, `fg`.`params` as `fg_params`, `f`.`id` as `f_id`, `f`.`group_id` as `f_group_id`, `f`.`title` as `f_title`, `f`.`help` as `f_help`, `f`.`state` as `f_state`, `f`.`required` as `f_required`, `f`.`type` as `f_type`, `f`.`params` as `f_params`, `f`.`created` as `f_created`, `f`.`options` as `f_options`, `f`.`ordering` as `f_ordering`,`fv`.`id` as `fv_id`, `fv`.`field_id` as `fv_field_id`, `fv`.`post_id` as `fv_post_id`, `fv`.`value` as `fv_value`
from `evk7z_easyblog_category_fields_groups` as a
inner join `evk7z_easyblog_post_category` as p
on `a`.`category_id` = `p`.`category_id`
inner join `evk7z_easyblog_fields_groups` as fg
on `a`.`group_id` = `fg`.`id`
inner join `evk7z_easyblog_fields` as f
on `fg`.`id` = `f`.`group_id`
left join `evk7z_easyblog_fields_values` as fv
on `fv`.`field_id` = `f`.`id`
and `fv`.`post_id` = `p`.`post_id`
LEFT JOIN `evk7z_easyblog_fields_groups_acl` AS acl
ON fg.`id` = acl.`group_id`
1 × SELECT a.`post_id`, COUNT(1) AS `count`
FROM `evk7z_easyblog_comment` AS a
LEFT JOIN `evk7z_users` AS uu
ON a.`created_by` = uu.`id`
1 × select a.*, b.`post_id`, b.`primary`
from `evk7z_easyblog_category` as a
inner join `evk7z_easyblog_post_category` as b
on a.`id` = b.`category_id`
1 × select a.*, b.`post_id`
from `evk7z_easyblog_tag` as a
inner join `evk7z_easyblog_post_tag` as b
on a.`id` = b.`tag_id`
1 × select a.*
from `evk7z_easyblog_revisions` as a
1 × select u.*, e.`id` as `eb_id`, e.`nickname`, e.`avatar`, e.`description`, e.`url`, e.`params` as `eb_params`, e.`published` as `eb_published`, e.`title` as `eb_title`, e.`biography`, e.`permalink`, e.`custom_css`, e.`ordering`
from `evk7z_users` as u
left join `evk7z_easyblog_users` as e
ON u.`id` = e.`id`
1 × SELECT *
FROM `evk7z_users`
1 × SELECT `g`.`id`,`g`.`title`
FROM `evk7z_usergroups` AS g
INNER JOIN `evk7z_user_usergroup_map` AS m
ON m.group_id = g.id
1 × SELECT *
FROM evk7z_easyblog_meta
1 × select *
from `evk7z_easyblog_meta`
1 × SELECT a.`id`, a.`title`, a.`alias`
FROM `evk7z_easyblog_tag` AS a
LEFT JOIN `evk7z_easyblog_post_tag` AS b
ON a.`id`= b.`tag_id`
1 × SELECT COUNT(1) as `voted`, `uid`
FROM `evk7z_easyblog_ratings`
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM evk7z_modules AS m
LEFT JOIN evk7z_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN evk7z_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT `group_id`
FROM `evk7z_user_usergroup_map`
1 × SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM evk7z_fields AS a
LEFT JOIN `evk7z_languages` AS l
ON l.lang_code = a.language
LEFT JOIN evk7z_users AS uc
ON uc.id=a.checked_out
LEFT JOIN evk7z_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN evk7z_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN evk7z_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `evk7z_fields_categories` AS fc
ON fc.field_id = a.id
1 × SELECT *
FROM evk7z_jmap_metainfo
1 × SELECT *
FROM evk7z_jmap_canonicals
1 × SELECT sleep_until < '2026-08-09 14:03:05'
FROM `evk7z_scheduler_metadata`
1 × SELECT *
FROM evk7z_jmap_headings
1 × SELECT AVG(`value`) AS `ratings` ,COUNT(1) AS `total` ,`uid`
FROM `evk7z_easyblog_ratings` AS a
1 × SELECT a.*, 1 as `featured`
FROM `evk7z_easyblog_post` AS a
INNER JOIN `evk7z_easyblog_featured` AS c
ON a.`id` = c.`content_id`
AND c.`type`='post'
INNER JOIN `evk7z_users` AS uu
ON a.`created_by` = uu.`id`
and uu.`block` = 0
1 × select count(1)
from `evk7z_easyblog_post` AS a
1 × SELECT a.*,ag.title AS access_level,l.title AS language_title
FROM `evk7z_dpcalendar_extcalendars` AS a
LEFT JOIN evk7z_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN `evk7z_languages` AS l
ON l.lang_code = a.language
1 × SELECT id, rules
FROM `evk7z_viewlevels
1 × SELECT b.id
FROM evk7z_usergroups AS a
LEFT JOIN evk7z_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 evk7z_extensions
1 × SELECT manifest_cache
FROM evk7z_extensions
1 × SELECT `manifest_cache`
FROM `evk7z_extensions`
1 × SELECT *
FROM `evk7z_nextend2_section_storage`
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 evk7z_menu AS m
LEFT JOIN evk7z_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT id,template
FROM evk7z_template_styles
1 × SELECT *
FROM evk7z_rsform_confi
1 × SELECT id, home, template, s.params
FROM evk7z_template_styles as s
LEFT JOIN evk7z_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT a.`id` AS key1, a.*, ifnull(f.`id`, 0) as `featured`
FROM `evk7z_easyblog_post` AS a
INNER JOIN `evk7z_users` AS uu
ON a.`created_by` = uu.`id`
and uu.`block` = 0
LEFT JOIN `evk7z_easyblog_featured` AS f
ON a.`id` = f.`content_id`
AND f.`type` = 'post'
1 × SELECT *
FROM evk7z_languages
1 × SELECT *
FROM evk7z_easyblog_configs
1 × SELECT `id`
FROM `evk7z_easyblog_mailq`
1 × SELECT *
FROM `evk7z_easyblog_post`
1 × SELECT id, created_by
FROM`evk7z_easyblog_post`
1 × SELECT *
FROM `evk7z_easyblog_uploader_tmp`
1 × SELECT a.`id`
FROM `evk7z_easyblog_post` as a
inner join `evk7z_easyblog_revisions` as b
on a.`id` = b.`post_id`
1 × SELECT *
FROM `evk7z_menu`
1 × SELECT *
FROM `evk7z_easyblog_acl`
1 × SELECT `session_id`
FROM `evk7z_session`
1 × SELECT `original_text`, `target_text`, `original_text_regex`, `target_text_regex`
FROM `evk7z_jmap_text_replacements`