- Query Time: 0.82 ms Query memory: 0.007 MB Memory before query: 4.128 MB Rows returned: 0 - SELECT `data`
 FROM `i5x_session`
 WHERE `session_id` = X'3530646165613061343238313264353934336230396162343533343166613563'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_session | const | PRIMARY | PRIMARY | 194 | const | 1 |  |  
 
- No SHOW PROFILE (maybe because there are more than 100 queries) 
| # | Caller | File and line number | 
|---|
 | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |  | 14 | JSessionStorageDatabase->read() | Same as call in the line below. |  | 13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |  | 12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |  | 11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |  | 10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:661 |  | 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |  | 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |  | 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |  | 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |  | 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |  | 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |  | 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |  | 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |  | 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |  
 
 
- Query Time: 0.66 ms After last query: 1.24 ms Query memory: 0.004 MB Memory before query: 4.224 MB Rows returned: 0 - SELECT `session_id`
 FROM `i5x_session`
 WHERE `session_id` = X'3530646165613061343238313264353934336230396162343533343166613563'
 LIMIT 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_session | const | PRIMARY | PRIMARY | 194 | const | 1 | Using index |  
 
- No SHOW PROFILE (maybe because there are more than 100 queries) 
| # | Caller | File and line number | 
|---|
 | 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |  | 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |  | 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |  | 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |  | 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |  | 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |  | 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |  | 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |  
 
 
- Query Time: 1.13 ms After last query: 0.16 ms Query memory: 0.004 MB Memory before query: 4.229 MB - INSERT INTO `i5x_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) 
 VALUES 
(X'3530646165613061343238313264353934336230396162343533343166613563', 1, 1761952268, 0, '', 0)
 - EXPLAIN not possible on query: INSERT INTO `i5x_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES 
(X'3530646165613061343238313264353934336230396162343533343166613563', 1, 1761952268, 0, '', 0) 
- No SHOW PROFILE (maybe because there are more than 100 queries) 
| # | Caller | File and line number | 
|---|
 | 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |  | 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |  | 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |  | 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |  | 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |  | 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |  | 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |  | 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |  
 
 
- Query Time: 0.85 ms After last query: 6.03 ms Query memory: 0.005 MB Memory before query: 4.814 MB Rows returned: 6 - SELECT id, rules
 FROM `i5x_viewlevels`
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 |  |  
 
- No SHOW PROFILE (maybe because there are more than 100 queries) 
| # | Caller | File and line number | 
|---|
 | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |  | 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |  | 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |  | 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |  | 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |  | 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |  | 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |  | 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.81 ms After last query: 0.09 ms Query memory: 0.005 MB Memory before query: 4.827 MB Rows returned: 2 - SELECT b.id
 FROM i5x_usergroups AS a
 LEFT JOIN i5x_usergroups AS b
 ON b.lft <= a.lft
 AND b.rgt >= a.rgt
 WHERE a.id = 9
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 |  |  | 1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 3 | Using where; Using index |  
 
- No SHOW PROFILE (maybe because there are more than 100 queries) 
| # | Caller | File and line number | 
|---|
 | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |  | 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |  | 9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |  | 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |  | 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |  | 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |  | 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |  | 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |  | 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.68 ms After last query: 6.69 ms Query memory: 0.006 MB Memory before query: 5.632 MB Rows returned: 0 - SELECT `path`
 FROM i5x_rsfirewall_ignored
 WHERE `type`='ignore_folder' OR `type`='ignore_file'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_rsfirewall_ignored | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |  
 
- No SHOW PROFILE (maybe because there are more than 100 queries) 
| # | Caller | File and line number | 
|---|
 | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |  | 11 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:53 |  | 10 | RSFirewallConfig->load() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:19 |  | 9 | RSFirewallConfig->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:161 |  | 8 | RSFirewallConfig::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:28 |  | 7 | plgSystemRSFirewall->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |  | 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |  | 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |  | 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |  | 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.67 ms After last query: 0.07 ms Query memory: 0.006 MB Memory before query: 5.637 MB Rows returned: 0 - SELECT `file`
 FROM i5x_rsfirewall_hashes
 WHERE `type`='protect'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_rsfirewall_hashes | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 248 | Using where |  
 
- No SHOW PROFILE (maybe because there are more than 100 queries) 
| # | Caller | File and line number | 
|---|
 | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |  | 11 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:60 |  | 10 | RSFirewallConfig->load() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:19 |  | 9 | RSFirewallConfig->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:161 |  | 8 | RSFirewallConfig::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:28 |  | 7 | plgSystemRSFirewall->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |  | 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |  | 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |  | 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |  | 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.61 ms After last query: 0.05 ms Query memory: 0.006 MB Memory before query: 5.642 MB Rows returned: 52 - SELECT *
 FROM i5x_rsfirewall_configuration
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_rsfirewall_configuration | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 52 |  |  
 
- No SHOW PROFILE (maybe because there are more than 100 queries) 
| # | Caller | File and line number | 
|---|
 | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 11 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:68 |  | 10 | RSFirewallConfig->load() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:19 |  | 9 | RSFirewallConfig->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:161 |  | 8 | RSFirewallConfig::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:28 |  | 7 | plgSystemRSFirewall->__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.36 ms After last query: 4.87 ms Query memory: 0.007 MB Memory before query: 6.381 MB Rows returned: 10 - SHOW FULL COLUMNS 
 FROM `i5x_rsfirewall_logs`
 - EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `i5x_rsfirewall_logs` 
- No SHOW PROFILE (maybe because there are more than 100 queries) 
| # | Caller | File and line number | 
|---|
 | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |  | 14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |  | 13 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |  | 12 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_rsfirewall/tables/logs.php:36 |  | 11 | RsfirewallTableLogs->__construct() | JROOT/libraries/src/Table/Table.php:328 |  | 10 | Joomla\CMS\Table\Table::getInstance() | JROOT/administrator/components/com_rsfirewall/helpers/log.php:23 |  | 9 | RSFirewallLogger->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/log.php:57 |  | 8 | RSFirewallLogger::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:50 |  | 7 | plgSystemRSFirewall->__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.04 ms After last query: 18.61 ms Query memory: 0.007 MB Memory before query: 8.238 MB Rows returned: 1 - SELECT `template`
 FROM `i5x_template_styles`
 WHERE `client_id` = 0
 AND `home` = 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 3 | Using where |  
 
- No SHOW PROFILE (maybe because there are more than 100 queries) 
| # | Caller | File and line number | 
|---|
 | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 13 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:1320 |  | 12 | AddonParser::getTemplateName() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:206 |  | 11 | AddonParser::getAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:1454 |  | 10 | require_once JROOT/components/com_sppagebuilder/parser/addon-parser.php | JROOT/components/com_sppagebuilder/builder/classes/addon.php:28 |  | 9 | require_once JROOT/components/com_sppagebuilder/builder/classes/addon.php | JROOT/components/com_sppagebuilder/helpers/autoload.php:42 |  | 8 | BuilderAutoload::loadClasses() | JROOT/plugins/system/sppagebuilder/sppagebuilder.php:29 |  | 7 | require_once JROOT/plugins/system/sppagebuilder/sppagebuilder.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: 0.93 ms After last query: 44.25 ms Query memory: 0.005 MB Memory before query: 13.049 MB Rows returned: 1 - SELECT `enabled`
 FROM `i5x_extensions`
 WHERE `element` = 'com_akeeba'
 AND `type` = 'component'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using index condition; Using where |  
 
- No SHOW PROFILE (maybe because there are more than 100 queries) 
| # | Caller | File and line number | 
|---|
 | 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 8 | JDatabaseDriver->loadResult() | JROOT/plugins/system/backuponupdate/backuponupdate.php:74 |  | 7 | require_once JROOT/plugins/system/backuponupdate/backuponupdate.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: 0.88 ms After last query: 42.09 ms Query memory: 0.005 MB Memory before query: 16.571 MB Rows returned: 1 - SELECT `template`
 FROM `i5x_template_styles`
 WHERE `client_id` = 0
 AND `home` = 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 3 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.21 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.04 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.06 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.05 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.10 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 10 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helix3/helix3.php:247 |  | 9 | plgSystemHelix3->getTemplateName() | JROOT/plugins/system/helix3/helix3.php:41 |  | 8 | plgSystemHelix3->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |  | 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |  | 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |  | 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |  | 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.63 ms After last query: 0.80 ms Query memory: 0.005 MB Memory before query: 16.638 MB Rows returned: 1 - SELECT `lastupdate`
 FROM `i5x_ak_storage`
 WHERE `tag` = 'akeebaupdatecheck_lastrun'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_ak_storage | const | PRIMARY | PRIMARY | 402 | const | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.10 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.04 ms |  | Preparing | 0.02 ms |  | Unlocking tables | 0.02 ms |  | Preparing | 0.02 ms |  | Executing | 0.02 ms |  | Sending data | 0.05 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/akeebaupdatecheck/akeebaupdatecheck.php:116 |  | 8 | plgSystemAkeebaupdatecheck->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |  | 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |  | 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |  | 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |  | 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.98 ms After last query: 30.59 ms Query memory: 0.007 MB Memory before query: 19.853 MB Rows returned: 1 - SELECT *
 FROM i5x_easyblog_configs
 WHERE `name` = 'config'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_configs | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.29 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.04 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.05 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.03 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.14 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |  | 14 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |  | 13 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:536 |  | 12 | EB::config() | JROOT/components/com_easyblog/router.php:601 |  | 11 | EasyBlogRouterBase::parseRoute() | JROOT/components/com_easyblog/router.php:1379 |  | 10 | EasyBlogParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |  | 9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |  | 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |  | 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |  | 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |  | 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |  | 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |  | 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 1.36 ms After last query: 12.74 ms Query memory: 0.009 MB Memory before query: 20.854 MB - UPDATE `i5x_extensions`
 SET `params` = '{\"mediaversion\":\"a6ecb15abc8a7f6140fd56bded0fb88b\"}'
 WHERE `type` = 'library'
 AND `element` = 'joomla'
 - EXPLAIN not possible on query: UPDATE `i5x_extensions`
SET `params` = '{\"mediaversion\":\"a6ecb15abc8a7f6140fd56bded0fb88b\"}'
WHERE `type` = 'library' AND `element` = 'joomla' 
| Status | Duration | 
|---|
 | Starting | 0.25 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.04 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init for update | 0.14 ms |  | Updating | 0.09 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.47 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.04 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |  | 19 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |  | 18 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |  | 17 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |  | 16 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |  | 15 | Joomla\CMS\Factory::getDocument() | JROOT/administrator/components/com_easyblog/includes/utils.php:57 |  | 14 | EasyBlog->__construct() | JROOT/administrator/components/com_easyblog/includes/post/post.php:255 |  | 13 | EasyBlogPost->__construct() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3608 |  | 12 | EB::post() | JROOT/components/com_easyblog/router.php:874 |  | 11 | EasyBlogRouterBase::parseRoute() | JROOT/components/com_easyblog/router.php:1379 |  | 10 | EasyBlogParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |  | 9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |  | 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |  | 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |  | 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |  | 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |  | 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |  | 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 1.52 ms After last query: 7.47 ms Query memory: 0.009 MB Memory before query: 21.338 MB Rows returned: 51 - SELECT * 
 FROM `i5x_easyblog_acl`
 WHERE `published`='1'
 ORDER BY `id` ASC
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_acl | index | idx_acl_published,idx_acl_published_id | PRIMARY | 8 | NULL | 51 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.28 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.12 ms |  | After opening tables | 0.04 ms |  | System lock | 0.02 ms |  | table lock | 0.03 ms |  | init | 0.08 ms |  | Optimizing | 0.04 ms |  | Statistics | 0.21 ms |  | Preparing | 0.06 ms |  | Sorting result | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.22 ms |  | End of update loop | 0.03 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.04 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.08 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 18 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 17 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:329 |  | 16 | EasyBlogAcl::getRules() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:36 |  | 15 | EasyBlogAcl::getRuleSet() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:298 |  | 14 | EB::acl() | JROOT/administrator/components/com_easyblog/includes/post/post.php:264 |  | 13 | EasyBlogPost->__construct() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3608 |  | 12 | EB::post() | JROOT/components/com_easyblog/router.php:874 |  | 11 | EasyBlogRouterBase::parseRoute() | JROOT/components/com_easyblog/router.php:1379 |  | 10 | EasyBlogParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |  | 9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |  | 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |  | 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |  | 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |  | 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |  | 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |  | 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 1.61 ms After last query: 0.29 ms Query memory: 0.009 MB Memory before query: 21.396 MB Rows returned: 102 - SELECT * 
 FROM `i5x_easyblog_acl_group`
 WHERE `content_id` IN (1, 9)
 AND `type`='
 group'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_acl_group | range | easyblog_post_acl_content_type | easyblog_post_acl_content_type | 775 | NULL | 102 | Using index condition |  
 
| Status | Duration | 
|---|
 | Starting | 0.14 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.06 ms |  | After opening tables | 0.03 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.06 ms |  | Optimizing | 0.04 ms |  | Statistics | 0.33 ms |  | Preparing | 0.05 ms |  | Executing | 0.04 ms |  | Sending data | 0.51 ms |  | End of update loop | 0.03 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.07 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 18 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 17 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:151 |  | 16 | EasyBlogAcl::getEasyBlogAclGroups() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:98 |  | 15 | EasyBlogAcl::getRuleSet() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:298 |  | 14 | EB::acl() | JROOT/administrator/components/com_easyblog/includes/post/post.php:264 |  | 13 | EasyBlogPost->__construct() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3608 |  | 12 | EB::post() | JROOT/components/com_easyblog/router.php:874 |  | 11 | EasyBlogRouterBase::parseRoute() | JROOT/components/com_easyblog/router.php:1379 |  | 10 | EasyBlogParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |  | 9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |  | 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |  | 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |  | 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |  | 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |  | 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |  | 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 1.02 ms After last query: 0.58 ms Query memory: 0.007 MB Memory before query: 21.493 MB Rows returned: 0 - SELECT `id` 
 FROM `i5x_easyblog_post`
 WHERE `permalink`='autfest:film-festival-2017'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_post | ref | idx_post_permalink | idx_post_permalink | 1002 | const | 1 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.12 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.09 ms |  | After opening tables | 0.03 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.05 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.21 ms |  | Preparing | 0.06 ms |  | Executing | 0.02 ms |  | Sending data | 0.06 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.09 ms |  | Updating status | 0.04 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 14 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 13 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/post/post.php:493 |  | 12 | EasyBlogPost->loadByPermalink() | JROOT/components/com_easyblog/router.php:875 |  | 11 | EasyBlogRouterBase::parseRoute() | JROOT/components/com_easyblog/router.php:1379 |  | 10 | EasyBlogParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |  | 9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |  | 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |  | 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |  | 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |  | 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |  | 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |  | 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.81 ms After last query: 0.08 ms Query memory: 0.007 MB Memory before query: 21.499 MB Rows returned: 1 - SELECT `id` 
 FROM `i5x_easyblog_post`
 WHERE `permalink`='autfest-film-festival-2017'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_post | ref | idx_post_permalink | idx_post_permalink | 1002 | const | 1 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.10 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.04 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.06 ms |  | Preparing | 0.04 ms |  | Executing | 0.02 ms |  | Sending data | 0.12 ms |  | End of update loop | 0.03 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.07 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 14 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 13 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/post/post.php:507 |  | 12 | EasyBlogPost->loadByPermalink() | JROOT/components/com_easyblog/router.php:875 |  | 11 | EasyBlogRouterBase::parseRoute() | JROOT/components/com_easyblog/router.php:1379 |  | 10 | EasyBlogParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |  | 9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |  | 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |  | 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |  | 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |  | 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |  | 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |  | 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 1.15 ms After last query: 2.87 ms Query memory: 0.008 MB Memory before query: 21.598 MB Rows returned: 1 - SELECT *
 FROM i5x_easyblog_post
 WHERE `id` = '281'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_post | const | PRIMARY | PRIMARY | 8 | const | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.20 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.04 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.09 ms |  | Optimizing | 0.04 ms |  | Statistics | 0.13 ms |  | Preparing | 0.03 ms |  | Unlocking tables | 0.03 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.06 ms |  | End of update loop | 0.03 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.08 ms |  | Updating status | 0.04 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |  | 17 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |  | 16 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/tables/post.php:78 |  | 15 | EasyBlogTablePost->load() | JROOT/administrator/components/com_easyblog/includes/post/post.php:415 |  | 14 | EasyBlogPost->loadPost() | JROOT/administrator/components/com_easyblog/includes/post/post.php:311 |  | 13 | EasyBlogPost->load() | JROOT/administrator/components/com_easyblog/includes/post/post.php:511 |  | 12 | EasyBlogPost->loadByPermalink() | JROOT/components/com_easyblog/router.php:875 |  | 11 | EasyBlogRouterBase::parseRoute() | JROOT/components/com_easyblog/router.php:1379 |  | 10 | EasyBlogParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |  | 9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |  | 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |  | 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |  | 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |  | 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |  | 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |  | 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.96 ms After last query: 1.00 ms Query memory: 0.008 MB Memory before query: 21.646 MB Rows returned: 1 - SELECT *
 FROM i5x_easyblog_revisions
 WHERE `id` = '852'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_revisions | const | PRIMARY | PRIMARY | 8 | const | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.13 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.08 ms |  | After opening tables | 0.03 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.04 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.13 ms |  | Preparing | 0.03 ms |  | Unlocking tables | 0.02 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.04 ms |  | End of update loop | 0.04 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.08 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |  | 16 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |  | 15 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/post/post.php:451 |  | 14 | EasyBlogPost::loadRevision() | JROOT/administrator/components/com_easyblog/includes/post/post.php:340 |  | 13 | EasyBlogPost->load() | JROOT/administrator/components/com_easyblog/includes/post/post.php:511 |  | 12 | EasyBlogPost->loadByPermalink() | JROOT/components/com_easyblog/router.php:875 |  | 11 | EasyBlogRouterBase::parseRoute() | JROOT/components/com_easyblog/router.php:1379 |  | 10 | EasyBlogParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |  | 9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |  | 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |  | 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |  | 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |  | 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |  | 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |  | 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 1.22 ms After last query: 6.84 ms Query memory: 0.008 MB Memory before query: 22.180 MB Rows returned: 1 - SELECT COUNT(1) 
 FROM `i5x_easyblog_featured`
 WHERE `content_id`='281'
 AND `type`='post'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_featured | ref | easyblog_featured_content_type,easyblog_content | easyblog_featured_content_type | 775 | const,const | 1 | Using where; Using index |  
 
| Status | Duration | 
|---|
 | Starting | 0.22 ms |  | checking permissions | 0.04 ms |  | Opening tables | 0.07 ms |  | After opening tables | 0.03 ms |  | System lock | 0.02 ms |  | table lock | 0.03 ms |  | init | 0.06 ms |  | Optimizing | 0.04 ms |  | Statistics | 0.20 ms |  | Preparing | 0.07 ms |  | Executing | 0.05 ms |  | Sending data | 0.08 ms |  | End of update loop | 0.03 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.08 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 16 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 15 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/blog.php:60 |  | 14 | EasyBlogModelBlog->isFeatured() | JROOT/administrator/components/com_easyblog/includes/post/post.php:376 |  | 13 | EasyBlogPost->load() | JROOT/administrator/components/com_easyblog/includes/post/post.php:511 |  | 12 | EasyBlogPost->loadByPermalink() | JROOT/components/com_easyblog/router.php:875 |  | 11 | EasyBlogRouterBase::parseRoute() | JROOT/components/com_easyblog/router.php:1379 |  | 10 | EasyBlogParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |  | 9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |  | 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |  | 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |  | 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |  | 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |  | 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |  | 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 1.01 ms After last query: 0.93 ms Query memory: 0.008 MB Memory before query: 22.213 MB Rows returned: 1 - SELECT * 
 FROM `i5x_easyblog_meta`
 WHERE `type`='post'
 AND `content_id`='281'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_meta | ref | idx_meta_content_type | idx_meta_content_type | 66 | const,const | 1 | Using index condition |  
 
| Status | Duration | 
|---|
 | Starting | 0.11 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.06 ms |  | After opening tables | 0.03 ms |  | System lock | 0.02 ms |  | table lock | 0.03 ms |  | init | 0.04 ms |  | Optimizing | 0.04 ms |  | Statistics | 0.10 ms |  | Preparing | 0.05 ms |  | Executing | 0.02 ms |  | Sending data | 0.15 ms |  | End of update loop | 0.05 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.08 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 17 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 16 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/tables/meta.php:50 |  | 15 | EasyBlogTableMeta->loadByType() | JROOT/administrator/components/com_easyblog/includes/post/post.php:551 |  | 14 | EasyBlogPost->loadMeta() | JROOT/administrator/components/com_easyblog/includes/post/post.php:390 |  | 13 | EasyBlogPost->load() | JROOT/administrator/components/com_easyblog/includes/post/post.php:511 |  | 12 | EasyBlogPost->loadByPermalink() | JROOT/components/com_easyblog/router.php:875 |  | 11 | EasyBlogRouterBase::parseRoute() | JROOT/components/com_easyblog/router.php:1379 |  | 10 | EasyBlogParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |  | 9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |  | 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |  | 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |  | 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |  | 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |  | 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |  | 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 1.17 ms After last query: 0.25 ms Query memory: 0.005 MB Memory before query: 22.223 MB Rows returned: 0 - SELECT *
 FROM i5x_rsfirewall_hashes
 WHERE (`type`='3.10.12' OR `type`='protect')
 AND `flag`!='C'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_rsfirewall_hashes | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 248 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.12 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.04 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.04 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.05 ms |  | Preparing | 0.04 ms |  | Executing | 0.03 ms |  | Sending data | 0.40 ms |  | End of update loop | 0.03 ms |  | Query end | 0.02 ms |  | Commit | 0.03 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.03 ms |  | Freeing items | 0.09 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:993 |  | 8 | plgSystemRSFirewall->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |  | 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |  | 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |  | 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |  | 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.60 ms After last query: 0.44 ms Query memory: 0.005 MB Memory before query: 22.249 MB Rows returned: 0 - SELECT *
 FROM i5x_rsfirewall_snapshots
 WHERE `type`='protect'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_rsfirewall_snapshots | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.09 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.02 ms |  | Preparing | 0.02 ms |  | Executing | 0.02 ms |  | Sending data | 0.05 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.07 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 10 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsfirewall/helpers/snapshot.php:47 |  | 9 | RSFirewallSnapshot::get() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1016 |  | 8 | plgSystemRSFirewall->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |  | 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |  | 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |  | 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |  | 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.63 ms After last query: 0.10 ms Query memory: 0.006 MB Memory before query: 22.255 MB Rows returned: 0 - SELECT `ip`,`reason`
 FROM i5x_rsfirewall_lists
 WHERE (`ip`='216.73.216.166' OR `ip` LIKE '%*%' OR `ip` LIKE '%/%' OR `ip` LIKE '%-%')
 AND `type`='1'
 AND `published`='1'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_rsfirewall_lists | ref | published,type,ip | type | 1 | const | 1 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.08 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.03 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.06 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.03 ms |  | End of update loop | 0.03 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.03 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:169 |  | 10 | plgSystemRSFirewall->isListed() | JROOT/plugins/system/rsfirewall/rsfirewall.php:148 |  | 9 | plgSystemRSFirewall->isWhitelisted() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1052 |  | 8 | plgSystemRSFirewall->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |  | 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |  | 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |  | 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |  | 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 1.03 ms After last query: 0.08 ms Query memory: 0.006 MB Memory before query: 22.261 MB Rows returned: 0 - SELECT `ip`,`reason`
 FROM i5x_rsfirewall_lists
 WHERE (`ip`='216.73.216.166' OR `ip` LIKE '%*%' OR `ip` LIKE '%/%' OR `ip` LIKE '%-%')
 AND `type`='0'
 AND `published`='1'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_rsfirewall_lists | ALL | published,type,ip | NO INDEX KEY COULD BE USED | NULL | NULL | 476 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.07 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.02 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.06 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.44 ms |  | End of update loop | 0.03 ms |  | Query end | 0.01 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.01 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.04 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:169 |  | 10 | plgSystemRSFirewall->isListed() | JROOT/plugins/system/rsfirewall/rsfirewall.php:138 |  | 9 | plgSystemRSFirewall->isBlacklisted() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1056 |  | 8 | plgSystemRSFirewall->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |  | 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |  | 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |  | 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |  | 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.75 ms After last query: 4.38 ms Query memory: 0.005 MB Memory before query: 23.074 MB Rows returned: 0 - SELECT *
 FROM i5x_rsfirewall_exceptions
 WHERE `published`='1'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_rsfirewall_exceptions | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.14 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.04 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.03 ms |  | Preparing | 0.02 ms |  | Executing | 0.02 ms |  | Sending data | 0.04 ms |  | End of update loop | 0.02 ms |  | Query end | 0.03 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.03 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 10 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:661 |  | 9 | plgSystemRSFirewall->isException() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1109 |  | 8 | plgSystemRSFirewall->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |  | 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |  | 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |  | 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |  | 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 1.32 ms After last query: 0.78 ms Query memory: 0.009 MB Memory before query: 23.103 MB Rows returned: 64 - SELECT `id`,`name`,`rules`,`parent_id`
 FROM `i5x_assets`
 WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_advancedmodules','com_ajax','com_akeeba','com_associations','com_autoupdate','com_banners','com_breezingforms','com_cache','com_categories','com_checkin','com_chronoforms5','com_cinstaller','com_cmigrator','com_comment','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_dbreplacer','com_easyblog','com_edocman','com_eventbooking','com_execsql','com_fields','com_finder','com_form2content','com_gsd','com_installer','com_jaextmanager','com_jce','com_joomlaupdate','com_k2','com_k2tocontentmigration','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_minitekwall','com_modules','com_newsfeeds','com_obgrabber','com_perfectdashboard','com_phocagallery','com_plugins','com_podcastmanager','com_podcastmedia','com_postinstall','com_privacy','com_redirect','com_rsfirewall','com_search','com_smartslider3','com_sppagebuilder','com_tags','com_templates','com_tlpteam','com_uniterevolution2','com_users','com_wrapper')
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_assets | range | idx_asset_name | idx_asset_name | 152 | NULL | 65 | Using index condition |  
 
| Status | Duration | 
|---|
 | Starting | 0.13 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.07 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.18 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.48 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |  | 17 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |  | 16 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |  | 15 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |  | 14 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |  | 13 | Joomla\CMS\User\User->authorise() | JROOT/plugins/system/advancedmodules/src/Document.php:28 |  | 12 | RegularLabs\AdvancedModules\Document::loadFrontEditScript() | JROOT/plugins/system/advancedmodules/src/Helper.php:32 |  | 11 | RegularLabs\AdvancedModules\Helper->onAfterRoute() | Same as call in the line below. |  | 10 | call_user_func_array() | JROOT/plugins/system/advancedmodules/src/Plugin.php:110 |  | 9 | RegularLabs\AdvancedModules\Plugin->run() | JROOT/plugins/system/advancedmodules/src/Plugin.php:54 |  | 8 | RegularLabs\AdvancedModules\Plugin->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |  | 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |  | 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |  | 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |  | 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.90 ms After last query: 13.21 ms Query memory: 0.006 MB Memory before query: 24.000 MB - DELETE 
 FROM `i5x_easyblog_mailq`
 WHERE `status`='1'
 AND DATEDIFF(NOW(), `created`) >='7'
 - EXPLAIN not possible on query: DELETE FROM `i5x_easyblog_mailq` WHERE `status`='1' AND DATEDIFF(NOW(), `created`) >='7' 
| Status | Duration | 
|---|
 | Starting | 0.24 ms |  | checking permissions | 0.04 ms |  | Opening tables | 0.10 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init for update | 0.14 ms |  | Updating | 0.05 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.03 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 12 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_easyblog/includes/utils.php:166 |  | 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.68 ms After last query: 0.07 ms Query memory: 0.007 MB Memory before query: 24.006 MB Rows returned: 0 - SELECT `id` 
 FROM `i5x_easyblog_mailq`
 WHERE `status`='0'
 ORDER BY `id` ASC
 LIMIT 5
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_mailq | ref | easyblog_mailq_status,idx_mailq_statuscreated | easyblog_mailq_status | 1 | const | 1 | Using where; Using index |  
 
| Status | Duration | 
|---|
 | Starting | 0.08 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.02 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.06 ms |  | Preparing | 0.03 ms |  | Sorting result | 0.02 ms |  | Executing | 0.02 ms |  | Sending data | 0.04 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.03 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 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: 1.13 ms After last query: 7.01 ms Query memory: 0.007 MB Memory before query: 24.945 MB Rows returned: 0 - SELECT * 
 FROM `i5x_easyblog_post`
 WHERE `publish_up`<='2025-10-31 23:11:09'
 AND `published`='2'
 AND `state`='0'
 ORDER BY `id`
 LIMIT 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_post | 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 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.19 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.03 ms |  | table lock | 0.02 ms |  | init | 0.06 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.25 ms |  | Preparing | 0.04 ms |  | Sorting result | 0.02 ms |  | Executing | 0.02 ms |  | Sending data | 0.06 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.04 ms |  | Unlocking tables | 0.01 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 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: 0.73 ms After last query: 0.14 ms Query memory: 0.008 MB Memory before query: 24.966 MB Rows returned: 0 - SELECT id, created_by 
 FROM`i5x_easyblog_post`
 WHERE `publish_down` > `publish_up`
 AND `publish_down` <= '2025-10-31 23:11:09'
 AND `publish_down` != '0000-00-00 00:00:00'
 AND `published` = '1'
 AND `state` = '0'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_post | range | easyblog_post_published,easyblog_post_blogger_list,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1,idx_publishdown_posts,idx_latest_posts | idx_publishdown_posts | 11 | NULL | 2 | Using index condition; Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.11 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.02 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.13 ms |  | Preparing | 0.04 ms |  | Executing | 0.02 ms |  | Sending data | 0.06 ms |  | End of update loop | 0.03 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 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: 0.71 ms After last query: 0.10 ms Query memory: 0.006 MB Memory before query: 24.973 MB Rows returned: 0 - SELECT * 
 FROM `i5x_easyblog_uploader_tmp`
 WHERE `created` <= DATE_SUB('2025-10-31 23:11:09' , INTERVAL 120 MINUTE)
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_uploader_tmp | range | idx_uploader_created | idx_uploader_created | 5 | NULL | 1 | Using index condition |  
 
| Status | Duration | 
|---|
 | Starting | 0.07 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.06 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.03 ms |  | init | 0.04 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.10 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.04 ms |  | End of update loop | 0.02 ms |  | Query end | 0.03 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.01 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 11 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 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: 0.66 ms After last query: 0.11 ms Query memory: 0.006 MB Memory before query: 24.980 MB Rows returned: 0 - SELECT a.`id` 
 FROM `i5x_easyblog_post` as a
 inner join `i5x_easyblog_revisions` as b
 on a.`id` = b.`post_id`
 where a.`published` = '9'
 and a.`created` <= DATE_SUB('2025-10-31 23:11:09', INTERVAL 3 DAY)
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | a | ref | PRIMARY,easyblog_post_published,easyblog_post_blogger_list,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1,idx_latest_posts | easyblog_frontpage1 | 1 | const | 1 | Using where; Using index |  | 1 | SIMPLE | b | ref | idx_postid,idx_ordering,idx_revision_state | idx_postid | 8 | ocscreen_new.a.id | 1 | Using where; Using index |  
 
| Status | Duration | 
|---|
 | Starting | 0.09 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.09 ms |  | Preparing | 0.03 ms |  | Executing | 0.04 ms |  | Sending data | 0.03 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 11 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 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.04 ms Query memory: 0.006 MB Memory before query: 24.986 MB - DELETE a, b 
 FROM `i5x_easyblog_post` as a
 inner join `i5x_easyblog_revisions` as b
 on a.`id` = b.`post_id`
 where a.`published` = '9'
 and a.`created` <= DATE_SUB('2025-10-31 23:11:09', INTERVAL 3 DAY)
 - EXPLAIN not possible on query: DELETE a, b FROM `i5x_easyblog_post` as a	inner join `i5x_easyblog_revisions` as b on a.`id` = b.`post_id` where a.`published` = '9' and a.`created` <= DATE_SUB('2025-10-31 23:11:09', INTERVAL 3 DAY) 
| Status | Duration | 
|---|
 | Starting | 0.08 ms |  | checking permissions | 0.02 ms |  | init | 0.02 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Deleting from main table | 0.02 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.07 ms |  | Preparing | 0.04 ms |  | Executing | 0.02 ms |  | Sending data | 0.06 ms |  | Deleting from reference tables | 0.03 ms |  | End of update loop | 0.01 ms |  | End of update loop | 0.02 ms |  | Query end | 0.03 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.08 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 11 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_easyblog/includes/utils.php:166 |  | 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: 0.96 ms After last query: 2.45 ms Query memory: 0.007 MB Memory before query: 25.273 MB Rows returned: 0 - select a.`id`, a.`user_id`, b.`name`, b.`email` 
 from `i5x_easyblog_oauth` as a
 inner join `i5x_users` as b
 on a.`user_id` = b.`id`
 where a.`type` = 'facebook'
 and a.`notify` = '0'
 and a.`system` = '1'
 and a.`expires` <= DATE_ADD('2025-10-31 23:11:09', INTERVAL 7 DAY)
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | a | ref | easyblog_oauth_user_type,idx_expiry_notify | idx_expiry_notify | 771 | const,const,const | 1 | Using index condition; Using where |  | 1 | SIMPLE | b | eq_ref | PRIMARY | PRIMARY | 4 | ocscreen_new.a.user_id | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.12 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.06 ms |  | After opening tables | 0.03 ms |  | System lock | 0.05 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.04 ms |  | Statistics | 0.15 ms |  | Preparing | 0.05 ms |  | Executing | 0.02 ms |  | Sending data | 0.09 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.03 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.01 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 12 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/oauth.php:361 |  | 11 | EasyBlogModelOauth->getSoonTobeExpired() | JROOT/administrator/components/com_easyblog/includes/oauth/adapters/facebook/client.php:593 |  | 10 | EasyBlogClientFacebook->notifyAdminTokenExpiry() | JROOT/administrator/components/com_easyblog/includes/oauth/oauth.php:111 |  | 9 | EasyBlogOauth->notifyAdminTokenExpiry() | JROOT/components/com_easyblog/services/maintenance.php:34 |  | 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.58 ms After last query: 1.03 ms Query memory: 0.007 MB Memory before query: 25.354 MB Rows returned: 8 - SELECT * 
 FROM `i5x_menu`
 WHERE `published`='1'
 AND `link` LIKE 'index.php?option=com_easyblog%'
 AND `client_id` = '0'
 ORDER BY `id`
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_menu | index | idx_client_id_parent_id_alias_language | PRIMARY | 4 | NULL | 335 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.12 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.09 ms |  | After opening tables | 0.03 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.04 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.15 ms |  | Preparing | 0.04 ms |  | Sorting result | 0.02 ms |  | Executing | 0.02 ms |  | Sending data | 0.70 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.08 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 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: 0.91 ms After last query: 6.80 ms Query memory: 0.008 MB Memory before query: 25.696 MB Rows returned: 1 - SELECT *
 FROM i5x_easyblog_post
 WHERE `id` = '281'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_post | const | PRIMARY | PRIMARY | 8 | const | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.17 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.07 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.07 ms |  | Preparing | 0.02 ms |  | Unlocking tables | 0.02 ms |  | Preparing | 0.02 ms |  | Executing | 0.02 ms |  | Sending data | 0.04 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.03 ms |  | closing tables | 0.03 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |  | 16 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |  | 15 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/tables/post.php:78 |  | 14 | EasyBlogTablePost->load() | JROOT/administrator/components/com_easyblog/includes/post/post.php:415 |  | 13 | EasyBlogPost->loadPost() | JROOT/administrator/components/com_easyblog/includes/post/post.php:311 |  | 12 | EasyBlogPost->load() | JROOT/administrator/components/com_easyblog/includes/post/post.php:270 |  | 11 | EasyBlogPost->__construct() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3608 |  | 10 | EB::post() | JROOT/components/com_easyblog/views/entry/view.html.php:28 |  | 9 | EasyBlogViewEntry->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.61 ms After last query: 0.15 ms Query memory: 0.007 MB Memory before query: 25.711 MB Rows returned: 1 - SELECT *
 FROM i5x_easyblog_revisions
 WHERE `id` = '852'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_revisions | const | PRIMARY | PRIMARY | 8 | const | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.07 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.02 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.04 ms |  | Preparing | 0.02 ms |  | Unlocking tables | 0.03 ms |  | Preparing | 0.02 ms |  | Executing | 0.02 ms |  | Sending data | 0.02 ms |  | End of update loop | 0.02 ms |  | Query end | 0.01 ms |  | Commit | 0.02 ms |  | closing tables | 0.01 ms |  | Unlocking tables | 0.01 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |  | 15 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |  | 14 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/post/post.php:451 |  | 13 | EasyBlogPost::loadRevision() | JROOT/administrator/components/com_easyblog/includes/post/post.php:340 |  | 12 | EasyBlogPost->load() | JROOT/administrator/components/com_easyblog/includes/post/post.php:270 |  | 11 | EasyBlogPost->__construct() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3608 |  | 10 | EB::post() | JROOT/components/com_easyblog/views/entry/view.html.php:28 |  | 9 | EasyBlogViewEntry->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.67 ms After last query: 0.20 ms Query memory: 0.008 MB Memory before query: 25.735 MB Rows returned: 1 - SELECT * 
 FROM `i5x_easyblog_meta`
 WHERE `type`='post'
 AND `content_id`='281'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_meta | ref | idx_meta_content_type | idx_meta_content_type | 66 | const,const | 1 | Using index condition |  
 
| Status | Duration | 
|---|
 | Starting | 0.08 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.02 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.05 ms |  | Statistics | 0.06 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.04 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.03 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 15 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/tables/meta.php:50 |  | 14 | EasyBlogTableMeta->loadByType() | JROOT/administrator/components/com_easyblog/includes/post/post.php:551 |  | 13 | EasyBlogPost->loadMeta() | JROOT/administrator/components/com_easyblog/includes/post/post.php:390 |  | 12 | EasyBlogPost->load() | JROOT/administrator/components/com_easyblog/includes/post/post.php:270 |  | 11 | EasyBlogPost->__construct() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3608 |  | 10 | EB::post() | JROOT/components/com_easyblog/views/entry/view.html.php:28 |  | 9 | EasyBlogViewEntry->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: 0.74 ms Query memory: 0.007 MB Memory before query: 25.856 MB Rows returned: 0 - SELECT COUNT(1) as `voted`, `uid` 
 FROM `i5x_easyblog_ratings`
 WHERE `uid` = '281'
 AND `type`='entry'
 AND `created_by`='0'
 AND (`sessionid` = '50daea0a42812d5943b09ab45341fa5c' OR `ip` = '216.73.216.166')
 GROUP BY `uid`
 ORDER BY NULL
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_ratings | 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 | Using where; Using temporary |  
 
| Status | Duration | 
|---|
 | Starting | 0.11 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.07 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.04 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.22 ms |  | Preparing | 0.04 ms |  | Creating tmp table | 0.04 ms |  | Executing | 0.02 ms |  | Sending data | 0.04 ms |  | Removing tmp table | 0.02 ms |  | Sending data | 0.02 ms |  | End of update loop | 0.02 ms |  | Query end | 0.01 ms |  | Commit | 0.02 ms |  | closing tables | 0.01 ms |  | Unlocking tables | 0.01 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.05 ms |  | Freeing items | 0.07 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 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/entry/view.html.php:45 |  | 9 | EasyBlogViewEntry->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.85 ms After last query: 0.08 ms Query memory: 0.007 MB Memory before query: 25.863 MB Rows returned: 0 - SELECT AVG(`value`) AS `ratings` ,COUNT(1) AS `total` ,`uid` 
 FROM `i5x_easyblog_ratings` AS a
 WHERE a.`uid` IN(281)
 AND `type`='entry'
 GROUP BY `uid`
 ORDER BY NULL
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | a | ref | post_id,idx_uid_type,idx_uid_type_user,idx_uid_type_user_ipaddr | idx_uid_type | 771 | const,const | 1 | Using where; Using index |  
 
| Status | Duration | 
|---|
 | Starting | 0.12 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.05 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.09 ms |  | Preparing | 0.05 ms |  | Executing | 0.03 ms |  | Sending data | 0.04 ms |  | End of update loop | 0.03 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.05 ms |  | Freeing items | 0.10 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 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/entry/view.html.php:45 |  | 9 | EasyBlogViewEntry->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.16 ms After last query: 2.23 ms Query memory: 0.007 MB Memory before query: 26.039 MB Rows returned: 0 - SELECT a.* 
 FROM `i5x_easyblog_comment` AS a
 LEFT JOIN `i5x_users` AS uu
 ON a.`created_by` = uu.`id`
 WHERE a.`post_id` IN(281)
 AND a.`published`='1'
 AND (uu.`block` = 0 OR uu.`id` IS NULL)
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | a | ref | easyblog_comment_postid,idx_comment_post_items | easyblog_comment_postid | 8 | const | 1 | Using where |  | 1 | SIMPLE | uu | eq_ref | PRIMARY | PRIMARY | 4 | ocscreen_new.a.created_by | 1 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.18 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.13 ms |  | After opening tables | 0.05 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.05 ms |  | Optimizing | 0.04 ms |  | Statistics | 0.18 ms |  | Preparing | 0.05 ms |  | Executing | 0.02 ms |  | Sending data | 0.07 ms |  | End of update loop | 0.03 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.03 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.08 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 13 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/comment.php:580 |  | 12 | EasyBlogModelComment->preloadComments() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:615 |  | 11 | EasyBlogCache->cacheComments() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:367 |  | 10 | EasyBlogCache->insert() | JROOT/components/com_easyblog/views/entry/view.html.php:45 |  | 9 | EasyBlogViewEntry->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.75 ms After last query: 0.19 ms Query memory: 0.007 MB Memory before query: 26.047 MB Rows returned: 0 - SELECT a.`post_id`, COUNT(1) AS `count` 
 FROM `i5x_easyblog_comment` AS a
 LEFT JOIN `i5x_users` AS uu
 ON a.`created_by` = uu.`id`
 WHERE a.`post_id` IN(281)
 AND a.`published`='1'
 AND (uu.`block` = 0 OR uu.`id` IS NULL)
 GROUP BY a.`post_id`
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | a | ref | easyblog_comment_postid,idx_comment_post_items | easyblog_comment_postid | 8 | const | 1 | Using where |  | 1 | SIMPLE | uu | eq_ref | PRIMARY | PRIMARY | 4 | ocscreen_new.a.created_by | 1 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.12 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.04 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.04 ms |  | Optimizing | 0.04 ms |  | Statistics | 0.06 ms |  | Preparing | 0.06 ms |  | Executing | 0.02 ms |  | Sending data | 0.03 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 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/entry/view.html.php:45 |  | 9 | EasyBlogViewEntry->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.02 ms After last query: 4.04 ms Query memory: 0.007 MB Memory before query: 26.258 MB Rows returned: 1 - select a.*, b.`post_id`, b.`primary` 
 from `i5x_easyblog_category` as a
 inner join `i5x_easyblog_post_category` as b
 on a.`id` = b.`category_id`
 where b.`post_id` IN (281)
 order by a.`lft` asc
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | b | 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 | Using temporary; Using filesort |  | 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 8 | ocscreen_new.b.category_id | 1 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.20 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.17 ms |  | After opening tables | 0.04 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.06 ms |  | Optimizing | 0.04 ms |  | Statistics | 0.19 ms |  | Preparing | 0.04 ms |  | Creating tmp table | 0.09 ms |  | Sorting result | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.55 ms |  | Creating sort index | 0.07 ms |  | Removing tmp table | 0.14 ms |  | Creating sort index | 0.03 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.03 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.07 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 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/entry/view.html.php:45 |  | 9 | EasyBlogViewEntry->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.18 ms After last query: 5.46 ms Query memory: 0.007 MB Memory before query: 26.551 MB Rows returned: 0 - select a.*, b.`post_id` 
 from `i5x_easyblog_tag` as a
 inner join `i5x_easyblog_post_tag` as b
 on a.`id` = b.`tag_id`
 where b.`post_id` IN (281)
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | b | ref | easyblog_post_tag_tag_id,easyblog_post_tag_post_id,easyblog_post_tagpost_id | easyblog_post_tag_post_id | 8 | const | 1 |  |  | 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 8 | ocscreen_new.b.tag_id | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.23 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.09 ms |  | After opening tables | 0.04 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.04 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.19 ms |  | Preparing | 0.05 ms |  | Executing | 0.02 ms |  | Sending data | 0.06 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.03 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.03 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.08 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 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/entry/view.html.php:45 |  | 9 | EasyBlogViewEntry->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.84 ms After last query: 1.81 ms Query memory: 0.007 MB Memory before query: 26.647 MB Rows returned: 1 - select a.* 
 from `i5x_easyblog_revisions` as a
 where a.`id` IN ( 852)
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 8 | const | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.15 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.06 ms |  | Preparing | 0.02 ms |  | Unlocking tables | 0.02 ms |  | Preparing | 0.02 ms |  | Executing | 0.03 ms |  | Sending data | 0.04 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.03 ms |  | Starting cleanup | 0.03 ms |  | Freeing items | 0.07 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 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/entry/view.html.php:45 |  | 9 | EasyBlogViewEntry->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.20 ms After last query: 1.23 ms Query memory: 0.009 MB Memory before query: 26.720 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 `i5x_users` as u
 left join `i5x_easyblog_users` as e
 ON u.`id` = e.`id`
 where u.`id` = 221
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 |  |  | 1 | SIMPLE | e | const | PRIMARY | PRIMARY | 8 | const | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.17 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.12 ms |  | After opening tables | 0.04 ms |  | System lock | 0.03 ms |  | table lock | 0.02 ms |  | init | 0.06 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.21 ms |  | Preparing | 0.03 ms |  | Unlocking tables | 0.02 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.05 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.03 ms |  | Unlocking tables | 0.04 ms |  | closing tables | 0.03 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.08 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 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/entry/view.html.php:45 |  | 9 | EasyBlogViewEntry->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.75 ms After last query: 2.74 ms Query memory: 0.011 MB Memory before query: 26.850 MB Rows returned: 17 - SHOW FULL COLUMNS 
 FROM `i5x_users`
 - EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `i5x_users` 
| Status | Duration | 
|---|
 | Starting | 0.20 ms |  | checking permissions | 0.03 ms |  | closing tables | 0.02 ms |  | Opening tables | 0.45 ms |  | After opening tables | 0.04 ms |  | System lock | 0.05 ms |  | table lock | 0.09 ms |  | init | 0.04 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.02 ms |  | Preparing | 0.02 ms |  | Executing | 0.03 ms |  | Filling schema table | 0.02 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | checking permissions | 0.12 ms |  | closing tables | 0.02 ms |  | Executing | 0.02 ms |  | Sending data | 0.05 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Removing tmp table | 0.14 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 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/entry/view.html.php:45 |  | 9 | EasyBlogViewEntry->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.68 ms After last query: 0.35 ms Query memory: 0.010 MB Memory before query: 26.951 MB Rows returned: 1 - SELECT *
 FROM `i5x_users`
 WHERE `id` = 221
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_users | const | PRIMARY | PRIMARY | 4 | const | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.08 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.02 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.06 ms |  | Preparing | 0.02 ms |  | Unlocking tables | 0.02 ms |  | Preparing | 0.03 ms |  | Executing | 0.03 ms |  | Sending data | 0.03 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |  | 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/entry/view.html.php:45 |  | 9 | EasyBlogViewEntry->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.79 ms After last query: 5.24 ms Query memory: 0.010 MB Memory before query: 27.706 MB Rows returned: 2 - SELECT `g`.`id`,`g`.`title`
 FROM `i5x_usergroups` AS g
 INNER JOIN `i5x_user_usergroup_map` AS m
 ON m.group_id = g.id
 WHERE `m`.`user_id` = 221
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 2 | Using index |  | 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | ocscreen_new.m.group_id | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.18 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.04 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.07 ms |  | Preparing | 0.04 ms |  | Executing | 0.02 ms |  | Sending data | 0.05 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |  | 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/entry/view.html.php:45 |  | 9 | EasyBlogViewEntry->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: 1.60 ms Query memory: 0.007 MB Memory before query: 27.796 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 `i5x_easyblog_category_fields_groups` as a
 inner join `i5x_easyblog_post_category` as p
 on `a`.`category_id` = `p`.`category_id`
 inner join `i5x_easyblog_fields_groups` as fg
 on `a`.`group_id` = `fg`.`id`
 inner join `i5x_easyblog_fields` as f
 on `fg`.`id` = `f`.`group_id`
 left join `i5x_easyblog_fields_values` as fv
 on `fv`.`field_id` = `f`.`id`
 and `fv`.`post_id` = `p`.`post_id`
 LEFT JOIN `i5x_easyblog_fields_groups_acl` AS acl
 ON fg.`id` = acl.`group_id`
 where `p`.`post_id` = '281'
 AND ( acl.`acl_id` IN(9)
 AND acl.`acl_type` = 'read' OR acl.`id` IS NULL )
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | p | ref | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_post_cat | 4 | const | 1 | Using index |  | 1 | SIMPLE | a | ref | category_id,cat_id | category_id | 4 | ocscreen_new.p.category_id | 1 | Using index |  | 1 | SIMPLE | fg | eq_ref | PRIMARY | PRIMARY | 4 | ocscreen_new.a.group_id | 1 |  |  | 1 | SIMPLE | f | ALL | group_id,idx_group_ordering | NO INDEX KEY COULD BE USED | NULL | NULL | 13 | Using where; Using join buffer (flat, BNL join) |  | 1 | SIMPLE | fv | ref | field_id,post_id | field_id | 4 | ocscreen_new.f.id | 1 | Using where |  | 1 | SIMPLE | acl | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using join buffer (flat, BNL join) |  
 
| Status | Duration | 
|---|
 | Starting | 0.17 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.11 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.03 ms |  | init | 0.05 ms |  | Optimizing | 0.04 ms |  | Statistics | 0.12 ms |  | Preparing | 0.11 ms |  | Executing | 0.02 ms |  | Sending data | 0.07 ms |  | End of update loop | 0.03 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.01 ms |  | closing tables | 0.04 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 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/entry/view.html.php:45 |  | 9 | EasyBlogViewEntry->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.68 ms After last query: 0.84 ms Query memory: 0.007 MB Memory before query: 27.857 MB Rows returned: 1 - select * 
 from `i5x_easyblog_meta`
 where `content_id` in (281)
 and `type` = 'post'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_meta | ref | idx_meta_content_type | idx_meta_content_type | 66 | const,const | 1 | Using index condition |  
 
| Status | Duration | 
|---|
 | Starting | 0.08 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.02 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.08 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.05 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 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/entry/view.html.php:45 |  | 9 | EasyBlogViewEntry->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.66 ms After last query: 0.19 ms Query memory: 0.007 MB Memory before query: 27.869 MB Rows returned: 1 - SELECT *
 FROM i5x_easyblog_meta
 WHERE `content_id` = '281'
 AND `type` = 'post'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_meta | ref | idx_meta_content_type | idx_meta_content_type | 66 | const,const | 1 | Using index condition |  
 
| Status | Duration | 
|---|
 | Starting | 0.07 ms |  | checking permissions | 0.04 ms |  | Opening tables | 0.02 ms |  | After opening tables | 0.02 ms |  | System lock | 0.01 ms |  | table lock | 0.03 ms |  | init | 0.05 ms |  | Optimizing | 0.04 ms |  | Statistics | 0.04 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.04 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.01 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |  | 13 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |  | 12 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1718 |  | 11 | EB::setMeta() | JROOT/administrator/components/com_easyblog/includes/post/post.php:8474 |  | 10 | EasyBlogPost->renderHeaders() | JROOT/components/com_easyblog/views/entry/view.html.php:48 |  | 9 | EasyBlogViewEntry->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.77 ms After last query: 0.94 ms Query memory: 0.007 MB Memory before query: 27.894 MB Rows returned: 0 - SELECT a.`id`, a.`title`, a.`alias` 
 FROM `i5x_easyblog_tag` AS a
 LEFT JOIN `i5x_easyblog_post_tag` AS b
 ON a.`id`= b.`tag_id`
 WHERE b.`post_id`='281'
 AND b.`isrevision` IS NULL
 AND a.`published`='1'
 ORDER BY b.`id` ASC
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | b | ref | easyblog_post_tag_tag_id,easyblog_post_tag_post_id,easyblog_post_tagpost_id | easyblog_post_tag_post_id | 8 | const | 1 | Using where |  | 1 | SIMPLE | a | eq_ref | PRIMARY,easyblog_tag_published,easyblog_tag_query1 | PRIMARY | 8 | ocscreen_new.b.tag_id | 1 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.09 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.05 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.09 ms |  | Preparing | 0.04 ms |  | Sorting result | 0.02 ms |  | Executing | 0.02 ms |  | Sending data | 0.04 ms |  | End of update loop | 0.05 ms |  | Query end | 0.03 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.01 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 14 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/posttag.php:59 |  | 13 | EasyBlogModelPostTag->getBlogTags() | JROOT/administrator/components/com_easyblog/includes/post/post.php:7809 |  | 12 | EasyBlogPost->getTags() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1770 |  | 11 | EB::setMeta() | JROOT/administrator/components/com_easyblog/includes/post/post.php:8474 |  | 10 | EasyBlogPost->renderHeaders() | JROOT/components/com_easyblog/views/entry/view.html.php:48 |  | 9 | EasyBlogViewEntry->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.53 ms After last query: 14.64 ms Query memory: 0.009 MB Memory before query: 28.715 MB Rows returned: 1 - SELECT MAX(ordering)
 FROM `i5x_extensions`
 WHERE `type` = 'plugin'
 AND `folder` = 'content'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_extensions | ALL | extension | NO INDEX KEY COULD BE USED | NULL | NULL | 522 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.24 ms |  | checking permissions | 0.04 ms |  | Opening tables | 0.05 ms |  | After opening tables | 0.03 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.04 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.08 ms |  | Preparing | 0.04 ms |  | Executing | 0.02 ms |  | Sending data | 0.60 ms |  | End of update loop | 0.04 ms |  | Query end | 0.04 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.07 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 17 | JDatabaseDriver->loadResult() | JROOT/plugins/content/perfect_everything_in_everyway/perfect_everything_in_everyway.php:54 |  | 16 | PlgContentPerfect_everything_in_everyway->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |  | 15 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |  | 14 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/administrator/components/com_easyblog/includes/post/post.php:5890 |  | 13 | EasyBlogPost->prepareContent() | JROOT/administrator/components/com_easyblog/includes/post/post.php:5310 |  | 12 | EasyBlogPost->getIntro() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1783 |  | 11 | EB::setMeta() | JROOT/administrator/components/com_easyblog/includes/post/post.php:8474 |  | 10 | EasyBlogPost->renderHeaders() | JROOT/components/com_easyblog/views/entry/view.html.php:48 |  | 9 | EasyBlogViewEntry->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.82 ms After last query: 0.11 ms Query memory: 0.009 MB Memory before query: 28.723 MB Rows returned: 1 - SELECT `ordering`
 FROM `i5x_extensions`
 WHERE `type` = 'plugin'
 AND `folder` = 'content'
 AND `element` = 'perfect_everything_in_everyway'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_extensions | ref | element_clientid,element_folder_clientid,extension | element_folder_clientid | 604 | const,const | 1 | Using index condition; Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.12 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.04 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.10 ms |  | Preparing | 0.05 ms |  | Executing | 0.02 ms |  | Sending data | 0.06 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.07 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 17 | JDatabaseDriver->loadResult() | JROOT/plugins/content/perfect_everything_in_everyway/perfect_everything_in_everyway.php:73 |  | 16 | PlgContentPerfect_everything_in_everyway->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |  | 15 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |  | 14 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/administrator/components/com_easyblog/includes/post/post.php:5890 |  | 13 | EasyBlogPost->prepareContent() | JROOT/administrator/components/com_easyblog/includes/post/post.php:5310 |  | 12 | EasyBlogPost->getIntro() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1783 |  | 11 | EB::setMeta() | JROOT/administrator/components/com_easyblog/includes/post/post.php:8474 |  | 10 | EasyBlogPost->renderHeaders() | JROOT/components/com_easyblog/views/entry/view.html.php:48 |  | 9 | EasyBlogViewEntry->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.01 ms After last query: 7.55 ms Query memory: 0.011 MB Memory before query: 29.194 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 i5x_fields AS a
 LEFT JOIN `i5x_languages` AS l
 ON l.lang_code = a.language
 LEFT JOIN i5x_users AS uc
 ON uc.id=a.checked_out
 LEFT JOIN i5x_viewlevels AS ag
 ON ag.id = a.access
 LEFT JOIN i5x_users AS ua
 ON ua.id = a.created_user_id
 LEFT JOIN i5x_fields_groups AS g
 ON g.id = a.group_id
 LEFT JOIN `i5x_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 (2,0))
 AND a.access IN (1,1,5)
 AND (a.group_id = 0 OR g.access IN (1,1,5))
 AND a.state = 1
 AND (a.group_id = 0 OR g.state = 1)
 ORDER BY a.ordering ASC
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_context | 575 | const | 1 | Using where; Using temporary; Using filesort |  | 1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 21 | ocscreen_new.a.language | 1 | Using where |  | 1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | ocscreen_new.a.checked_out | 1 |  |  | 1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | ocscreen_new.a.access | 1 | Using where |  | 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | ocscreen_new.a.created_user_id | 1 | Using where |  | 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | ocscreen_new.a.group_id | 1 | Using where |  | 1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | ocscreen_new.a.id | 1 | Using where; Using index; Distinct |  
 
| Status | Duration | 
|---|
 | Starting | 0.25 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.08 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.06 ms |  | Optimizing | 0.05 ms |  | Statistics | 0.17 ms |  | Preparing | 0.07 ms |  | Creating tmp table | 0.11 ms |  | Sorting result | 0.04 ms |  | Executing | 0.02 ms |  | Sending data | 0.52 ms |  | Creating sort index | 0.06 ms |  | Removing tmp table | 0.11 ms |  | Creating sort index | 0.03 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.05 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.09 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |  | 22 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |  | 21 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |  | 20 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |  | 19 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |  | 18 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |  | 17 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 16 | JEventDispatcher->trigger() | JROOT/administrator/components/com_easyblog/includes/dispatcher/dispatcher.php:45 |  | 15 | EasyBlogDispatcher->trigger() | JROOT/administrator/components/com_easyblog/includes/triggers/triggers.php:48 |  | 14 | EasyBlogTriggers->trigger() | JROOT/administrator/components/com_easyblog/includes/post/post.php:5891 |  | 13 | EasyBlogPost->prepareContent() | JROOT/administrator/components/com_easyblog/includes/post/post.php:5310 |  | 12 | EasyBlogPost->getIntro() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1783 |  | 11 | EB::setMeta() | JROOT/administrator/components/com_easyblog/includes/post/post.php:8474 |  | 10 | EasyBlogPost->renderHeaders() | JROOT/components/com_easyblog/views/entry/view.html.php:48 |  | 9 | EasyBlogViewEntry->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.37 ms After last query: 11.69 ms Query memory: 0.006 MB Memory before query: 29.722 MB - UPDATE i5x_easyblog_post
 SET `hits` = (`hits` + 1)
 WHERE `id` = '281'
 - EXPLAIN not possible on query: UPDATE i5x_easyblog_post
SET `hits` = (`hits` + 1)
WHERE `id` = '281' 
| Status | Duration | 
|---|
 | Starting | 0.20 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init for update | 0.10 ms |  | Updating | 0.16 ms |  | End of update loop | 0.03 ms |  | Query end | 0.02 ms |  | Commit | 0.51 ms |  | closing tables | 0.03 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.07 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Table/Table.php:1264 |  | 11 | Joomla\CMS\Table\Table->hit() | JROOT/administrator/components/com_easyblog/includes/post/post.php:1520 |  | 10 | EasyBlogPost->hit() | JROOT/components/com_easyblog/views/entry/view.html.php:65 |  | 9 | EasyBlogViewEntry->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.94 ms After last query: 2.46 ms Query memory: 0.009 MB Memory before query: 29.796 MB Rows returned: 1 - SELECT COUNT(1) 
 FROM `i5x_easyblog_comment` as a
 LEFT JOIN `i5x_users` AS uu
 ON a.`created_by` = uu.`id`
 WHERE a.`post_id`='281'
 AND a.`published`='1'
 AND (uu.`block` = 0 OR uu.`id` IS NULL)
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | a | ref | easyblog_comment_postid,idx_comment_post_items | easyblog_comment_postid | 8 | const | 1 | Using where |  | 1 | SIMPLE | uu | eq_ref | PRIMARY | PRIMARY | 4 | ocscreen_new.a.created_by | 1 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.14 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.07 ms |  | After opening tables | 0.04 ms |  | System lock | 0.03 ms |  | table lock | 0.02 ms |  | init | 0.04 ms |  | Optimizing | 0.04 ms |  | Statistics | 0.09 ms |  | Preparing | 0.07 ms |  | Executing | 0.02 ms |  | Sending data | 0.06 ms |  | End of update loop | 0.04 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.07 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 17 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 16 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/comment.php:553 |  | 15 | EasyBlogModelComment->getCount() | JROOT/administrator/components/com_easyblog/includes/comment/adapters/easyblog.php:141 |  | 14 | EasyBlogCommentEasyBlog->getCount() | JROOT/administrator/components/com_easyblog/includes/comment/comment.php:247 |  | 13 | EasyBlogComment->getCommentCount() | JROOT/administrator/components/com_easyblog/includes/formatter/types/entry.php:44 |  | 12 | EasyBlogFormatterEntry->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/entry/view.html.php:68 |  | 9 | EasyBlogViewEntry->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.82 ms After last query: 0.68 ms Query memory: 0.008 MB Memory before query: 29.826 MB Rows returned: 0 - SELECT `key`,`value` 
 FROM `i5x_easyblog_post_assets`
 WHERE `post_id`='281'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_post_assets | ref | blog_id | blog_id | 4 | const | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.14 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.05 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.07 ms |  | Preparing | 0.05 ms |  | Executing | 0.02 ms |  | Sending data | 0.04 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.05 ms |  | Starting cleanup | 0.03 ms |  | Freeing items | 0.07 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 15 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/assets.php:70 |  | 14 | EasyBlogModelAssets->getPostAssets() | JROOT/administrator/components/com_easyblog/includes/post/post.php:4818 |  | 13 | EasyBlogPost->getAssets() | JROOT/administrator/components/com_easyblog/includes/formatter/types/entry.php:54 |  | 12 | EasyBlogFormatterEntry->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/entry/view.html.php:68 |  | 9 | EasyBlogViewEntry->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.81 ms After last query: 1.09 ms Query memory: 0.006 MB Memory before query: 29.865 MB Rows returned: 1 - SELECT COUNT(1) 
 FROM `i5x_easyblog_feeds_history`
 WHERE `post_id`='281'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_feeds_history | ref | idx_postid | idx_postid | 4 | const | 1 | Using index |  
 
| Status | Duration | 
|---|
 | Starting | 0.11 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.05 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.05 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.07 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.04 ms |  | End of update loop | 0.03 ms |  | Query end | 0.03 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.09 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 12 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 11 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/post/post.php:6685 |  | 10 | EasyBlogPost->isFromFeed() | JROOT/components/com_easyblog/views/entry/view.html.php:88 |  | 9 | EasyBlogViewEntry->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.86 ms After last query: 11.38 ms Query memory: 0.007 MB Memory before query: 30.323 MB Rows returned: 0 - select `id` 
 FROM `i5x_easyblog_adsense`
 where user_id = '221'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_adsense | ref | user_id | user_id | 8 | const | 1 | Using index |  
 
| Status | Duration | 
|---|
 | Starting | 0.16 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.04 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.07 ms |  | Preparing | 0.05 ms |  | Executing | 0.02 ms |  | Sending data | 0.07 ms |  | End of update loop | 0.04 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.07 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 13 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 12 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/tables/adsense.php:38 |  | 11 | EasyBlogTableAdsense->load() | JROOT/administrator/components/com_easyblog/includes/adsense/adsense.php:65 |  | 10 | EasyBlogAdsense->html() | JROOT/components/com_easyblog/views/entry/view.html.php:128 |  | 9 | EasyBlogViewEntry->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.15 ms After last query: 2.08 ms Query memory: 0.012 MB Memory before query: 30.356 MB Rows returned: 0 - SELECT `id` 
 FROM `i5x_menu`
 WHERE ( `link` LIKE 'index.php?option=com_easyblog&view=entry&id=281%' OR `link` LIKE 'index.php?option=com_easyblog&view=entry&id=281%' )
 AND `published`='1'
 AND (`language`='en-GB' OR `language`='' OR `language`='*')
 LIMIT 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_menu | range | idx_language | idx_language | 21 | NULL | 335 | Using index condition; Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.15 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.09 ms |  | Preparing | 0.06 ms |  | Executing | 0.02 ms |  | Sending data | 1.30 ms |  | End of update loop | 0.03 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.07 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 13 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 12 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/menu.php:261 |  | 11 | EasyBlogModelMenu->getMenusByPostId() | JROOT/administrator/components/com_easyblog/includes/post/post.php:7645 |  | 10 | EasyBlogPost->getMenuParams() | JROOT/components/com_easyblog/views/entry/view.html.php:138 |  | 9 | EasyBlogViewEntry->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.04 ms After last query: 3.74 ms Query memory: 0.007 MB Memory before query: 31.742 MB Rows returned: 1 - SELECT a.`id`, a.`title`  
 FROM `i5x_easyblog_post` AS `a`
 INNER JOIN `i5x_users` AS uu
 ON a.`created_by` = uu.`id`
 and uu.`block` = 0
 WHERE a.`published` = '1'
 AND a.`state` = '0'
 AND a.`access`='0'
 AND ( NOT EXISTS (	select acp.post_id
 from `i5x_easyblog_post_category` as acp
 inner join  `i5x_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 `i5x_easyblog_category_acl` as cacl
 where cacl.`category_id` = cat.`id`
 and cacl.`acl_id` = 1
 and cacl.`content_id` IN (9)) = 0 )	)))
 AND a.`source_type`='easyblog.sitewide'
 AND a.`id` NOT IN(281)
 AND a.`created` < '2017-05-19 05:34:28'
 ORDER BY a.`created` DESC
 LIMIT 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | PRIMARY | a | range | PRIMARY,easyblog_post_published,easyblog_post_created_by,easyblog_post_blogger_list,easyblog_post_search,easyblog_frontpage1,easyblog_post_searchnew,idx_pre_soucetype_postcount,idx_post_sql1,idx_latest_posts | easyblog_post_searchnew | 10 | NULL | 81 | Using where |  | 1 | PRIMARY | uu | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | ocscreen_new.a.created_by | 1 | Using where |  | 2 | MATERIALIZED | cat | range | PRIMARY,easyblog_cat_published,easyblog_cat_parentid,easyblog_cat_private,easyblog_cat_lft,idx_category_access,idx_cat_lftrgt,idx_author,idx_category_alias_id,idx_re_autopost | easyblog_cat_private | 4 | NULL | 2 | Using where; Using index |  | 2 | MATERIALIZED | acp | ref | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_cat_post | 4 | ocscreen_new.cat.id | 5 | Using where; Using index |  | 3 | DEPENDENT SUBQUERY | cacl | ref | easyblog_category_acl,easyblog_category_acl_id,easyblog_content_type,easyblog_category_content_type,idx_cat_post_acl | idx_cat_post_acl | 24 | ocscreen_new.cat.id,const,const | 1 | Using where; Using index |  
 
| Status | Duration | 
|---|
 | Starting | 0.37 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.10 ms |  | After opening tables | 0.03 ms |  | System lock | 0.03 ms |  | table lock | 0.03 ms |  | init | 0.10 ms |  | Optimizing | 0.07 ms |  | Statistics | 0.25 ms |  | Preparing | 0.05 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.11 ms |  | Preparing | 0.05 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.09 ms |  | Preparing | 0.06 ms |  | Sorting result | 0.02 ms |  | Executing | 0.02 ms |  | Sending data | 0.08 ms |  | Executing | 0.02 ms |  | Sending data | 0.05 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.03 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.02 ms |  | Removing tmp table | 0.02 ms |  | Freeing items | 0.03 ms |  | Removing tmp table | 0.02 ms |  | Freeing items | 0.08 ms |  | Updating status | 0.04 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 13 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 12 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/blog.php:2070 |  | 11 | EasyBlogModelBlog->getPostNavigation() | JROOT/administrator/components/com_easyblog/models/blog.php:231 |  | 10 | EasyBlogModelBlog->getBlogNavigation() | JROOT/components/com_easyblog/views/entry/view.html.php:181 |  | 9 | EasyBlogViewEntry->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: 7.35 ms After last query: 0.35 ms Query memory: 0.007 MB Memory before query: 31.751 MB Rows returned: 1 - SELECT a.`id`, a.`title`  
 FROM `i5x_easyblog_post` AS `a`
 INNER JOIN `i5x_users` AS uu
 ON a.`created_by` = uu.`id`
 and uu.`block` = 0
 WHERE a.`published` = '1'
 AND a.`state` = '0'
 AND a.`access`='0'
 AND ( NOT EXISTS (	select acp.post_id
 from `i5x_easyblog_post_category` as acp
 inner join  `i5x_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 `i5x_easyblog_category_acl` as cacl
 where cacl.`category_id` = cat.`id`
 and cacl.`acl_id` = 1
 and cacl.`content_id` IN (9)) = 0 )	)))
 AND a.`source_type`='easyblog.sitewide'
 AND a.`id` NOT IN(281)
 AND a.`created` > '2017-05-19 05:34:28'
 ORDER BY a.`created` ASC
 LIMIT 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | PRIMARY | a | range | PRIMARY,easyblog_post_published,easyblog_post_created_by,easyblog_post_blogger_list,easyblog_post_search,easyblog_frontpage1,easyblog_post_searchnew,idx_pre_soucetype_postcount,idx_post_sql1,idx_latest_posts | easyblog_post_searchnew | 10 | NULL | 33 | Using index condition; Using where |  | 1 | PRIMARY | uu | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | ocscreen_new.a.created_by | 1 | Using where |  | 2 | MATERIALIZED | cat | range | PRIMARY,easyblog_cat_published,easyblog_cat_parentid,easyblog_cat_private,easyblog_cat_lft,idx_category_access,idx_cat_lftrgt,idx_author,idx_category_alias_id,idx_re_autopost | easyblog_cat_private | 4 | NULL | 2 | Using where; Using index |  | 2 | MATERIALIZED | acp | ref | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_cat_post | 4 | ocscreen_new.cat.id | 5 | Using where; Using index |  | 3 | DEPENDENT SUBQUERY | cacl | ref | easyblog_category_acl,easyblog_category_acl_id,easyblog_content_type,easyblog_category_content_type,idx_cat_post_acl | idx_cat_post_acl | 24 | ocscreen_new.cat.id,const,const | 1 | Using where; Using index |  
 
| Status | Duration | 
|---|
 | Starting | 0.62 ms |  | checking permissions | 0.15 ms |  | Opening tables | 0.23 ms |  | After opening tables | 0.11 ms |  | System lock | 0.11 ms |  | table lock | 0.10 ms |  | init | 0.40 ms |  | Optimizing | 0.24 ms |  | Statistics | 0.72 ms |  | Preparing | 0.25 ms |  | Optimizing | 0.16 ms |  | Statistics | 0.48 ms |  | Preparing | 0.23 ms |  | Optimizing | 0.14 ms |  | Statistics | 0.29 ms |  | Preparing | 0.30 ms |  | Sorting result | 0.13 ms |  | Executing | 0.11 ms |  | Sending data | 0.36 ms |  | Executing | 0.14 ms |  | Sending data | 0.23 ms |  | End of update loop | 0.12 ms |  | Query end | 0.09 ms |  | Commit | 0.11 ms |  | closing tables | 0.09 ms |  | Unlocking tables | 0.10 ms |  | closing tables | 0.22 ms |  | Starting cleanup | 0.12 ms |  | Freeing items | 0.10 ms |  | Removing tmp table | 0.12 ms |  | Freeing items | 0.11 ms |  | Removing tmp table | 0.09 ms |  | Freeing items | 0.34 ms |  | Updating status | 0.09 ms |  | Reset for next command | 0.09 ms |  
 
| # | Caller | File and line number | 
|---|
 | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 13 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 12 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/blog.php:2070 |  | 11 | EasyBlogModelBlog->getPostNavigation() | JROOT/administrator/components/com_easyblog/models/blog.php:231 |  | 10 | EasyBlogModelBlog->getBlogNavigation() | JROOT/components/com_easyblog/views/entry/view.html.php:181 |  | 9 | EasyBlogViewEntry->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: 4.26 ms After last query: 1.67 ms Query memory: 0.009 MB Memory before query: 31.767 MB Rows returned: 1 - SELECT *
 FROM i5x_easyblog_post
 WHERE `id` = '280'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_post | const | PRIMARY | PRIMARY | 8 | const | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.55 ms |  | checking permissions | 0.19 ms |  | Opening tables | 0.18 ms |  | After opening tables | 0.13 ms |  | System lock | 0.12 ms |  | table lock | 0.09 ms |  | init | 0.14 ms |  | Optimizing | 0.12 ms |  | Statistics | 0.26 ms |  | Preparing | 0.12 ms |  | Unlocking tables | 0.12 ms |  | Preparing | 0.15 ms |  | Executing | 0.08 ms |  | Sending data | 0.37 ms |  | End of update loop | 0.17 ms |  | Query end | 0.11 ms |  | Commit | 0.09 ms |  | closing tables | 0.09 ms |  | Unlocking tables | 0.09 ms |  | closing tables | 0.11 ms |  | Starting cleanup | 0.11 ms |  | Freeing items | 0.29 ms |  | Updating status | 0.16 ms |  | Reset for next command | 0.08 ms |  
 
| # | Caller | File and line number | 
|---|
 | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |  | 17 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |  | 16 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/tables/post.php:78 |  | 15 | EasyBlogTablePost->load() | JROOT/administrator/components/com_easyblog/includes/post/post.php:415 |  | 14 | EasyBlogPost->loadPost() | JROOT/administrator/components/com_easyblog/includes/post/post.php:311 |  | 13 | EasyBlogPost->load() | JROOT/administrator/components/com_easyblog/includes/post/post.php:270 |  | 12 | EasyBlogPost->__construct() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3608 |  | 11 | EB::post() | JROOT/administrator/components/com_easyblog/models/blog.php:236 |  | 10 | EasyBlogModelBlog->getBlogNavigation() | JROOT/components/com_easyblog/views/entry/view.html.php:181 |  | 9 | EasyBlogViewEntry->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.70 ms After last query: 1.15 ms Query memory: 0.008 MB Memory before query: 31.789 MB Rows returned: 1 - SELECT *
 FROM i5x_easyblog_revisions
 WHERE `id` = '844'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_revisions | const | PRIMARY | PRIMARY | 8 | const | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.44 ms |  | checking permissions | 0.13 ms |  | Opening tables | 0.16 ms |  | After opening tables | 0.10 ms |  | System lock | 0.11 ms |  | table lock | 0.16 ms |  | init | 0.27 ms |  | Optimizing | 0.15 ms |  | Statistics | 0.34 ms |  | Preparing | 0.13 ms |  | Unlocking tables | 0.11 ms |  | Preparing | 0.11 ms |  | Executing | 0.09 ms |  | Sending data | 0.08 ms |  | End of update loop | 0.02 ms |  | Query end | 0.01 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.01 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |  | 16 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |  | 15 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/post/post.php:451 |  | 14 | EasyBlogPost::loadRevision() | JROOT/administrator/components/com_easyblog/includes/post/post.php:340 |  | 13 | EasyBlogPost->load() | JROOT/administrator/components/com_easyblog/includes/post/post.php:270 |  | 12 | EasyBlogPost->__construct() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3608 |  | 11 | EB::post() | JROOT/administrator/components/com_easyblog/models/blog.php:236 |  | 10 | EasyBlogModelBlog->getBlogNavigation() | JROOT/components/com_easyblog/views/entry/view.html.php:181 |  | 9 | EasyBlogViewEntry->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.69 ms After last query: 0.31 ms Query memory: 0.008 MB Memory before query: 31.820 MB Rows returned: 1 - SELECT COUNT(1) 
 FROM `i5x_easyblog_featured`
 WHERE `content_id`='280'
 AND `type`='post'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_featured | ref | easyblog_featured_content_type,easyblog_content | easyblog_featured_content_type | 775 | const,const | 1 | Using where; Using index |  
 
| Status | Duration | 
|---|
 | Starting | 0.11 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.07 ms |  | Preparing | 0.06 ms |  | Executing | 0.02 ms |  | Sending data | 0.03 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.03 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 16 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 15 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/blog.php:60 |  | 14 | EasyBlogModelBlog->isFeatured() | JROOT/administrator/components/com_easyblog/includes/post/post.php:376 |  | 13 | EasyBlogPost->load() | JROOT/administrator/components/com_easyblog/includes/post/post.php:270 |  | 12 | EasyBlogPost->__construct() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3608 |  | 11 | EB::post() | JROOT/administrator/components/com_easyblog/models/blog.php:236 |  | 10 | EasyBlogModelBlog->getBlogNavigation() | JROOT/components/com_easyblog/views/entry/view.html.php:181 |  | 9 | EasyBlogViewEntry->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.67 ms After last query: 0.13 ms Query memory: 0.009 MB Memory before query: 31.829 MB Rows returned: 1 - SELECT * 
 FROM `i5x_easyblog_meta`
 WHERE `type`='post'
 AND `content_id`='280'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_meta | ref | idx_meta_content_type | idx_meta_content_type | 66 | const,const | 1 | Using index condition |  
 
| Status | Duration | 
|---|
 | Starting | 0.09 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.04 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.06 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.05 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 17 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 16 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/tables/meta.php:50 |  | 15 | EasyBlogTableMeta->loadByType() | JROOT/administrator/components/com_easyblog/includes/post/post.php:551 |  | 14 | EasyBlogPost->loadMeta() | JROOT/administrator/components/com_easyblog/includes/post/post.php:390 |  | 13 | EasyBlogPost->load() | JROOT/administrator/components/com_easyblog/includes/post/post.php:270 |  | 12 | EasyBlogPost->__construct() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3608 |  | 11 | EB::post() | JROOT/administrator/components/com_easyblog/models/blog.php:236 |  | 10 | EasyBlogModelBlog->getBlogNavigation() | JROOT/components/com_easyblog/views/entry/view.html.php:181 |  | 9 | EasyBlogViewEntry->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.96 ms After last query: 0.36 ms Query memory: 0.009 MB Memory before query: 31.851 MB Rows returned: 1 - SELECT *
 FROM i5x_easyblog_post
 WHERE `id` = '282'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_post | const | PRIMARY | PRIMARY | 8 | const | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.08 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.02 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.06 ms |  | Optimizing | 0.04 ms |  | Statistics | 0.08 ms |  | Preparing | 0.02 ms |  | Unlocking tables | 0.02 ms |  | Preparing | 0.02 ms |  | Executing | 0.02 ms |  | Sending data | 0.07 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.14 ms |  | Freeing items | 0.08 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |  | 17 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |  | 16 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/tables/post.php:78 |  | 15 | EasyBlogTablePost->load() | JROOT/administrator/components/com_easyblog/includes/post/post.php:415 |  | 14 | EasyBlogPost->loadPost() | JROOT/administrator/components/com_easyblog/includes/post/post.php:311 |  | 13 | EasyBlogPost->load() | JROOT/administrator/components/com_easyblog/includes/post/post.php:270 |  | 12 | EasyBlogPost->__construct() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3608 |  | 11 | EB::post() | JROOT/administrator/components/com_easyblog/models/blog.php:240 |  | 10 | EasyBlogModelBlog->getBlogNavigation() | JROOT/components/com_easyblog/views/entry/view.html.php:181 |  | 9 | EasyBlogViewEntry->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.71 ms After last query: 0.26 ms Query memory: 0.008 MB Memory before query: 31.891 MB Rows returned: 1 - SELECT *
 FROM i5x_easyblog_revisions
 WHERE `id` = '856'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_revisions | const | PRIMARY | PRIMARY | 8 | const | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.08 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.09 ms |  | Preparing | 0.03 ms |  | Unlocking tables | 0.02 ms |  | Preparing | 0.02 ms |  | Executing | 0.02 ms |  | Sending data | 0.05 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.07 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |  | 16 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |  | 15 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/post/post.php:451 |  | 14 | EasyBlogPost::loadRevision() | JROOT/administrator/components/com_easyblog/includes/post/post.php:340 |  | 13 | EasyBlogPost->load() | JROOT/administrator/components/com_easyblog/includes/post/post.php:270 |  | 12 | EasyBlogPost->__construct() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3608 |  | 11 | EB::post() | JROOT/administrator/components/com_easyblog/models/blog.php:240 |  | 10 | EasyBlogModelBlog->getBlogNavigation() | JROOT/components/com_easyblog/views/entry/view.html.php:181 |  | 9 | EasyBlogViewEntry->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.64 ms After last query: 0.50 ms Query memory: 0.008 MB Memory before query: 31.963 MB Rows returned: 1 - SELECT COUNT(1) 
 FROM `i5x_easyblog_featured`
 WHERE `content_id`='282'
 AND `type`='post'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_featured | ref | easyblog_featured_content_type,easyblog_content | easyblog_featured_content_type | 775 | const,const | 1 | Using where; Using index |  
 
| Status | Duration | 
|---|
 | Starting | 0.09 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.02 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.06 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.04 ms |  | End of update loop | 0.03 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 16 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 15 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/blog.php:60 |  | 14 | EasyBlogModelBlog->isFeatured() | JROOT/administrator/components/com_easyblog/includes/post/post.php:376 |  | 13 | EasyBlogPost->load() | JROOT/administrator/components/com_easyblog/includes/post/post.php:270 |  | 12 | EasyBlogPost->__construct() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3608 |  | 11 | EB::post() | JROOT/administrator/components/com_easyblog/models/blog.php:240 |  | 10 | EasyBlogModelBlog->getBlogNavigation() | JROOT/components/com_easyblog/views/entry/view.html.php:181 |  | 9 | EasyBlogViewEntry->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.64 ms After last query: 0.12 ms Query memory: 0.009 MB Memory before query: 31.972 MB Rows returned: 1 - SELECT * 
 FROM `i5x_easyblog_meta`
 WHERE `type`='post'
 AND `content_id`='282'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_meta | ref | idx_meta_content_type | idx_meta_content_type | 66 | const,const | 1 | Using index condition |  
 
| Status | Duration | 
|---|
 | Starting | 0.09 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.02 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.05 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.05 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.07 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 17 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 16 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/tables/meta.php:50 |  | 15 | EasyBlogTableMeta->loadByType() | JROOT/administrator/components/com_easyblog/includes/post/post.php:551 |  | 14 | EasyBlogPost->loadMeta() | JROOT/administrator/components/com_easyblog/includes/post/post.php:390 |  | 13 | EasyBlogPost->load() | JROOT/administrator/components/com_easyblog/includes/post/post.php:270 |  | 12 | EasyBlogPost->__construct() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3608 |  | 11 | EB::post() | JROOT/administrator/components/com_easyblog/models/blog.php:240 |  | 10 | EasyBlogModelBlog->getBlogNavigation() | JROOT/components/com_easyblog/views/entry/view.html.php:181 |  | 9 | EasyBlogViewEntry->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.85 ms After last query: 0.36 ms Query memory: 0.007 MB Memory before query: 31.991 MB Rows returned: 0 - SELECT COUNT(1) as `voted`, `uid` 
 FROM `i5x_easyblog_ratings`
 WHERE `uid` IN (280,282)
 AND `type`='entry'
 AND `created_by`='0'
 AND (`sessionid` = '50daea0a42812d5943b09ab45341fa5c' OR `ip` = '216.73.216.166')
 GROUP BY `uid`
 ORDER BY NULL
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_ratings | ref | post_id,created_by,idx_uid_type,idx_uid_type_user,idx_uid_type_user_session,idx_uid_type_user_ipaddr | created_by | 4 | const | 1 | Using where; Using temporary |  
 
| Status | Duration | 
|---|
 | Starting | 0.11 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.12 ms |  | Preparing | 0.05 ms |  | Creating tmp table | 0.05 ms |  | Executing | 0.03 ms |  | Sending data | 0.03 ms |  | Removing tmp table | 0.02 ms |  | Sending data | 0.02 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.07 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 14 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/ratings.php:135 |  | 13 | EasyBlogModelRatings->preloadUserPostRatings() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:452 |  | 12 | EasyBlogCache->cacheVoted() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:357 |  | 11 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/models/blog.php:244 |  | 10 | EasyBlogModelBlog->getBlogNavigation() | JROOT/components/com_easyblog/views/entry/view.html.php:181 |  | 9 | EasyBlogViewEntry->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.69 ms After last query: 0.11 ms Query memory: 0.007 MB Memory before query: 31.998 MB Rows returned: 0 - SELECT AVG(`value`) AS `ratings` ,COUNT(1) AS `total` ,`uid` 
 FROM `i5x_easyblog_ratings` AS a
 WHERE a.`uid` IN(280,282)
 AND `type`='entry'
 GROUP BY `uid`
 ORDER BY NULL
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | a | range | post_id,idx_uid_type,idx_uid_type_user,idx_uid_type_user_ipaddr | idx_uid_type | 771 | NULL | 1 | Using where; Using index |  
 
| Status | Duration | 
|---|
 | Starting | 0.09 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.02 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.07 ms |  | Preparing | 0.04 ms |  | Sorting result | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.04 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 14 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/ratings.php:176 |  | 13 | EasyBlogModelRatings->preloadRatings() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:583 |  | 12 | EasyBlogCache->cacheRatings() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:362 |  | 11 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/models/blog.php:244 |  | 10 | EasyBlogModelBlog->getBlogNavigation() | JROOT/components/com_easyblog/views/entry/view.html.php:181 |  | 9 | EasyBlogViewEntry->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.83 ms After last query: 0.17 ms Query memory: 0.007 MB Memory before query: 32.006 MB Rows returned: 0 - SELECT a.* 
 FROM `i5x_easyblog_comment` AS a
 LEFT JOIN `i5x_users` AS uu
 ON a.`created_by` = uu.`id`
 WHERE a.`post_id` IN(280,282)
 AND a.`published`='1'
 AND (uu.`block` = 0 OR uu.`id` IS NULL)
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | a | range | easyblog_comment_postid,idx_comment_post_items | easyblog_comment_postid | 8 | NULL | 1 | Using index condition; Using where |  | 1 | SIMPLE | uu | eq_ref | PRIMARY | PRIMARY | 4 | ocscreen_new.a.created_by | 1 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.12 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.04 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.05 ms |  | Optimizing | 0.04 ms |  | Statistics | 0.07 ms |  | Preparing | 0.06 ms |  | Executing | 0.02 ms |  | Sending data | 0.05 ms |  | End of update loop | 0.03 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 14 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/comment.php:580 |  | 13 | EasyBlogModelComment->preloadComments() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:615 |  | 12 | EasyBlogCache->cacheComments() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:367 |  | 11 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/models/blog.php:244 |  | 10 | EasyBlogModelBlog->getBlogNavigation() | JROOT/components/com_easyblog/views/entry/view.html.php:181 |  | 9 | EasyBlogViewEntry->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.65 ms After last query: 0.14 ms Query memory: 0.007 MB Memory before query: 32.014 MB Rows returned: 0 - SELECT a.`post_id`, COUNT(1) AS `count` 
 FROM `i5x_easyblog_comment` AS a
 LEFT JOIN `i5x_users` AS uu
 ON a.`created_by` = uu.`id`
 WHERE a.`post_id` IN(280,282)
 AND a.`published`='1'
 AND (uu.`block` = 0 OR uu.`id` IS NULL)
 GROUP BY a.`post_id`
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | a | range | easyblog_comment_postid,idx_comment_post_items | easyblog_comment_postid | 8 | NULL | 1 | Using index condition; Using where |  | 1 | SIMPLE | uu | eq_ref | PRIMARY | PRIMARY | 4 | ocscreen_new.a.created_by | 1 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.11 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.05 ms |  | Preparing | 0.04 ms |  | Sorting result | 0.02 ms |  | Executing | 0.02 ms |  | Sending data | 0.03 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.01 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 14 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/comment.php:627 |  | 13 | EasyBlogModelComment->preloadCommentCount() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:641 |  | 12 | EasyBlogCache->cacheCommentCount() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:372 |  | 11 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/models/blog.php:244 |  | 10 | EasyBlogModelBlog->getBlogNavigation() | JROOT/components/com_easyblog/views/entry/view.html.php:181 |  | 9 | EasyBlogViewEntry->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.59 ms After last query: 0.10 ms Query memory: 0.007 MB Memory before query: 32.021 MB Rows returned: 3 - select a.*, b.`post_id`, b.`primary` 
 from `i5x_easyblog_category` as a
 inner join `i5x_easyblog_post_category` as b
 on a.`id` = b.`category_id`
 where b.`post_id` IN (280,282)
 order by a.`lft` asc
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | b | range | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_postid | 4 | NULL | 3 | Using index condition; Using temporary; Using filesort |  | 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 8 | ocscreen_new.b.category_id | 1 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.10 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.05 ms |  | Optimizing | 0.04 ms |  | Statistics | 0.10 ms |  | Preparing | 0.04 ms |  | Creating tmp table | 0.07 ms |  | Sorting result | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.55 ms |  | Creating sort index | 0.09 ms |  | Removing tmp table | 0.13 ms |  | Creating sort index | 0.03 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 14 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/category.php:1977 |  | 13 | EasyBlogModelCategory->preloadByPosts() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:728 |  | 12 | EasyBlogCache->cacheCategories() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:377 |  | 11 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/models/blog.php:244 |  | 10 | EasyBlogModelBlog->getBlogNavigation() | JROOT/components/com_easyblog/views/entry/view.html.php:181 |  | 9 | EasyBlogViewEntry->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.61 ms After last query: 0.24 ms Query memory: 0.007 MB Memory before query: 32.045 MB Rows returned: 0 - select a.*, b.`post_id` 
 from `i5x_easyblog_tag` as a
 inner join `i5x_easyblog_post_tag` as b
 on a.`id` = b.`tag_id`
 where b.`post_id` IN (280,282)
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | b | range | easyblog_post_tag_tag_id,easyblog_post_tag_post_id,easyblog_post_tagpost_id | easyblog_post_tag_post_id | 8 | NULL | 2 | Using index condition |  | 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 8 | ocscreen_new.b.tag_id | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.08 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.05 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.03 ms |  | End of update loop | 0.02 ms |  | Query end | 0.01 ms |  | Commit | 0.02 ms |  | closing tables | 0.01 ms |  | Unlocking tables | 0.01 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.04 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 14 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/tags.php:929 |  | 13 | EasyBlogModelTags->preloadByPosts() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:810 |  | 12 | EasyBlogCache->cacheTags() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:382 |  | 11 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/models/blog.php:244 |  | 10 | EasyBlogModelBlog->getBlogNavigation() | JROOT/components/com_easyblog/views/entry/view.html.php:181 |  | 9 | EasyBlogViewEntry->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.61 ms After last query: 0.08 ms Query memory: 0.007 MB Memory before query: 32.053 MB Rows returned: 2 - select a.* 
 from `i5x_easyblog_revisions` as a
 where a.`id` IN ( 844,856)
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | a | range | PRIMARY | PRIMARY | 8 | NULL | 2 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.10 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.02 ms |  | After opening tables | 0.02 ms |  | System lock | 0.01 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.03 ms |  | Preparing | 0.02 ms |  | Executing | 0.01 ms |  | Sending data | 0.10 ms |  | End of update loop | 0.03 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.01 ms |  | Unlocking tables | 0.01 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 14 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/revisions.php:624 |  | 13 | EasyBlogModelRevisions->preload() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:704 |  | 12 | EasyBlogCache->cacheRevisions() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:387 |  | 11 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/models/blog.php:244 |  | 10 | EasyBlogModelBlog->getBlogNavigation() | JROOT/components/com_easyblog/views/entry/view.html.php:181 |  | 9 | EasyBlogViewEntry->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.68 ms After last query: 0.16 ms Query memory: 0.009 MB Memory before query: 32.109 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 `i5x_users` as u
 left join `i5x_easyblog_users` as e
 ON u.`id` = e.`id`
 where u.`id` = 141
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 |  |  | 1 | SIMPLE | e | const | PRIMARY | PRIMARY | 8 | const | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.12 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.04 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.07 ms |  | Preparing | 0.02 ms |  | Unlocking tables | 0.02 ms |  | Preparing | 0.02 ms |  | Executing | 0.01 ms |  | Sending data | 0.03 ms |  | End of update loop | 0.02 ms |  | Query end | 0.01 ms |  | Commit | 0.02 ms |  | closing tables | 0.01 ms |  | Unlocking tables | 0.01 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 18 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 17 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/users.php:298 |  | 16 | EasyBlogModelUsers->getUsersMeta() | JROOT/administrator/components/com_easyblog/includes/user/user.php:139 |  | 15 | EasyBlogUser::loadUsers() | JROOT/administrator/components/com_easyblog/includes/user/user.php:36 |  | 14 | EasyBlogUser::factory() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1084 |  | 13 | EB::user() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:791 |  | 12 | EasyBlogCache->cacheAuthors() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:392 |  | 11 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/models/blog.php:244 |  | 10 | EasyBlogModelBlog->getBlogNavigation() | JROOT/components/com_easyblog/views/entry/view.html.php:181 |  | 9 | EasyBlogViewEntry->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.60 ms After last query: 0.26 ms Query memory: 0.010 MB Memory before query: 32.127 MB Rows returned: 1 - SELECT *
 FROM `i5x_users`
 WHERE `id` = 141
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_users | const | PRIMARY | PRIMARY | 4 | const | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.10 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.02 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.03 ms |  | Preparing | 0.02 ms |  | Unlocking tables | 0.02 ms |  | Preparing | 0.02 ms |  | Executing | 0.02 ms |  | Sending data | 0.05 ms |  | End of update loop | 0.02 ms |  | Query end | 0.01 ms |  | Commit | 0.02 ms |  | closing tables | 0.01 ms |  | Unlocking tables | 0.01 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |  | 21 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 |  | 20 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 |  | 19 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |  | 18 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |  | 17 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |  | 16 | Joomla\CMS\Factory::getUser() | JROOT/administrator/components/com_easyblog/includes/user/user.php:186 |  | 15 | EasyBlogUser::loadUsers() | JROOT/administrator/components/com_easyblog/includes/user/user.php:36 |  | 14 | EasyBlogUser::factory() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1084 |  | 13 | EB::user() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:791 |  | 12 | EasyBlogCache->cacheAuthors() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:392 |  | 11 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/models/blog.php:244 |  | 10 | EasyBlogModelBlog->getBlogNavigation() | JROOT/components/com_easyblog/views/entry/view.html.php:181 |  | 9 | EasyBlogViewEntry->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.64 ms After last query: 0.13 ms Query memory: 0.010 MB Memory before query: 32.141 MB Rows returned: 2 - SELECT `g`.`id`,`g`.`title`
 FROM `i5x_usergroups` AS g
 INNER JOIN `i5x_user_usergroup_map` AS m
 ON m.group_id = g.id
 WHERE `m`.`user_id` = 141
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 2 | Using index |  | 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | ocscreen_new.m.group_id | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.09 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.04 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.02 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.05 ms |  | Preparing | 0.03 ms |  | Executing | 0.05 ms |  | Sending data | 0.04 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |  | 21 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 |  | 20 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 |  | 19 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |  | 18 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |  | 17 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |  | 16 | Joomla\CMS\Factory::getUser() | JROOT/administrator/components/com_easyblog/includes/user/user.php:186 |  | 15 | EasyBlogUser::loadUsers() | JROOT/administrator/components/com_easyblog/includes/user/user.php:36 |  | 14 | EasyBlogUser::factory() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1084 |  | 13 | EB::user() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:791 |  | 12 | EasyBlogCache->cacheAuthors() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:392 |  | 11 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/models/blog.php:244 |  | 10 | EasyBlogModelBlog->getBlogNavigation() | JROOT/components/com_easyblog/views/entry/view.html.php:181 |  | 9 | EasyBlogViewEntry->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.94 ms After last query: 0.27 ms Query memory: 0.007 MB Memory before query: 32.149 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 `i5x_easyblog_category_fields_groups` as a
 inner join `i5x_easyblog_post_category` as p
 on `a`.`category_id` = `p`.`category_id`
 inner join `i5x_easyblog_fields_groups` as fg
 on `a`.`group_id` = `fg`.`id`
 inner join `i5x_easyblog_fields` as f
 on `fg`.`id` = `f`.`group_id`
 left join `i5x_easyblog_fields_values` as fv
 on `fv`.`field_id` = `f`.`id`
 and `fv`.`post_id` = `p`.`post_id`
 LEFT JOIN `i5x_easyblog_fields_groups_acl` AS acl
 ON fg.`id` = acl.`group_id`
 where p.post_id IN (280,282)
 AND ( acl.`acl_id` IN(9)
 AND acl.`acl_type` = 'read' OR acl.`id` IS NULL )
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | a | index | category_id,cat_id | category_id | 8 | NULL | 1 | Using index |  | 1 | SIMPLE | fg | eq_ref | PRIMARY | PRIMARY | 4 | ocscreen_new.a.group_id | 1 |  |  | 1 | SIMPLE | p | range | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_post_cat | 4 | NULL | 3 | Using where; Using index; Using join buffer (flat, BNL join) |  | 1 | SIMPLE | f | ALL | group_id,idx_group_ordering | NO INDEX KEY COULD BE USED | NULL | NULL | 13 | Using where; Using join buffer (incremental, BNL join) |  | 1 | SIMPLE | fv | ref | field_id,post_id | field_id | 4 | ocscreen_new.f.id | 1 | Using where |  | 1 | SIMPLE | acl | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using join buffer (flat, BNL join) |  
 
| Status | Duration | 
|---|
 | Starting | 0.14 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.05 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.04 ms |  | Optimizing | 0.04 ms |  | Statistics | 0.13 ms |  | Preparing | 0.10 ms |  | Executing | 0.02 ms |  | Sending data | 0.08 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.03 ms |  | closing tables | 0.03 ms |  | Unlocking tables | 0.01 ms |  | closing tables | 0.03 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 14 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/fields.php:305 |  | 13 | EasyBlogModelFields->preloadFields() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:489 |  | 12 | EasyBlogCache->cacheFields() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:397 |  | 11 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/models/blog.php:244 |  | 10 | EasyBlogModelBlog->getBlogNavigation() | JROOT/components/com_easyblog/views/entry/view.html.php:181 |  | 9 | EasyBlogViewEntry->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.59 ms After last query: 0.07 ms Query memory: 0.007 MB Memory before query: 32.155 MB Rows returned: 2 - select * 
 from `i5x_easyblog_meta`
 where `content_id` in (280,282)
 and `type` = 'post'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_meta | range | idx_meta_content_type | idx_meta_content_type | 66 | NULL | 2 | Using index condition |  
 
| Status | Duration | 
|---|
 | Starting | 0.07 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.02 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.05 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.05 ms |  | End of update loop | 0.02 ms |  | Query end | 0.01 ms |  | Commit | 0.02 ms |  | closing tables | 0.03 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 14 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/metas.php:397 |  | 13 | EasyBlogModelMetas->preloadPostMetas() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:418 |  | 12 | EasyBlogCache->cacheMetas() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:402 |  | 11 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/models/blog.php:244 |  | 10 | EasyBlogModelBlog->getBlogNavigation() | JROOT/components/com_easyblog/views/entry/view.html.php:181 |  | 9 | EasyBlogViewEntry->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.83 ms After last query: 30.20 ms Query memory: 0.011 MB Memory before query: 33.621 MB Rows returned: 40 - SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.mirror_id, am.params as advancedparams, 0 as menuid, m.publish_up, m.publish_down
 FROM i5x_modules AS m
 LEFT JOIN i5x_extensions AS e
 ON e.element = m.module
 AND e.client_id = m.client_id
 LEFT JOIN i5x_advancedmodules as am
 ON am.moduleid = m.id
 WHERE m.published = 1
 AND e.enabled = 1
 AND m.access IN (1,1,5)
 AND m.client_id = 0
 ORDER BY m.position, m.ordering
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | m | ref | published,newsfeeds | published | 1 | const | 56 | Using index condition; Using where; Using filesort |  | 1 | SIMPLE | am | eq_ref | PRIMARY | PRIMARY | 4 | ocscreen_new.m.id | 1 | Using where |  | 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 303 | ocscreen_new.m.module,const | 1 | Using index condition; Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.21 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.04 ms |  | After opening tables | 0.02 ms |  | System lock | 0.04 ms |  | table lock | 0.02 ms |  | init | 0.04 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.08 ms |  | Preparing | 0.05 ms |  | Sorting result | 0.02 ms |  | Executing | 0.02 ms |  | Sending data | 0.06 ms |  | Creating sort index | 0.92 ms |  | End of update loop | 0.02 ms |  | Query end | 0.03 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 22 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:402 |  | 21 | PlgSystemAdvancedModuleHelper->getModuleList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:123 |  | 20 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |  | 19 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |  | 18 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |  | 17 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |  | 16 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:231 |  | 15 | EasyBlogThemes->renderModule() | JROOT/components/com_easyblog/themes/wireframe/entry/default/default.php:65 |  | 14 | include JROOT/components/com_easyblog/themes/wireframe/entry/default/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 13 | EasyBlogThemes->output() | JROOT/components/com_easyblog/themes/wireframe/entry/default/wrapper.php:16 |  | 12 | include JROOT/components/com_easyblog/themes/wireframe/entry/default/wrapper.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:212 |  | 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/entry/view.html.php:218 |  | 9 | EasyBlogViewEntry->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.73 ms After last query: 12.61 ms Query memory: 0.013 MB Memory before query: 34.290 MB Rows returned: 2 - SELECT `group_id` 
 FROM `i5x_user_usergroup_map`
 WHERE `user_id` = '221'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_user_usergroup_map | ref | PRIMARY | PRIMARY | 4 | const | 2 | Using index |  
 
| Status | Duration | 
|---|
 | Starting | 0.18 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.02 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.06 ms |  | Preparing | 0.04 ms |  | Executing | 0.02 ms |  | Sending data | 0.06 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.01 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |  | 27 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 26 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:58 |  | 25 | EasyBlogAcl::getRuleSet() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:298 |  | 24 | EB::acl() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:2941 |  | 23 | EB::isBlogger() | JROOT/administrator/components/com_easyblog/includes/profile/adapters/default/client.php:32 |  | 22 | EasyBlogProfileDefault->getLink() | JROOT/administrator/components/com_easyblog/includes/profile/profile.php:46 |  | 21 | EasyBlogProfile->getLink() | JROOT/administrator/components/com_easyblog/tables/profile.php:524 |  | 20 | EasyBlogTableProfile->getProfileLink() | JROOT/administrator/components/com_easyblog/includes/post/post.php:4765 |  | 19 | EasyBlogPost->getAuthorPermalink() | JROOT/components/com_easyblog/themes/wireframe/helpers/post/entry/meta.php:29 |  | 18 | include JROOT/components/com_easyblog/themes/wireframe/helpers/post/entry/meta.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 17 | EasyBlogThemes->output() | JROOT/administrator/components/com_easyblog/includes/themes/helpers/post/entry.php:263 |  | 16 | EasyBlogThemesHelperPostEntry->meta() | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:430 |  | 15 | EasyBlogThemes->html() | JROOT/components/com_easyblog/themes/wireframe/entry/default/default.php:88 |  | 14 | include JROOT/components/com_easyblog/themes/wireframe/entry/default/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 13 | EasyBlogThemes->output() | JROOT/components/com_easyblog/themes/wireframe/entry/default/wrapper.php:16 |  | 12 | include JROOT/components/com_easyblog/themes/wireframe/entry/default/wrapper.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:212 |  | 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/entry/view.html.php:218 |  | 9 | EasyBlogViewEntry->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.44 ms After last query: 0.10 ms Query memory: 0.014 MB Memory before query: 34.303 MB Rows returned: 1126 - SELECT * 
 FROM `i5x_easyblog_acl_group`
 WHERE `content_id` IN (2, 3)
 AND `type`='
 group'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_acl_group | range | easyblog_post_acl_content_type | easyblog_post_acl_content_type | 775 | NULL | 1126 | Using index condition |  
 
| Status | Duration | 
|---|
 | Starting | 0.08 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.04 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.07 ms |  | Preparing | 0.06 ms |  | Executing | 0.02 ms |  | Sending data | 2.70 ms |  | End of update loop | 0.04 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 28 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 27 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:151 |  | 26 | EasyBlogAcl::getEasyBlogAclGroups() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:65 |  | 25 | EasyBlogAcl::getRuleSet() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:298 |  | 24 | EB::acl() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:2941 |  | 23 | EB::isBlogger() | JROOT/administrator/components/com_easyblog/includes/profile/adapters/default/client.php:32 |  | 22 | EasyBlogProfileDefault->getLink() | JROOT/administrator/components/com_easyblog/includes/profile/profile.php:46 |  | 21 | EasyBlogProfile->getLink() | JROOT/administrator/components/com_easyblog/tables/profile.php:524 |  | 20 | EasyBlogTableProfile->getProfileLink() | JROOT/administrator/components/com_easyblog/includes/post/post.php:4765 |  | 19 | EasyBlogPost->getAuthorPermalink() | JROOT/components/com_easyblog/themes/wireframe/helpers/post/entry/meta.php:29 |  | 18 | include JROOT/components/com_easyblog/themes/wireframe/helpers/post/entry/meta.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 17 | EasyBlogThemes->output() | JROOT/administrator/components/com_easyblog/includes/themes/helpers/post/entry.php:263 |  | 16 | EasyBlogThemesHelperPostEntry->meta() | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:430 |  | 15 | EasyBlogThemes->html() | JROOT/components/com_easyblog/themes/wireframe/entry/default/default.php:88 |  | 14 | include JROOT/components/com_easyblog/themes/wireframe/entry/default/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 13 | EasyBlogThemes->output() | JROOT/components/com_easyblog/themes/wireframe/entry/default/wrapper.php:16 |  | 12 | include JROOT/components/com_easyblog/themes/wireframe/entry/default/wrapper.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:212 |  | 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/entry/view.html.php:218 |  | 9 | EasyBlogViewEntry->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.97 ms After last query: 9.08 ms Query memory: 0.011 MB Memory before query: 35.295 MB Rows returned: 5 - SELECT a.*, count(b.`id`) AS total 
 FROM `i5x_easyblog_reactions` AS a
 LEFT JOIN `i5x_easyblog_reactions_history` AS b
 ON a.`id` = b.`reaction_id`
 AND b.`post_id`='281'
 WHERE a.`published`='1'
 GROUP BY a.`id`
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | a | index | NULL | PRIMARY | 4 | NULL | 5 | Using where |  | 1 | SIMPLE | b | ref | post_id | post_id | 12 | const,ocscreen_new.a.id | 1 | Using index |  
 
| Status | Duration | 
|---|
 | Starting | 0.21 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.05 ms |  | After opening tables | 0.03 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.04 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.08 ms |  | Preparing | 0.04 ms |  | Sorting result | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.07 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.10 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 21 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 20 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/reactions.php:131 |  | 19 | EasyBlogModelReactions->getReactions() | JROOT/administrator/components/com_easyblog/includes/reactions/reactions.php:109 |  | 18 | EasyBlogReactions->getReactions() | JROOT/administrator/components/com_easyblog/includes/reactions/reactions.php:157 |  | 17 | EasyBlogReactions->html() | JROOT/administrator/components/com_easyblog/includes/themes/helpers/post.php:303 |  | 16 | EasyBlogThemesHelperPost->reactions() | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:430 |  | 15 | EasyBlogThemes->html() | JROOT/components/com_easyblog/themes/wireframe/entry/default/default.php:135 |  | 14 | include JROOT/components/com_easyblog/themes/wireframe/entry/default/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 13 | EasyBlogThemes->output() | JROOT/components/com_easyblog/themes/wireframe/entry/default/wrapper.php:16 |  | 12 | include JROOT/components/com_easyblog/themes/wireframe/entry/default/wrapper.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:212 |  | 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/entry/view.html.php:218 |  | 9 | EasyBlogViewEntry->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.68 ms After last query: 0.15 ms Query memory: 0.011 MB Memory before query: 35.310 MB Rows returned: 0 - SELECT b.* 
 FROM `i5x_easyblog_reactions_history` AS a
 LEFT JOIN `i5x_easyblog_reactions`AS b
 ON a.`reaction_id` =  b.`id`
 WHERE a.`post_id` = '281'
 AND a.`token_id` = '850f24518f8dfe35857733662e74b1f6'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | a | ref|filter | post_id,token_id | post_id|token_id | 8|767 | const | 1 (4%) | Using where; Using rowid filter |  | 1 | SIMPLE | b | eq_ref | PRIMARY | PRIMARY | 4 | ocscreen_new.a.reaction_id | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.10 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.09 ms |  | Preparing | 0.05 ms |  | Executing | 0.02 ms |  | Sending data | 0.03 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.01 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 21 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 20 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/reactions.php:160 |  | 19 | EasyBlogModelReactions->getUserReaction() | JROOT/administrator/components/com_easyblog/includes/reactions/reactions.php:122 |  | 18 | EasyBlogReactions->getUserReaction() | JROOT/administrator/components/com_easyblog/includes/reactions/reactions.php:165 |  | 17 | EasyBlogReactions->html() | JROOT/administrator/components/com_easyblog/includes/themes/helpers/post.php:303 |  | 16 | EasyBlogThemesHelperPost->reactions() | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:430 |  | 15 | EasyBlogThemes->html() | JROOT/components/com_easyblog/themes/wireframe/entry/default/default.php:135 |  | 14 | include JROOT/components/com_easyblog/themes/wireframe/entry/default/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 13 | EasyBlogThemes->output() | JROOT/components/com_easyblog/themes/wireframe/entry/default/wrapper.php:16 |  | 12 | include JROOT/components/com_easyblog/themes/wireframe/entry/default/wrapper.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:212 |  | 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/entry/view.html.php:218 |  | 9 | EasyBlogViewEntry->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.95 ms After last query: 3.85 ms Query memory: 0.010 MB Memory before query: 35.447 MB Rows returned: 0 - SELECT `id` 
 FROM `i5x_easyblog_subscriptions`
 WHERE `uid` = '221'
 AND `utype` = 'blogger'
 AND `email` = ''
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_easyblog_subscriptions | ref | easyblog_subscriptions_types,easyblog_subscriptions_types_userid,easyblog_subscriptions_types_email,easyblog_subscriptions_email | easyblog_subscriptions_types_email | 504 | const,const,const | 1 | Using where; Using index |  
 
| Status | Duration | 
|---|
 | Starting | 0.19 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.04 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.04 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.15 ms |  | Preparing | 0.05 ms |  | Executing | 0.02 ms |  | Sending data | 0.05 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.08 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 19 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 18 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/blogger.php:241 |  | 17 | EasyBlogModelBlogger->isBloggerSubscribedEmail() | JROOT/administrator/components/com_easyblog/includes/themes/helpers/post/entry.php:33 |  | 16 | EasyBlogThemesHelperPostEntry->authorBox() | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:430 |  | 15 | EasyBlogThemes->html() | JROOT/components/com_easyblog/themes/wireframe/entry/default/default.php:160 |  | 14 | include JROOT/components/com_easyblog/themes/wireframe/entry/default/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 13 | EasyBlogThemes->output() | JROOT/components/com_easyblog/themes/wireframe/entry/default/wrapper.php:16 |  | 12 | include JROOT/components/com_easyblog/themes/wireframe/entry/default/wrapper.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:212 |  | 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/entry/view.html.php:218 |  | 9 | EasyBlogViewEntry->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.80 ms After last query: 2.31 ms Query memory: 0.013 MB Memory before query: 35.526 MB Rows returned: 1 - SELECT `template` 
 FROM `i5x_template_styles`
 WHERE `home`!='0'
 AND `client_id`='0'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_template_styles | range | idx_client_id,idx_client_id_home | idx_client_id_home | 22 | NULL | 2 | Using index condition |  
 
| Status | Duration | 
|---|
 | Starting | 0.13 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.04 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.09 ms |  | Preparing | 0.04 ms |  | Executing | 0.02 ms |  | Sending data | 0.05 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.07 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 25 | JDatabaseDriver->loadResult() | JROOT/libraries/foundry/helper.php:553 |  | 24 | FH::getCurrentTemplate() | JROOT/administrator/components/com_easyblog/includes/avatar/adapters/default/client.php:40 |  | 23 | EasyBlogAvatarDefault->getAvatar() | JROOT/administrator/components/com_easyblog/includes/avatar/avatar.php:41 |  | 22 | EasyBlogAvatar->getAvatarURL() | JROOT/administrator/components/com_easyblog/tables/profile.php:351 |  | 21 | EasyBlogTableProfile->getAvatar() | JROOT/administrator/components/com_easyblog/includes/themes/helpers/avatar.php:43 |  | 20 | EasyBlogThemesHelperAvatar->user() | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:430 |  | 19 | EasyBlogThemes->html() | JROOT/components/com_easyblog/themes/wireframe/helpers/post/entry/author.box.php:21 |  | 18 | include JROOT/components/com_easyblog/themes/wireframe/helpers/post/entry/author.box.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 17 | EasyBlogThemes->output() | JROOT/administrator/components/com_easyblog/includes/themes/helpers/post/entry.php:57 |  | 16 | EasyBlogThemesHelperPostEntry->authorBox() | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:430 |  | 15 | EasyBlogThemes->html() | JROOT/components/com_easyblog/themes/wireframe/entry/default/default.php:160 |  | 14 | include JROOT/components/com_easyblog/themes/wireframe/entry/default/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 13 | EasyBlogThemes->output() | JROOT/components/com_easyblog/themes/wireframe/entry/default/wrapper.php:16 |  | 12 | include JROOT/components/com_easyblog/themes/wireframe/entry/default/wrapper.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:212 |  | 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/entry/view.html.php:218 |  | 9 | EasyBlogViewEntry->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: 3.31 ms Query memory: 0.012 MB Memory before query: 35.625 MB Rows returned: 1 - SELECT COUNT(1) 
 FROM (SELECT a.*, (count(b.id) - 1) AS `depth`, (select count(1)
 from `i5x_easyblog_comment` as cc
 where  cc.`post_id` = a.`post_id`
 and cc.`published` = 1
 and cc.`lft` > a.`lft`
 and cc.`rgt` < a.`rgt`) as `childs`
 FROM `i5x_easyblog_comment` AS a
 INNER JOIN `i5x_easyblog_comment` AS b
 LEFT JOIN `i5x_users` AS c
 ON a.`created_by` = c.`id`
 WHERE a.`post_id` = '281'
 AND b.`post_id` = '281'
 AND a.`published` = 1
 AND b.`published` = 1
 AND a.`lft` BETWEEN b.`lft`
 AND b.`rgt`
 AND (c.`block` = 0 OR c.`id` IS NULL)
 GROUP BY a.`id`) AS x
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | PRIMARY | <derived2> | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 |  |  | 2 | DERIVED | a | ref | easyblog_comment_postid,idx_comment_post_items | easyblog_comment_postid | 8 | const | 1 | Using where |  | 2 | DERIVED | b | ref | easyblog_comment_postid,idx_comment_post_items | easyblog_comment_postid | 8 | const | 1 | Using where |  | 2 | DERIVED | c | eq_ref | PRIMARY | PRIMARY | 4 | ocscreen_new.a.created_by | 1 | Using where |  | 3 | DEPENDENT SUBQUERY | cc | ALL | easyblog_comment_postid,idx_comment_post_items | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.26 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.07 ms |  | After opening tables | 0.03 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.17 ms |  | Optimizing | 0.03 ms |  | Optimizing | 0.04 ms |  | Statistics | 0.10 ms |  | Statistics | 0.04 ms |  | Preparing | 0.06 ms |  | Optimizing | 0.04 ms |  | Statistics | 0.04 ms |  | Preparing | 0.07 ms |  | Sorting result | 0.03 ms |  | Preparing | 0.02 ms |  | Executing | 0.02 ms |  | Sending data | 0.32 ms |  | Executing | 0.03 ms |  | Sending data | 0.07 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Removing tmp table | 0.11 ms |  | closing tables | 0.03 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.03 ms |  | Starting cleanup | 0.03 ms |  | Freeing items | 0.09 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 24 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 23 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/blog.php:183 |  | 22 | EasyBlogModelBlog->getBlogComment() | JROOT/administrator/components/com_easyblog/includes/comment/adapters/easyblog.php:118 |  | 21 | EasyBlogCommentEasyBlog->prepareComments() | JROOT/administrator/components/com_easyblog/includes/comment/adapters/easyblog.php:30 |  | 20 | EasyBlogCommentEasyBlog->html() | JROOT/administrator/components/com_easyblog/includes/comment/comment.php:576 |  | 19 | EasyBlogComment->html() | JROOT/components/com_easyblog/themes/wireframe/helpers/post/entry/comments.php:28 |  | 18 | include JROOT/components/com_easyblog/themes/wireframe/helpers/post/entry/comments.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 17 | EasyBlogThemes->output() | JROOT/administrator/components/com_easyblog/includes/themes/helpers/post/entry.php:190 |  | 16 | EasyBlogThemesHelperPostEntry->comments() | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:430 |  | 15 | EasyBlogThemes->html() | JROOT/components/com_easyblog/themes/wireframe/entry/default/default.php:173 |  | 14 | include JROOT/components/com_easyblog/themes/wireframe/entry/default/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 13 | EasyBlogThemes->output() | JROOT/components/com_easyblog/themes/wireframe/entry/default/wrapper.php:16 |  | 12 | include JROOT/components/com_easyblog/themes/wireframe/entry/default/wrapper.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:212 |  | 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/entry/view.html.php:218 |  | 9 | EasyBlogViewEntry->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.80 ms After last query: 1.12 ms Query memory: 0.012 MB Memory before query: 35.655 MB Rows returned: 0 - SELECT a.*, (count(b.id) - 1) AS `depth`, (select count(1) 
 from `i5x_easyblog_comment` as cc
 where  cc.`post_id` = a.`post_id`
 and cc.`published` = 1
 and cc.`lft` > a.`lft`
 and cc.`rgt` < a.`rgt`) as `childs`
 FROM `i5x_easyblog_comment` AS a
 INNER JOIN `i5x_easyblog_comment` AS b
 LEFT JOIN `i5x_users` AS c
 ON a.`created_by` = c.`id`
 WHERE a.`post_id` = '281'
 AND b.`post_id` = '281'
 AND a.`published` = 1
 AND b.`published` = 1
 AND a.`lft` BETWEEN b.`lft`
 AND b.`rgt`
 AND (c.`block` = 0 OR c.`id` IS NULL)
 GROUP BY a.`id`
 ORDER BY a.`lft` asc
 LIMIT 0,20
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | PRIMARY | a | ref | easyblog_comment_postid,idx_comment_post_items | easyblog_comment_postid | 8 | const | 1 | Using where; Using temporary; Using filesort |  | 1 | PRIMARY | b | ref | easyblog_comment_postid,idx_comment_post_items | easyblog_comment_postid | 8 | const | 1 | Using where |  | 1 | PRIMARY | c | eq_ref | PRIMARY | PRIMARY | 4 | ocscreen_new.a.created_by | 1 | Using where |  | 2 | DEPENDENT SUBQUERY | cc | ALL | easyblog_comment_postid,idx_comment_post_items | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.19 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.04 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.09 ms |  | Optimizing | 0.05 ms |  | Statistics | 0.10 ms |  | Preparing | 0.06 ms |  | Optimizing | 0.04 ms |  | Statistics | 0.06 ms |  | Preparing | 0.06 ms |  | Creating tmp table | 0.08 ms |  | Sorting for group | 0.03 ms |  | Sorting result | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.35 ms |  | Creating sort index | 0.05 ms |  | Removing tmp table | 0.11 ms |  | Creating sort index | 0.02 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.09 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 24 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 23 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/blog.php:193 |  | 22 | EasyBlogModelBlog->getBlogComment() | JROOT/administrator/components/com_easyblog/includes/comment/adapters/easyblog.php:118 |  | 21 | EasyBlogCommentEasyBlog->prepareComments() | JROOT/administrator/components/com_easyblog/includes/comment/adapters/easyblog.php:30 |  | 20 | EasyBlogCommentEasyBlog->html() | JROOT/administrator/components/com_easyblog/includes/comment/comment.php:576 |  | 19 | EasyBlogComment->html() | JROOT/components/com_easyblog/themes/wireframe/helpers/post/entry/comments.php:28 |  | 18 | include JROOT/components/com_easyblog/themes/wireframe/helpers/post/entry/comments.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 17 | EasyBlogThemes->output() | JROOT/administrator/components/com_easyblog/includes/themes/helpers/post/entry.php:190 |  | 16 | EasyBlogThemesHelperPostEntry->comments() | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:430 |  | 15 | EasyBlogThemes->html() | JROOT/components/com_easyblog/themes/wireframe/entry/default/default.php:173 |  | 14 | include JROOT/components/com_easyblog/themes/wireframe/entry/default/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 13 | EasyBlogThemes->output() | JROOT/components/com_easyblog/themes/wireframe/entry/default/wrapper.php:16 |  | 12 | include JROOT/components/com_easyblog/themes/wireframe/entry/default/wrapper.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:212 |  | 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/entry/view.html.php:218 |  | 9 | EasyBlogViewEntry->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.77 ms After last query: 31.99 ms Query memory: 0.022 MB Memory before query: 37.243 MB Rows returned: 1 - SELECT `params`
 
 FROM `i5x_comprofiler_plugin`
 WHERE `id` = 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_comprofiler_plugin | const | PRIMARY | PRIMARY | 4 | const | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.17 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.05 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.02 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.06 ms |  | Preparing | 0.03 ms |  | Unlocking tables | 0.02 ms |  | Preparing | 0.02 ms |  | Executing | 0.02 ms |  | Sending data | 0.02 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 47 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 46 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:345 |  | 45 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CB/Application/CBConfig.php:43 |  | 44 | CB\Application\CBConfig::getConfig() | JROOT/libraries/CBLib/CB/Application/CBApplication.php:45 |  | 43 | CB\Application\CBApplication::CB\Application\{closure}() | Same as call in the line below. |  | 42 | call_user_func_array() | JROOT/libraries/CBLib/CBLib/Application/Config.php:38 |  | 41 | CBLib\Application\Config::setMainConfig() | JROOT/libraries/CBLib/CBLib/Core/CBLib.php:70 |  | 40 | CBLib\Core\CBLib::CBLib\Core\{closure}() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:605 |  | 39 | CBLib\DependencyInjection\Container->build() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:496 |  | 38 | CBLib\DependencyInjection\Container->make() | JROOT/libraries/CBLib/CBLib/Application/Application.php:179 |  | 37 | CBLib\Application\Application::__callStatic() | JROOT/libraries/CBLib/CB/Application/CBConfig.php:77 |  | 36 | CB\Application\CBConfig::loadLegacyCBueConfig() | JROOT/libraries/CBLib/CB/Legacy/LegacyFoundationFunctions.php:109 |  | 35 | CB\Legacy\LegacyFoundationFunctions->__construct() | Same as call in the line below. |  | 34 | ReflectionClass->newInstanceArgs() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:643 |  | 33 | CBLib\DependencyInjection\Container->build() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:496 |  | 32 | CBLib\DependencyInjection\Container->make() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:132 |  | 31 | CBLib\DependencyInjection\Container->get() | JROOT/administrator/components/com_comprofiler/plugin.foundation.php:33 |  | 30 | include_once JROOT/administrator/components/com_comprofiler/plugin.foundation.php | JROOT/components/com_comprofiler/router.php:75 |  | 29 | ComprofilerRouter->loadCB() | JROOT/components/com_comprofiler/router.php:125 |  | 28 | ComprofilerRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |  | 27 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |  | 26 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |  | 25 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |  | 24 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |  | 23 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |  | 22 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3225 |  | 21 | EB::getLoginLink() | JROOT/administrator/components/com_easyblog/includes/comment/adapters/easyblog.php:45 |  | 20 | EasyBlogCommentEasyBlog->html() | JROOT/administrator/components/com_easyblog/includes/comment/comment.php:576 |  | 19 | EasyBlogComment->html() | JROOT/components/com_easyblog/themes/wireframe/helpers/post/entry/comments.php:28 |  | 18 | include JROOT/components/com_easyblog/themes/wireframe/helpers/post/entry/comments.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 17 | EasyBlogThemes->output() | JROOT/administrator/components/com_easyblog/includes/themes/helpers/post/entry.php:190 |  | 16 | EasyBlogThemesHelperPostEntry->comments() | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:430 |  | 15 | EasyBlogThemes->html() | JROOT/components/com_easyblog/themes/wireframe/entry/default/default.php:173 |  | 14 | include JROOT/components/com_easyblog/themes/wireframe/entry/default/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 13 | EasyBlogThemes->output() | JROOT/components/com_easyblog/themes/wireframe/entry/default/wrapper.php:16 |  | 12 | include JROOT/components/com_easyblog/themes/wireframe/entry/default/wrapper.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |  | 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:212 |  | 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/entry/view.html.php:218 |  | 9 | EasyBlogViewEntry->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.80 ms After last query: 32.86 ms Query memory: 0.012 MB Memory before query: 39.006 MB Rows returned: 1 - SELECT `template` 
 FROM `i5x_template_styles`
 WHERE `home` = '1'
 AND `client_id` ='0'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id_home | 22 | const,const | 1 | Using index condition |  
 
| Status | Duration | 
|---|
 | Starting | 0.19 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.04 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.07 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.04 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 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:200 |  | 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:468 |  | 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:286 |  | 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/entry/view.html.php:218 |  | 9 | EasyBlogViewEntry->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.17 ms After last query: 0.85 ms Query memory: 0.012 MB Memory before query: 39.034 MB Rows returned: 0 - SELECT `id` 
 FROM `i5x_menu`
 WHERE (`link`='index.php?option=com_easyblog&view=search' OR `link` LIKE 'index.php?option=com_easyblog&view=search&
 limit=%')
 AND `published`='1'
 AND `client_id`='0'
 AND (`language`='en-GB' OR `language`='' OR `language`='*')
 ORDER BY `id` ASC
 LIMIT 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_menu | index | idx_client_id_parent_id_alias_language,idx_language | PRIMARY | 4 | NULL | 3 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.12 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.07 ms |  | Preparing | 0.06 ms |  | Sorting result | 0.02 ms |  | Executing | 0.02 ms |  | Sending data | 0.45 ms |  | End of update loop | 0.03 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 23 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 22 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/router.php:1563 |  | 21 | EBR::getItemId() | JROOT/modules/mod_stackideas_toolbar/includes/adapter/easyblog/easyblog.php:41 |  | 20 | ToolbarAdapterEasyblog->getSearchRoute() | JROOT/modules/mod_stackideas_toolbar/includes/search/search.php:48 |  | 19 | ToolbarSearch->render() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:83 |  | 18 | ToolbarThemes->html() | JROOT/modules/mod_stackideas_toolbar/tmpl/default.php:29 |  | 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:200 |  | 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:468 |  | 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:286 |  | 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/entry/view.html.php:218 |  | 9 | EasyBlogViewEntry->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.97 ms After last query: 0.09 ms Query memory: 0.012 MB Memory before query: 39.046 MB Rows returned: 0 - SELECT `id` 
 FROM `i5x_menu`
 WHERE `link` LIKE 'index.php?option=com_easyblog&view=search%'
 AND `published`='1'
 AND `client_id`='0'
 AND (`language`='en-GB' OR `language`='' OR `language`='*')
 LIMIT 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_menu | ref | idx_client_id_parent_id_alias_language,idx_language | idx_client_id_parent_id_alias_language | 1 | const | 111 | Using index condition; Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.09 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.02 ms |  | After opening tables | 0.02 ms |  | System lock | 0.03 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.06 ms |  | Preparing | 0.04 ms |  | Executing | 0.02 ms |  | Sending data | 0.35 ms |  | End of update loop | 0.02 ms |  | Query end | 0.03 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 23 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 22 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/router.php:1576 |  | 21 | EBR::getItemId() | JROOT/modules/mod_stackideas_toolbar/includes/adapter/easyblog/easyblog.php:41 |  | 20 | ToolbarAdapterEasyblog->getSearchRoute() | JROOT/modules/mod_stackideas_toolbar/includes/search/search.php:48 |  | 19 | ToolbarSearch->render() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:83 |  | 18 | ToolbarThemes->html() | JROOT/modules/mod_stackideas_toolbar/tmpl/default.php:29 |  | 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:200 |  | 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:468 |  | 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:286 |  | 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/entry/view.html.php:218 |  | 9 | EasyBlogViewEntry->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.66 ms After last query: 0.11 ms Query memory: 0.012 MB Memory before query: 39.057 MB Rows returned: 1 - SELECT `id` 
 FROM `i5x_menu`
 WHERE `link`='index.php?option=com_easyblog&view=latest'
 AND `published`='1'
 AND `client_id`='0'
 AND (`language`='en-GB' OR `language`='' OR `language`='*')
 LIMIT 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_menu | ref | idx_client_id_parent_id_alias_language,idx_language | idx_client_id_parent_id_alias_language | 1 | const | 111 | Using index condition; Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.09 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.02 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.09 ms |  | Preparing | 0.04 ms |  | Executing | 0.02 ms |  | Sending data | 0.06 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 23 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |  | 22 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/router.php:1589 |  | 21 | EBR::getItemId() | JROOT/modules/mod_stackideas_toolbar/includes/adapter/easyblog/easyblog.php:41 |  | 20 | ToolbarAdapterEasyblog->getSearchRoute() | JROOT/modules/mod_stackideas_toolbar/includes/search/search.php:48 |  | 19 | ToolbarSearch->render() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:83 |  | 18 | ToolbarThemes->html() | JROOT/modules/mod_stackideas_toolbar/tmpl/default.php:29 |  | 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:200 |  | 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:468 |  | 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:286 |  | 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/entry/view.html.php:218 |  | 9 | EasyBlogViewEntry->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.64 ms After last query: 0.07 ms Query memory: 0.012 MB Memory before query: 39.070 MB Rows returned: 1 - SELECT `template` 
 FROM `i5x_template_styles`
 WHERE `home` = '1'
 AND `client_id` ='0'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id_home | 22 | const,const | 1 | Using index condition |  
 
| Status | Duration | 
|---|
 | Starting | 0.08 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.02 ms |  | After opening tables | 0.03 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.06 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.04 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.03 ms |  | Unlocking tables | 0.01 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.06 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 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/search/search.php:48 |  | 19 | ToolbarSearch->render() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:83 |  | 18 | ToolbarThemes->html() | JROOT/modules/mod_stackideas_toolbar/tmpl/default.php:29 |  | 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:200 |  | 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:468 |  | 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:286 |  | 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/entry/view.html.php:218 |  | 9 | EasyBlogViewEntry->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.61 ms After last query: 0.59 ms Query memory: 0.014 MB Memory before query: 39.106 MB Rows returned: 1 - SELECT `template` 
 FROM `i5x_template_styles`
 WHERE `home` = '1'
 AND `client_id` ='0'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id_home | 22 | const,const | 1 | Using index condition |  
 
| Status | Duration | 
|---|
 | Starting | 0.09 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.02 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.05 ms |  | Preparing | 0.03 ms |  | Executing | 0.04 ms |  | Sending data | 0.04 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 29 | JDatabaseDriver->loadResult() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:160 |  | 28 | ToolbarThemes->getCurrentTemplate() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:175 |  | 27 | ToolbarThemes->getCurrentTemplatePath() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:113 |  | 26 | ToolbarThemes->setTemplate() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:94 |  | 25 | ToolbarThemes->output() | JROOT/modules/mod_stackideas_toolbar/includes/search/search.php:81 |  | 24 | ToolbarSearch->categories() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:83 |  | 23 | ToolbarThemes->html() | JROOT/modules/mod_stackideas_toolbar/tmpl/search/default.php:18 |  | 22 | include JROOT/modules/mod_stackideas_toolbar/tmpl/search/default.php | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:137 |  | 21 | ToolbarThemes->parse() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:96 |  | 20 | ToolbarThemes->output() | JROOT/modules/mod_stackideas_toolbar/includes/search/search.php:48 |  | 19 | ToolbarSearch->render() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:83 |  | 18 | ToolbarThemes->html() | JROOT/modules/mod_stackideas_toolbar/tmpl/default.php:29 |  | 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:200 |  | 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:468 |  | 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:286 |  | 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/entry/view.html.php:218 |  | 9 | EasyBlogViewEntry->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.64 ms After last query: 2.80 ms Query memory: 0.014 MB Memory before query: 39.319 MB Rows returned: 1 - SELECT `template` 
 FROM `i5x_template_styles`
 WHERE `home` = '1'
 AND `client_id` ='0'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id_home | 22 | const,const | 1 | Using index condition |  
 
| Status | Duration | 
|---|
 | Starting | 0.10 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.02 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.03 ms |  | init | 0.03 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.07 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.04 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 29 | JDatabaseDriver->loadResult() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:160 |  | 28 | ToolbarThemes->getCurrentTemplate() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:175 |  | 27 | ToolbarThemes->getCurrentTemplatePath() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:113 |  | 26 | ToolbarThemes->setTemplate() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:94 |  | 25 | ToolbarThemes->output() | JROOT/modules/mod_stackideas_toolbar/includes/search/search.php:128 |  | 24 | ToolbarSearch->input() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:83 |  | 23 | ToolbarThemes->html() | JROOT/modules/mod_stackideas_toolbar/tmpl/search/default.php:22 |  | 22 | include JROOT/modules/mod_stackideas_toolbar/tmpl/search/default.php | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:137 |  | 21 | ToolbarThemes->parse() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:96 |  | 20 | ToolbarThemes->output() | JROOT/modules/mod_stackideas_toolbar/includes/search/search.php:48 |  | 19 | ToolbarSearch->render() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:83 |  | 18 | ToolbarThemes->html() | JROOT/modules/mod_stackideas_toolbar/tmpl/default.php:29 |  | 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:200 |  | 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:468 |  | 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:286 |  | 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/entry/view.html.php:218 |  | 9 | EasyBlogViewEntry->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.90 ms After last query: 4.45 ms Query memory: 0.012 MB Memory before query: 39.376 MB Rows returned: 1 - SELECT `template` 
 FROM `i5x_template_styles`
 WHERE `home` = '1'
 AND `client_id` ='0'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id_home | 22 | const,const | 1 | Using index condition |  
 
| Status | Duration | 
|---|
 | Starting | 0.20 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.09 ms |  | Preparing | 0.04 ms |  | Executing | 0.02 ms |  | Sending data | 0.06 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.07 ms |  | Updating status | 0.05 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 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:165 |  | 19 | ToolbarAction->search() | JROOT/modules/mod_stackideas_toolbar/includes/themes/themes.php:83 |  | 18 | ToolbarThemes->html() | JROOT/modules/mod_stackideas_toolbar/tmpl/default.php:35 |  | 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:200 |  | 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:468 |  | 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:286 |  | 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/entry/view.html.php:218 |  | 9 | EasyBlogViewEntry->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.74 ms After last query: 1.46 ms Query memory: 0.012 MB Memory before query: 39.427 MB Rows returned: 1 - SELECT `template` 
 FROM `i5x_template_styles`
 WHERE `home` = '1'
 AND `client_id` ='0'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id_home | 22 | const,const | 1 | Using index condition |  
 
| Status | Duration | 
|---|
 | Starting | 0.12 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.07 ms |  | Preparing | 0.04 ms |  | Executing | 0.02 ms |  | Sending data | 0.06 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.07 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 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:200 |  | 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:468 |  | 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:286 |  | 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/entry/view.html.php:218 |  | 9 | EasyBlogViewEntry->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.93 ms After last query: 6.87 ms Query memory: 0.013 MB Memory before query: 39.702 MB Rows returned: 1 - SELECT `template` 
 FROM `i5x_template_styles`
 WHERE `home` = '1'
 AND `client_id` ='0'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id_home | 22 | const,const | 1 | Using index condition |  
 
| Status | Duration | 
|---|
 | Starting | 0.21 ms |  | checking permissions | 0.04 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.09 ms |  | Preparing | 0.04 ms |  | Executing | 0.02 ms |  | Sending data | 0.06 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.07 ms |  | Updating status | 0.05 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 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:200 |  | 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:468 |  | 11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:286 |  | 10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/entry/view.html.php:218 |  | 9 | EasyBlogViewEntry->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.95 ms After last query: 49.49 ms Query memory: 0.009 MB Memory before query: 41.034 MB Rows returned: 1 - SELECT *
 FROM `i5x_extensions`
 WHERE `element` = 'com_gsd'
 AND `type` = 'component'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using index condition; Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.22 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.05 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.12 ms |  | Preparing | 0.04 ms |  | Executing | 0.02 ms |  | Sending data | 0.07 ms |  | End of update loop | 0.03 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.07 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |  | 18 | JDatabaseDriver->loadAssoc() | JROOT/plugins/system/nrframework/NRFramework/Extension.php:160 |  | 17 | NRFramework\Extension::get() | JROOT/plugins/system/nrframework/NRFramework/Extension.php:245 |  | 16 | NRFramework\Extension::isEnabled() | JROOT/plugins/system/nrframework/NRFramework/Extension.php:228 |  | 15 | NRFramework\Extension::componentIsEnabled() | JROOT/plugins/system/gsd/gsd.php:393 |  | 14 | plgSystemGSD->setup() | JROOT/plugins/system/gsd/gsd.php:436 |  | 13 | plgSystemGSD->getHelper() | JROOT/plugins/system/gsd/gsd.php:62 |  | 12 | plgSystemGSD->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.33 ms After last query: 1.03 ms Query memory: 0.010 MB Memory before query: 41.167 MB Rows returned: 2 - SHOW FULL COLUMNS 
 FROM `i5x_gsd_config`
 - EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `i5x_gsd_config` 
| Status | Duration | 
|---|
 | Starting | 0.11 ms |  | checking permissions | 0.02 ms |  | closing tables | 0.02 ms |  | Opening tables | 0.36 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.02 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.02 ms |  | Preparing | 0.02 ms |  | Executing | 0.02 ms |  | Filling schema table | 0.02 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.03 ms |  | checking permissions | 0.06 ms |  | closing tables | 0.02 ms |  | Executing | 0.02 ms |  | Sending data | 0.04 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Removing tmp table | 0.14 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.07 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |  | 20 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |  | 19 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |  | 18 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_gsd/tables/config.php:27 |  | 17 | GSDTableConfig->__construct() | JROOT/libraries/src/Table/Table.php:328 |  | 16 | Joomla\CMS\Table\Table::getInstance() | JROOT/administrator/components/com_gsd/GSD/Helper.php:436 |  | 15 | GSD\Helper::getParams() | JROOT/plugins/system/gsd/gsd.php:405 |  | 14 | plgSystemGSD->setup() | JROOT/plugins/system/gsd/gsd.php:436 |  | 13 | plgSystemGSD->getHelper() | JROOT/plugins/system/gsd/gsd.php:62 |  | 12 | plgSystemGSD->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.58 ms After last query: 0.12 ms Query memory: 0.008 MB Memory before query: 41.183 MB Rows returned: 0 - SELECT *
 FROM i5x_gsd_config
 WHERE `name` = 'config'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |  
 
| Status | Duration | 
|---|
 | Starting | 0.11 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.02 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.02 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | End of update loop | 0.02 ms |  | Query end | 0.01 ms |  | Commit | 0.02 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.07 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |  | 17 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |  | 16 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_gsd/GSD/Helper.php:437 |  | 15 | GSD\Helper::getParams() | JROOT/plugins/system/gsd/gsd.php:405 |  | 14 | plgSystemGSD->setup() | JROOT/plugins/system/gsd/gsd.php:436 |  | 13 | plgSystemGSD->getHelper() | JROOT/plugins/system/gsd/gsd.php:62 |  | 12 | plgSystemGSD->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 |  
 
 
- 10 × SELECT `template` 
 FROM `i5x_template_styles`
 
- 4 × SELECT * 
 FROM i5x_easyblog_revisions
 
- 4 × SELECT * 
 FROM i5x_easyblog_post
 
- 4 × SELECT `id` 
 FROM `i5x_menu`
 
- 4 × SELECT * 
 FROM `i5x_easyblog_meta`
 
- 3 × SELECT COUNT(1) 
 FROM `i5x_easyblog_featured`
 
- 2 × select * 
 from `i5x_easyblog_meta`
 
- 2 × 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 `i5x_easyblog_category_fields_groups` as a
 inner join `i5x_easyblog_post_category` as p
 on `a`.`category_id` = `p`.`category_id`
 inner join `i5x_easyblog_fields_groups` as fg
 on `a`.`group_id` = `fg`.`id`
 inner join `i5x_easyblog_fields` as f
 on `fg`.`id` = `f`.`group_id`
 left join `i5x_easyblog_fields_values` as fv
 on `fv`.`field_id` = `f`.`id`
 and `fv`.`post_id` = `p`.`post_id`
 LEFT JOIN `i5x_easyblog_fields_groups_acl` AS acl
 ON fg.`id` = acl.`group_id`
 
- 2 × SELECT COUNT(1) as `voted`, `uid` 
 FROM `i5x_easyblog_ratings`
 
- 2 × SELECT AVG(`value`) AS `ratings` ,COUNT(1) AS `total` ,`uid` 
 FROM `i5x_easyblog_ratings` AS a
 
- 2 × SELECT a.* 
 FROM `i5x_easyblog_comment` AS a
 LEFT JOIN `i5x_users` AS uu
 ON a.`created_by` = uu.`id`
 
- 2 × select a.*, b.`post_id`, b.`primary` 
 from `i5x_easyblog_category` as a
 inner join `i5x_easyblog_post_category` as b
 on a.`id` = b.`category_id`
 
- 2 × select a.*, b.`post_id` 
 from `i5x_easyblog_tag` as a
 inner join `i5x_easyblog_post_tag` as b
 on a.`id` = b.`tag_id`
 
- 2 × select a.* 
 from `i5x_easyblog_revisions` as a
 
- 2 × 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 `i5x_users` as u
 left join `i5x_easyblog_users` as e
 ON u.`id` = e.`id`
 
- 2 × SELECT * 
 FROM `i5x_users`
 
- 2 × SELECT a.`post_id`, COUNT(1) AS `count` 
 FROM `i5x_easyblog_comment` AS a
 LEFT JOIN `i5x_users` AS uu
 ON a.`created_by` = uu.`id`
 
- 2 × SELECT `ip`,`reason` 
 FROM i5x_rsfirewall_lists
 
- 2 × SELECT a.`id`, a.`title`  
 FROM `i5x_easyblog_post` AS `a`
 INNER JOIN `i5x_users` AS uu
 ON a.`created_by` = uu.`id`
 and uu.`block` = 0
 
- 2 × SELECT `id` 
 FROM `i5x_easyblog_post`
 
- 2 × SELECT `g`.`id`,`g`.`title` 
 FROM `i5x_usergroups` AS g
 INNER JOIN `i5x_user_usergroup_map` AS m
 ON m.group_id = g.id
 
- 2 × SELECT * 
 FROM `i5x_easyblog_acl_group`
 
- 1 × select `id` 
 FROM `i5x_easyblog_adsense`
 
- 1 × SELECT a.*, count(b.`id`) AS total 
 FROM `i5x_easyblog_reactions` AS a
 LEFT JOIN `i5x_easyblog_reactions_history` AS b
 ON a.`id` = b.`reaction_id`
 AND b.`post_id`='281'
 
- 1 × SELECT * 
 FROM `i5x_extensions`
 
- 1 × SELECT `params`  
 FROM `i5x_comprofiler_plugin`
 
- 1 × SELECT a.*, (count(b.id) - 1) AS `depth`, (select count(1) 
 from `i5x_easyblog_comment` as cc
 
- 1 × SELECT COUNT(1) 
 FROM (SELECT a.*, (count(b.id) - 1) AS `depth`, (select count(1)
 from `i5x_easyblog_comment` as cc
 
- 1 × SELECT `id` 
 FROM `i5x_easyblog_subscriptions`
 
- 1 × SELECT b.* 
 FROM `i5x_easyblog_reactions_history` AS a
 LEFT JOIN `i5x_easyblog_reactions`AS b
 ON a.`reaction_id` =  b.`id`
 
- 1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.mirror_id, am.params as advancedparams, 0 as menuid, m.publish_up, m.publish_down 
 FROM i5x_modules AS m
 LEFT JOIN i5x_extensions AS e
 ON e.element = m.module
 AND e.client_id = m.client_id
 LEFT JOIN i5x_advancedmodules as am
 ON am.moduleid = m.id
 
- 1 × SELECT `group_id` 
 FROM `i5x_user_usergroup_map`
 
- 1 × SELECT COUNT(1) 
 FROM `i5x_easyblog_feeds_history`
 
- 1 × SELECT a.`id`, a.`title`, a.`alias` 
 FROM `i5x_easyblog_tag` AS a
 LEFT JOIN `i5x_easyblog_post_tag` AS b
 ON a.`id`= b.`tag_id`
 
- 1 × SELECT MAX(ordering) 
 FROM `i5x_extensions`
 
- 1 × SELECT `ordering` 
 FROM `i5x_extensions`
 
- 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 i5x_fields AS a
 LEFT JOIN `i5x_languages` AS l
 ON l.lang_code = a.language
 LEFT JOIN i5x_users AS uc
 ON uc.id=a.checked_out
 LEFT JOIN i5x_viewlevels AS ag
 ON ag.id = a.access
 LEFT JOIN i5x_users AS ua
 ON ua.id = a.created_user_id
 LEFT JOIN i5x_fields_groups AS g
 ON g.id = a.group_id
 LEFT JOIN `i5x_fields_categories` AS fc
 ON fc.field_id = a.id
 
- 1 × SELECT COUNT(1) 
 FROM `i5x_easyblog_comment` as a
 LEFT JOIN `i5x_users` AS uu
 ON a.`created_by` = uu.`id`
 
- 1 × SELECT `key`,`value` 
 FROM `i5x_easyblog_post_assets`
 
- 1 × SELECT * 
 FROM i5x_easyblog_meta
 
- 1 × SELECT `data` 
 FROM `i5x_session`
 
- 1 × SELECT `session_id` 
 FROM `i5x_session`
 
- 1 × SELECT * 
 FROM `i5x_easyblog_acl`
 
- 1 × SELECT id, rules 
 FROM `i5x_viewlevels
 
- 1 × SELECT b.id 
 FROM i5x_usergroups AS a
 LEFT JOIN i5x_usergroups AS b
 ON b.lft <= a.lft
 AND b.rgt >= a.rgt
 
- 1 × SELECT `path` 
 FROM i5x_rsfirewall_ignored
 
- 1 × SELECT `file` 
 FROM i5x_rsfirewall_hashes
 
- 1 × SELECT * 
 FROM i5x_rsfirewall_configuratio
 
- 1 × SELECT `enabled` 
 FROM `i5x_extensions`
 
- 1 × SELECT `lastupdate` 
 FROM `i5x_ak_storage`
 
- 1 × SELECT * 
 FROM i5x_easyblog_configs
 
- 1 × SELECT * 
 FROM i5x_rsfirewall_hashes
 
- 1 × SELECT * 
 FROM `i5x_menu`
 
- 1 × SELECT * 
 FROM i5x_rsfirewall_snapshots
 
- 1 × SELECT * 
 FROM i5x_rsfirewall_exceptions
 
- 1 × SELECT `id`,`name`,`rules`,`parent_id` 
 FROM `i5x_assets`
 
- 1 × SELECT `id` 
 FROM `i5x_easyblog_mailq`
 
- 1 × SELECT * 
 FROM `i5x_easyblog_post`
 
- 1 × SELECT id, created_by 
 FROM`i5x_easyblog_post`
 
- 1 × SELECT * 
 FROM `i5x_easyblog_uploader_tmp`
 
- 1 × SELECT a.`id` 
 FROM `i5x_easyblog_post` as a
 inner join `i5x_easyblog_revisions` as b
 on a.`id` = b.`post_id`
 
- 1 × select a.`id`, a.`user_id`, b.`name`, b.`email` 
 from `i5x_easyblog_oauth` as a
 inner join `i5x_users` as b
 on a.`user_id` = b.`id`
 
- 1 × SELECT * 
 FROM i5x_gsd_config