- Query Time: 0.85 ms Query memory: 0.007 MB Memory before query: 4.129 MB Rows returned: 1 - SELECT `data`
 FROM `i5x_session`
 WHERE `session_id` = X'3865373266653764383266383939653863313364363130396233393932313230'
 | 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.87 ms After last query: 6.94 ms Query memory: 0.005 MB Memory before query: 4.798 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.82 ms After last query: 0.11 ms Query memory: 0.005 MB Memory before query: 4.810 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.76 ms After last query: 6.82 ms Query memory: 0.006 MB Memory before query: 5.552 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.78 ms After last query: 0.08 ms Query memory: 0.006 MB Memory before query: 5.558 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.64 ms After last query: 0.08 ms Query memory: 0.006 MB Memory before query: 5.563 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.52 ms After last query: 7.48 ms Query memory: 0.007 MB Memory before query: 6.363 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: 0.94 ms After last query: 18.94 ms Query memory: 0.007 MB Memory before query: 8.220 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: 1.01 ms After last query: 42.70 ms Query memory: 0.005 MB Memory before query: 13.032 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: 1.12 ms After last query: 57.48 ms Query memory: 0.005 MB Memory before query: 16.555 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 | 
|---|
 | 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.92 ms After last query: 0.83 ms Query memory: 0.005 MB Memory before query: 16.622 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 |  |  
 
- 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: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: 1.32 ms After last query: 24.10 ms Query memory: 0.005 MB Memory before query: 18.896 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 |  
 
- 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: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.76 ms After last query: 0.38 ms Query memory: 0.005 MB Memory before query: 18.921 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 |  
 
- No SHOW PROFILE (maybe because there are more than 100 queries) 
| # | Caller | File and line number | 
|---|
 | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 10 | JDatabaseDriver->loadObjectList() | JROOT/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.85 ms After last query: 0.11 ms Query memory: 0.006 MB Memory before query: 18.927 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 |  
 
- 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/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.45 ms After last query: 0.10 ms Query memory: 0.006 MB Memory before query: 18.933 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 |  
 
- 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/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.74 ms After last query: 0.93 ms Query memory: 0.005 MB Memory before query: 18.976 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 |  
 
- No SHOW PROFILE (maybe because there are more than 100 queries) 
| # | Caller | File and line number | 
|---|
 | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 10 | JDatabaseDriver->loadObjectList() | JROOT/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.68 ms After last query: 0.74 ms Query memory: 0.009 MB Memory before query: 19.007 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 |  
 
- No SHOW PROFILE (maybe because there are more than 100 queries) 
| # | Caller | File and line number | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/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: 1.67 ms After last query: 5.75 ms Query memory: 0.006 MB Memory before query: 19.394 MB - UPDATE `i5x_extensions`
 SET `params` = '{\"mediaversion\":\"31402ecf6fd6e6242042d6a82784e477\"}'
 WHERE `type` = 'library'
 AND `element` = 'joomla'
 - EXPLAIN not possible on query: UPDATE `i5x_extensions`
SET `params` = '{\"mediaversion\":\"31402ecf6fd6e6242042d6a82784e477\"}'
WHERE `type` = 'library' AND `element` = 'joomla' 
- No SHOW PROFILE (maybe because there are more than 100 queries) 
| # | Caller | File and line number | 
|---|
 | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |  | 13 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |  | 12 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |  | 11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |  | 10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |  | 9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/k2/k2.php:374 |  | 8 | plgSystemK2->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.18 ms After last query: 33.61 ms Query memory: 0.008 MB Memory before query: 21.309 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.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.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.32 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 | 
|---|
 | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 16 | JDatabaseDriver->loadResult() | JROOT/plugins/content/perfect_everything_in_everyway/perfect_everything_in_everyway.php:54 |  | 15 | PlgContentPerfect_everything_in_everyway->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |  | 14 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |  | 13 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_k2/views/itemlist/view.html.php:65 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.09 ms Query memory: 0.008 MB Memory before query: 21.317 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.07 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.04 ms |  | After opening tables | 0.04 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.08 ms |  | Preparing | 0.04 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.06 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/plugins/content/perfect_everything_in_everyway/perfect_everything_in_everyway.php:73 |  | 15 | PlgContentPerfect_everything_in_everyway->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |  | 14 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |  | 13 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_k2/views/itemlist/view.html.php:65 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.31 ms After last query: 1.77 ms Query memory: 0.011 MB Memory before query: 21.483 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.09 ms |  | checking permissions | 0.03 ms |  | closing tables | 0.02 ms |  | Opening tables | 0.31 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.03 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | checking permissions | 0.14 ms |  | closing tables | 0.03 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 |  | Removing tmp table | 0.12 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 | 
|---|
 | 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |  | 22 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |  | 21 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |  | 20 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/User.php:41 |  | 19 | Joomla\CMS\Table\User->__construct() | JROOT/libraries/src/Table/Table.php:328 |  | 18 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/src/User/User.php:603 |  | 17 | Joomla\CMS\User\User::getTable() | JROOT/libraries/src/User/User.php:877 |  | 16 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |  | 15 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |  | 14 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |  | 13 | Joomla\CMS\Factory::getUser() | JROOT/components/com_k2/views/itemlist/view.html.php:355 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.14 ms Query memory: 0.009 MB Memory before query: 21.520 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.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.05 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.05 ms |  | Preparing | 0.02 ms |  | Unlocking tables | 0.02 ms |  | Preparing | 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.03 ms |  | Unlocking tables | 0.03 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 | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |  | 18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 |  | 17 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 |  | 16 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |  | 15 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |  | 14 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |  | 13 | Joomla\CMS\Factory::getUser() | JROOT/components/com_k2/views/itemlist/view.html.php:355 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.92 ms After last query: 3.11 ms Query memory: 0.009 MB Memory before query: 22.275 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.15 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.09 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.04 ms |  | closing tables | 0.02 ms |  | Unlocking tables | 0.03 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 | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |  | 18 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 |  | 17 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 |  | 16 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |  | 15 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |  | 14 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |  | 13 | Joomla\CMS\Factory::getUser() | JROOT/components/com_k2/views/itemlist/view.html.php:355 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.007 MB Memory before query: 22.280 MB Rows returned: 0 - SELECT id, gender, description, image, url, `
 group`, plugins
 FROM i5x_k2_users
 WHERE userID=141
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_users | ref | userID | userID | 4 | 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.06 ms |  | Preparing | 0.03 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.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 | 
|---|
 | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 14 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/itemlist.php:512 |  | 13 | K2ModelItemlist->getUserProfile() | JROOT/components/com_k2/views/itemlist/view.html.php:363 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.63 ms After last query: 0.17 ms Query memory: 0.007 MB Memory before query: 22.287 MB Rows returned: 0 - SELECT id, gender, description, image, url, `
 group`, plugins
 FROM i5x_k2_users
 WHERE userID=141
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_users | ref | userID | userID | 4 | const | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.08 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.02 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.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.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:1662 |  | 15 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1682 |  | 14 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/helpers/utilities.php:45 |  | 13 | K2HelperUtilities::getAvatar() | JROOT/components/com_k2/views/itemlist/view.html.php:366 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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: 21.46 ms After last query: 2.45 ms Query memory: 0.007 MB Memory before query: 22.361 MB Rows returned: 10 - /* Frontend / K2 / Items */ SELECT /*+ MAX_EXECUTION_TIME(60000) */ SQL_CALC_FOUND_ROWS i.*, c.name AS categoryname, c.id AS categoryid, c.alias AS categoryalias, c.params AS categoryparams 
 FROM i5x_k2_items AS i
 INNER JOIN i5x_k2_categories AS c USE INDEX (idx_category)
 ON c.id = i.catid
 WHERE i.published = 1
 AND i.access IN(1,5)
 AND i.trash = 0
 AND c.published = 1
 AND c.access IN(1,5)
 AND c.trash = 0
 AND (i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2025-10-31 21:03:07')
 AND (i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-10-31 21:03:07')
 AND i.created_by=141
 AND i.created_by_alias=''
 ORDER BY i.id DESC
 LIMIT 0, 10
 - EXPLAIN not possible on query: /* Frontend / K2 / Items */ SELECT /*+ MAX_EXECUTION_TIME(60000) */ SQL_CALC_FOUND_ROWS i.*, c.name AS categoryname, c.id AS categoryid, c.alias AS categoryalias, c.params AS categoryparams FROM i5x_k2_items AS i INNER JOIN i5x_k2_categories AS c USE INDEX (idx_category) ON c.id = i.catid WHERE i.published = 1 AND i.access IN(1,5) AND i.trash = 0 AND c.published = 1 AND c.access IN(1,5) AND c.trash = 0 AND (i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2025-10-31 21:03:07') AND (i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-10-31 21:03:07') AND i.created_by=141 AND i.created_by_alias='' ORDER BY i.id DESC LIMIT 0, 10 
| Status | Duration | 
|---|
 | Starting | 0.20 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.02 ms |  | init | 0.08 ms |  | Optimizing | 0.08 ms |  | Statistics | 0.15 ms |  | Preparing | 0.06 ms |  | Creating tmp table | 0.09 ms |  | Sorting result | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 10.44 ms |  | Creating sort index | 2.28 ms |  | Removing tmp table | 7.46 ms |  | Creating sort index | 0.12 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.09 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/components/com_k2/models/itemlist.php:352 |  | 13 | K2ModelItemlist->getData() | JROOT/components/com_k2/views/itemlist/view.html.php:576 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |  | 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |  | 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |  | 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.47 ms After last query: 0.26 ms Query memory: 0.007 MB Memory before query: 22.490 MB Rows returned: 1 - SELECT FOUND_ROWS(); | 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 | No tables used |  
 
| Status | Duration | 
|---|
 | Starting | 0.10 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.02 ms |  | After opening tables | 0.02 ms |  | init | 0.02 ms |  | Optimizing | 0.02 ms |  | Executing | 0.03 ms |  | End of update loop | 0.02 ms |  | Query end | 0.02 ms |  | Commit | 0.02 ms |  | closing tables | 0.03 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.08 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:1740 |  | 14 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/itemlist.php:365 |  | 13 | K2ModelItemlist->getData() | JROOT/components/com_k2/views/itemlist/view.html.php:576 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.30 ms After last query: 1.74 ms Query memory: 0.009 MB Memory before query: 22.609 MB Rows returned: 14 - SHOW FULL COLUMNS 
 FROM `i5x_k2_categories`
 - EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `i5x_k2_categories` 
| Status | Duration | 
|---|
 | Starting | 0.10 ms |  | checking permissions | 0.02 ms |  | closing tables | 0.02 ms |  | Opening tables | 0.28 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.02 ms |  | Optimizing | 0.04 ms |  | Statistics | 0.04 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Filling schema table | 0.02 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | checking permissions | 0.10 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.03 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.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/joomla/database/driver/mysqli.php:448 |  | 17 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |  | 16 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |  | 15 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_k2/tables/k2category.php:34 |  | 14 | TableK2Category->__construct() | JROOT/libraries/src/Table/Table.php:328 |  | 13 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_k2/views/itemlist/view.html.php:701 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.86 ms Query memory: 0.009 MB Memory before query: 22.657 MB Rows returned: 1 - SELECT * 
 FROM i5x_k2_categories
 WHERE id = '65'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_categories | 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.07 ms |  | Preparing | 0.02 ms |  | Unlocking tables | 0.03 ms |  | Preparing | 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.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:1465 |  | 18 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_k2/tables/k2category.php:61 |  | 17 | TableK2Category->load() | JROOT/components/com_k2/models/item.php:65 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.18 ms Query memory: 0.010 MB Memory before query: 22.674 MB Rows returned: 65 - SELECT id, name, parent 
 FROM i5x_k2_categories
 WHERE published=1
 AND trash=0
 AND access IN(1,1,5)
 ORDER BY parent
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_categories | ref | category,published,access,trash,idx_category | category | 2 | const | 65 | Using index condition; Using where; Using filesort |  
 
| Status | Duration | 
|---|
 | Starting | 0.09 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.03 ms |  | Statistics | 0.11 ms |  | Preparing | 0.04 ms |  | Sorting result | 0.02 ms |  | Executing | 0.02 ms |  | Sending data | 0.02 ms |  | Creating sort index | 0.27 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:1701 |  | 20 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/itemlist.php:932 |  | 19 | K2ModelItemlist->getCategoriesTree() | JROOT/components/com_k2/helpers/route.php:261 |  | 18 | K2HelperRoute::findMenuItem() | JROOT/components/com_k2/helpers/route.php:56 |  | 17 | K2HelperRoute::getCategoryRoute() | JROOT/components/com_k2/models/item.php:68 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.72 ms After last query: 1.10 ms Query memory: 0.009 MB Memory before query: 22.783 MB Rows returned: 0 - SELECT tag.*
            
 FROM i5x_k2_tags AS tag
            JOIN i5x_k2_tags_xref AS xref
 ON tag.id = xref.tagID
 WHERE tag.published = 1
 AND xref.itemID = 688
 ORDER BY xref.id ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where |  | 1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | ocscreen_new.xref.tagID | 1 | Using where |  
 
| 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.06 ms |  | Preparing | 0.05 ms |  | Sorting result | 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.03 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/item.php:1202 |  | 17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:111 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.63 ms After last query: 0.91 ms Query memory: 0.009 MB Memory before query: 22.793 MB Rows returned: 0 - SELECT id, gender, description, image, url, `
 group`, plugins
 FROM i5x_k2_users
 WHERE userID=141
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_users | ref | userID | userID | 4 | const | 1 |  |  
 
| 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.04 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.05 ms |  | End of update loop | 0.02 ms |  | Query end | 0.03 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.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1682 |  | 18 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/helpers/utilities.php:45 |  | 17 | K2HelperUtilities::getAvatar() | JROOT/components/com_k2/models/item.php:212 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |  | 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |  | 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |  | 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.57 ms After last query: 0.05 ms Query memory: 0.010 MB Memory before query: 22.808 MB Rows returned: 0 - SELECT id, gender, description, image, url, `
 group`, plugins
 FROM i5x_k2_users
 WHERE userID=141
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_users | ref | userID | userID | 4 | 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.03 ms |  | table lock | 0.02 ms |  | init | 0.02 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.04 ms |  | Preparing | 0.03 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.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 | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 18 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1682 |  | 17 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/models/item.php:213 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.07 ms Query memory: 0.009 MB Memory before query: 22.819 MB Rows returned: 1 - SELECT COUNT(*) 
 FROM i5x_k2_comments
 WHERE itemID=688
 AND published=1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_comments | ref | itemID,published,latestComments,countComments | countComments | 8 | const,const | 1 | Using index |  
 
| Status | Duration | 
|---|
 | Starting | 0.07 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.06 ms |  | Preparing | 0.03 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.07 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:1740 |  | 18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1469 |  | 17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:226 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.05 ms After last query: 13.99 ms Query memory: 0.010 MB Memory before query: 23.440 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 = 'com_k2.itemlist'
 AND (fc.category_id IS NULL OR fc.category_id IN (65,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.37 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.09 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.08 ms |  | Optimizing | 0.05 ms |  | Statistics | 0.17 ms |  | Preparing | 0.11 ms |  | Creating tmp table | 0.10 ms |  | Sorting result | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.40 ms |  | Creating sort index | 0.05 ms |  | Removing tmp table | 0.09 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.08 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 | 
|---|
 | 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |  | 20 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |  | 19 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |  | 18 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |  | 17 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |  | 16 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:668 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.88 ms After last query: 3.56 ms Query memory: 0.009 MB Memory before query: 23.746 MB Rows returned: 1 - SELECT enabled 
 FROM i5x_extensions
 WHERE element = 'com_sppagebuilder'
 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.17 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.04 ms |  | init | 0.04 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.10 ms |  | Preparing | 0.04 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.06 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 18 | JDatabaseDriver->loadResult() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:99 |  | 17 | plgK2Sppagebuilder->isSppagebuilderEnabled() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:84 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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: 0.16 ms Query memory: 0.009 MB Memory before query: 23.757 MB Rows returned: 0 - SELECT *
 FROM `i5x_sppagebuilder`
 WHERE `extension` = 'com_k2'
 AND `extension_view` = 'itemlist'
 AND `view_id` = '688'
 AND `active` = 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where |  
 
| 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.05 ms |  | Optimizing | 0.04 ms |  | Statistics | 0.03 ms |  | Preparing | 0.03 ms |  | Executing | 0.03 ms |  | Sending data | 0.25 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.06 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:257 |  | 18 | SppagebuilderHelper::getPageContent() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:208 |  | 17 | SppagebuilderHelper::onIntegrationPrepareContent() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:87 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.12 ms Query memory: 0.009 MB Memory before query: 23.766 MB Rows returned: 0 - SELECT *
 FROM `i5x_sppagebuilder`
 WHERE `extension` = 'com_k2'
 AND `extension_view` = 'itemlist'
 AND `view_id` = '688'
 AND `active` = 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where |  
 
| 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.05 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.03 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.11 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 | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:257 |  | 18 | SppagebuilderHelper::getPageContent() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:208 |  | 17 | SppagebuilderHelper::onIntegrationPrepareContent() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:89 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.68 ms Query memory: 0.009 MB Memory before query: 23.792 MB Rows returned: 1 - SELECT * 
 FROM i5x_k2_categories
 WHERE id = '64'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_categories | const | PRIMARY | PRIMARY | 4 | const | 1 |  |  
 
| 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.04 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.05 ms |  | Preparing | 0.02 ms |  | Unlocking tables | 0.02 ms |  | Preparing | 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.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 | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |  | 18 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_k2/tables/k2category.php:61 |  | 17 | TableK2Category->load() | JROOT/components/com_k2/models/item.php:65 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.77 ms Query memory: 0.009 MB Memory before query: 23.860 MB Rows returned: 0 - SELECT tag.*
            
 FROM i5x_k2_tags AS tag
            JOIN i5x_k2_tags_xref AS xref
 ON tag.id = xref.tagID
 WHERE tag.published = 1
 AND xref.itemID = 687
 ORDER BY xref.id ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where |  | 1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | ocscreen_new.xref.tagID | 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.04 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.09 ms |  | Preparing | 0.05 ms |  | Sorting result | 0.03 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.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/components/com_k2/models/item.php:1202 |  | 17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:111 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.92 ms Query memory: 0.009 MB Memory before query: 23.870 MB Rows returned: 0 - SELECT id, gender, description, image, url, `
 group`, plugins
 FROM i5x_k2_users
 WHERE userID=141
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_users | ref | userID | userID | 4 | const | 1 |  |  
 
| 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.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.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.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1682 |  | 18 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/helpers/utilities.php:45 |  | 17 | K2HelperUtilities::getAvatar() | JROOT/components/com_k2/models/item.php:212 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.05 ms Query memory: 0.009 MB Memory before query: 23.879 MB Rows returned: 0 - SELECT id, gender, description, image, url, `
 group`, plugins
 FROM i5x_k2_users
 WHERE userID=141
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_users | ref | userID | userID | 4 | const | 1 |  |  
 
| 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.02 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.04 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 | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 18 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1682 |  | 17 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/models/item.php:213 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.06 ms Query memory: 0.009 MB Memory before query: 23.888 MB Rows returned: 1 - SELECT COUNT(*) 
 FROM i5x_k2_comments
 WHERE itemID=687
 AND published=1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_comments | ref | itemID,published,latestComments,countComments | countComments | 8 | const,const | 1 | Using index |  
 
| Status | Duration | 
|---|
 | Starting | 0.08 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.02 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 | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1469 |  | 17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:226 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.05 ms After last query: 5.97 ms Query memory: 0.010 MB Memory before query: 23.862 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 = 'com_k2.itemlist'
 AND (fc.category_id IS NULL OR fc.category_id IN (64,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.36 ms |  | checking permissions | 0.05 ms |  | Opening tables | 0.10 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.10 ms |  | Optimizing | 0.06 ms |  | Statistics | 0.16 ms |  | Preparing | 0.07 ms |  | Creating tmp table | 0.11 ms |  | Sorting result | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.38 ms |  | Creating sort index | 0.06 ms |  | Removing tmp table | 0.09 ms |  | Creating sort index | 0.02 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.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 | 
|---|
 | 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |  | 20 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |  | 19 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |  | 18 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |  | 17 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |  | 16 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:668 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.39 ms Query memory: 0.009 MB Memory before query: 23.871 MB Rows returned: 1 - SELECT enabled 
 FROM i5x_extensions
 WHERE element = 'com_sppagebuilder'
 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.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.08 ms |  | Preparing | 0.03 ms |  | Executing | 0.04 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 | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 18 | JDatabaseDriver->loadResult() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:99 |  | 17 | plgK2Sppagebuilder->isSppagebuilderEnabled() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:84 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.12 ms Query memory: 0.009 MB Memory before query: 23.883 MB Rows returned: 0 - SELECT *
 FROM `i5x_sppagebuilder`
 WHERE `extension` = 'com_k2'
 AND `extension_view` = 'itemlist'
 AND `view_id` = '687'
 AND `active` = 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.07 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.05 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.03 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.20 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 | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:257 |  | 18 | SppagebuilderHelper::getPageContent() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:208 |  | 17 | SppagebuilderHelper::onIntegrationPrepareContent() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:87 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.62 ms After last query: 0.08 ms Query memory: 0.009 MB Memory before query: 23.892 MB Rows returned: 0 - SELECT *
 FROM `i5x_sppagebuilder`
 WHERE `extension` = 'com_k2'
 AND `extension_view` = 'itemlist'
 AND `view_id` = '687'
 AND `active` = 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where |  
 
| 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.04 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.03 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.10 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 | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:257 |  | 18 | SppagebuilderHelper::getPageContent() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:208 |  | 17 | SppagebuilderHelper::onIntegrationPrepareContent() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:89 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.70 ms After last query: 0.67 ms Query memory: 0.009 MB Memory before query: 23.918 MB Rows returned: 1 - SELECT * 
 FROM i5x_k2_categories
 WHERE id = '23'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_categories | const | PRIMARY | PRIMARY | 4 | 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.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.03 ms |  | End of update loop | 0.02 ms |  | Query end | 0.07 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 | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |  | 18 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_k2/tables/k2category.php:61 |  | 17 | TableK2Category->load() | JROOT/components/com_k2/models/item.php:65 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.63 ms After last query: 0.72 ms Query memory: 0.009 MB Memory before query: 23.979 MB Rows returned: 1 - SELECT * 
 FROM i5x_k2_categories
 WHERE id = '55'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_categories | 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.05 ms |  | Preparing | 0.02 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.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |  | 18 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_k2/tables/k2category.php:61 |  | 17 | TableK2Category->load() | JROOT/components/com_k2/models/item.php:87 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.24 ms Query memory: 0.009 MB Memory before query: 24.002 MB Rows returned: 0 - SELECT tag.*
            
 FROM i5x_k2_tags AS tag
            JOIN i5x_k2_tags_xref AS xref
 ON tag.id = xref.tagID
 WHERE tag.published = 1
 AND xref.itemID = 686
 ORDER BY xref.id ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where |  | 1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | ocscreen_new.xref.tagID | 1 | Using where |  
 
| 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.06 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.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.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/item.php:1202 |  | 17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:111 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.63 ms After last query: 0.92 ms Query memory: 0.009 MB Memory before query: 24.011 MB Rows returned: 0 - SELECT id, gender, description, image, url, `
 group`, plugins
 FROM i5x_k2_users
 WHERE userID=141
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_users | ref | userID | userID | 4 | const | 1 |  |  
 
| 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.04 ms |  | Preparing | 0.03 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.05 ms |  | Updating status | 0.04 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1682 |  | 18 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/helpers/utilities.php:45 |  | 17 | K2HelperUtilities::getAvatar() | JROOT/components/com_k2/models/item.php:212 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.05 ms Query memory: 0.009 MB Memory before query: 24.020 MB Rows returned: 0 - SELECT id, gender, description, image, url, `
 group`, plugins
 FROM i5x_k2_users
 WHERE userID=141
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_users | ref | userID | userID | 4 | 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.03 ms |  | Statistics | 0.04 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.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 18 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1682 |  | 17 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/models/item.php:213 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.62 ms After last query: 0.07 ms Query memory: 0.009 MB Memory before query: 24.029 MB Rows returned: 1 - SELECT COUNT(*) 
 FROM i5x_k2_comments
 WHERE itemID=686
 AND published=1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_comments | ref | itemID,published,latestComments,countComments | countComments | 8 | const,const | 1 | Using index |  
 
| 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.08 ms |  | Preparing | 0.04 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.07 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:1740 |  | 18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1469 |  | 17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:226 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.94 ms After last query: 5.55 ms Query memory: 0.010 MB Memory before query: 24.000 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 = 'com_k2.itemlist'
 AND (fc.category_id IS NULL OR fc.category_id IN (23,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.38 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.09 ms |  | After opening tables | 0.02 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.09 ms |  | Optimizing | 0.06 ms |  | Statistics | 0.16 ms |  | Preparing | 0.06 ms |  | Creating tmp table | 0.09 ms |  | Sorting result | 0.05 ms |  | Executing | 0.02 ms |  | Sending data | 0.37 ms |  | Creating sort index | 0.05 ms |  | Removing tmp table | 0.09 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.03 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/src/MVC/Model/BaseDatabaseModel.php:322 |  | 20 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |  | 19 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |  | 18 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |  | 17 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |  | 16 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:668 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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: 0.33 ms Query memory: 0.009 MB Memory before query: 24.010 MB Rows returned: 1 - SELECT enabled 
 FROM i5x_extensions
 WHERE element = 'com_sppagebuilder'
 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.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.06 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.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 | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 18 | JDatabaseDriver->loadResult() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:99 |  | 17 | plgK2Sppagebuilder->isSppagebuilderEnabled() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:84 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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: 0.15 ms Query memory: 0.009 MB Memory before query: 24.021 MB Rows returned: 0 - SELECT *
 FROM `i5x_sppagebuilder`
 WHERE `extension` = 'com_k2'
 AND `extension_view` = 'itemlist'
 AND `view_id` = '686'
 AND `active` = 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.07 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.06 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.03 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.19 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.03 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:257 |  | 18 | SppagebuilderHelper::getPageContent() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:208 |  | 17 | SppagebuilderHelper::onIntegrationPrepareContent() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:87 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.23 ms Query memory: 0.009 MB Memory before query: 24.104 MB Rows returned: 0 - SELECT tag.*
            
 FROM i5x_k2_tags AS tag
            JOIN i5x_k2_tags_xref AS xref
 ON tag.id = xref.tagID
 WHERE tag.published = 1
 AND xref.itemID = 685
 ORDER BY xref.id ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where |  | 1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | ocscreen_new.xref.tagID | 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.03 ms |  | table lock | 0.02 ms |  | init | 0.03 ms |  | Optimizing | 0.04 ms |  | Statistics | 0.06 ms |  | Preparing | 0.05 ms |  | Sorting result | 0.04 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.03 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/item.php:1202 |  | 17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:111 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.88 ms Query memory: 0.009 MB Memory before query: 24.113 MB Rows returned: 0 - SELECT id, gender, description, image, url, `
 group`, plugins
 FROM i5x_k2_users
 WHERE userID=141
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_users | ref | userID | userID | 4 | 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.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.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.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1682 |  | 18 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/helpers/utilities.php:45 |  | 17 | K2HelperUtilities::getAvatar() | JROOT/components/com_k2/models/item.php:212 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |  | 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |  | 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |  | 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.57 ms After last query: 0.08 ms Query memory: 0.009 MB Memory before query: 24.122 MB Rows returned: 0 - SELECT id, gender, description, image, url, `
 group`, plugins
 FROM i5x_k2_users
 WHERE userID=141
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_users | ref | userID | userID | 4 | 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.03 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 | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 18 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1682 |  | 17 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/models/item.php:213 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.09 ms Query memory: 0.009 MB Memory before query: 24.131 MB Rows returned: 1 - SELECT COUNT(*) 
 FROM i5x_k2_comments
 WHERE itemID=685
 AND published=1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_comments | ref | itemID,published,latestComments,countComments | countComments | 8 | const,const | 1 | Using index |  
 
| Status | Duration | 
|---|
 | Starting | 0.07 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.06 ms |  | Preparing | 0.03 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.05 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:1740 |  | 18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1469 |  | 17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:226 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.00 ms After last query: 6.14 ms Query memory: 0.009 MB Memory before query: 24.101 MB Rows returned: 1 - SELECT enabled 
 FROM i5x_extensions
 WHERE element = 'com_sppagebuilder'
 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.26 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.12 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.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.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:1740 |  | 18 | JDatabaseDriver->loadResult() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:99 |  | 17 | plgK2Sppagebuilder->isSppagebuilderEnabled() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:84 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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: 0.13 ms Query memory: 0.009 MB Memory before query: 24.112 MB Rows returned: 0 - SELECT *
 FROM `i5x_sppagebuilder`
 WHERE `extension` = 'com_k2'
 AND `extension_view` = 'itemlist'
 AND `view_id` = '685'
 AND `active` = 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 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.03 ms |  | Statistics | 0.03 ms |  | Preparing | 0.04 ms |  | Executing | 0.02 ms |  | Sending data | 0.19 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 | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:257 |  | 18 | SppagebuilderHelper::getPageContent() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:208 |  | 17 | SppagebuilderHelper::onIntegrationPrepareContent() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:87 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.08 ms Query memory: 0.009 MB Memory before query: 24.121 MB Rows returned: 0 - SELECT *
 FROM `i5x_sppagebuilder`
 WHERE `extension` = 'com_k2'
 AND `extension_view` = 'itemlist'
 AND `view_id` = '685'
 AND `active` = 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where |  
 
| 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.04 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.02 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.10 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.05 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:257 |  | 18 | SppagebuilderHelper::getPageContent() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:208 |  | 17 | SppagebuilderHelper::onIntegrationPrepareContent() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:89 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.24 ms Query memory: 0.009 MB Memory before query: 24.201 MB Rows returned: 0 - SELECT tag.*
            
 FROM i5x_k2_tags AS tag
            JOIN i5x_k2_tags_xref AS xref
 ON tag.id = xref.tagID
 WHERE tag.published = 1
 AND xref.itemID = 684
 ORDER BY xref.id ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where |  | 1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | ocscreen_new.xref.tagID | 1 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.12 ms |  | checking permissions | 0.02 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.04 ms |  | Sorting result | 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.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 | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/item.php:1202 |  | 17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:111 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.93 ms Query memory: 0.015 MB Memory before query: 24.220 MB Rows returned: 0 - SELECT id, gender, description, image, url, `
 group`, plugins
 FROM i5x_k2_users
 WHERE userID=141
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_users | ref | userID | userID | 4 | 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.03 ms |  | Statistics | 0.04 ms |  | Preparing | 0.03 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.03 ms |  | Freeing items | 0.05 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1682 |  | 18 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/helpers/utilities.php:45 |  | 17 | K2HelperUtilities::getAvatar() | JROOT/components/com_k2/models/item.php:212 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |  | 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |  | 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |  | 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.57 ms After last query: 0.05 ms Query memory: 0.009 MB Memory before query: 24.234 MB Rows returned: 0 - SELECT id, gender, description, image, url, `
 group`, plugins
 FROM i5x_k2_users
 WHERE userID=141
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_users | ref | userID | userID | 4 | 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.02 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.04 ms |  | Preparing | 0.04 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.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 18 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1682 |  | 17 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/models/item.php:213 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.009 MB Memory before query: 24.243 MB Rows returned: 1 - SELECT COUNT(*) 
 FROM i5x_k2_comments
 WHERE itemID=684
 AND published=1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_comments | ref | itemID,published,latestComments,countComments | countComments | 8 | const,const | 1 | Using index |  
 
| 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.04 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.06 ms |  | Preparing | 0.04 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.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1469 |  | 17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:226 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.98 ms After last query: 20.35 ms Query memory: 0.012 MB Memory before query: 25.236 MB Rows returned: 0 - SELECT `Extension`.`id` AS `Extension.id`, `Extension`.`name` AS `Extension.name` 
 FROM `i5x_chronoengine_extensions` AS `Extension`
 WHERE `Extension`.`enabled` = '1'
 ORDER BY `Extension`.`ordering` ASC
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | Extension | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |  
 
| Status | Duration | 
|---|
 | Starting | 0.28 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.03 ms |  | init | 0.05 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.04 ms |  | Preparing | 0.03 ms |  | Sorting result | 0.02 ms |  | Executing | 0.02 ms |  | Sending data | 0.02 ms |  | Creating sort index | 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.06 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |  | 26 | JDatabaseDriver->loadAssocList() | JROOT/libraries/cegcore/libs/database_adapters/joomla.php:48 |  | 25 | GCore\Libs\DatabaseAdapters\Joomla->loadAssocList() | JROOT/libraries/cegcore/libs/model.php:994 |  | 24 | GCore\Libs\Model->find() | JROOT/libraries/cegcore/libs/gmodel.php:27 |  | 23 | GCore\Libs\GModel->find() | JROOT/libraries/cegcore/libs/event.php:18 |  | 22 | GCore\Libs\Event::get_extensions() | JROOT/libraries/cegcore/libs/event.php:35 |  | 21 | GCore\Libs\Event::trigger() | JROOT/libraries/cegcore/libs/app_j.php:112 |  | 20 | GCore\Libs\AppJ->dispatch() | JROOT/libraries/cegcore/libs/app_j.php:444 |  | 19 | GCore\Libs\AppJ::call() | JROOT/libraries/cegcore/joomla_gcloader.php:104 |  | 18 | JoomlaGCLoader->__construct() | JROOT/plugins/content/chronoforms5/chronoforms5.php:51 |  | 17 | PlgContentChronoforms5->render_item() | JROOT/plugins/content/chronoforms5/chronoforms5.php:20 |  | 16 | PlgContentChronoforms5->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:668 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.89 ms After last query: 1.69 ms Query memory: 0.011 MB Memory before query: 25.314 MB Rows returned: 13 - SELECT `
 Group`.`id` AS `
 Group.id`, `
 Group`.`parent_id` AS `
 Group.parent_id`, `
 Group`.`lft` AS `
 Group.lft`, `
 Group`.`rgt` AS `
 Group.rgt`, `
 Group`.`title` AS `
 Group.title`
 FROM `i5x_usergroups` AS `
 Group`
 ORDER BY `
 Group`.`parent_id` ASC, `
 Group`.`lft`
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | Group | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 13 | Using filesort |  
 
| Status | Duration | 
|---|
 | Starting | 0.17 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.04 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.03 ms |  | Preparing | 0.02 ms |  | Sorting result | 0.02 ms |  | Executing | 0.03 ms |  | Sending data | 0.02 ms |  | Creating sort index | 0.11 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 | 
|---|
 | 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |  | 24 | JDatabaseDriver->loadAssocList() | JROOT/libraries/cegcore/libs/database_adapters/joomla.php:48 |  | 23 | GCore\Libs\DatabaseAdapters\Joomla->loadAssocList() | JROOT/libraries/cegcore/libs/model.php:994 |  | 22 | GCore\Libs\Model->find() | JROOT/libraries/cegcore/libs/gmodel.php:27 |  | 21 | GCore\Libs\GModel->find() | JROOT/libraries/cegcore/libs/app_j.php:155 |  | 20 | GCore\Libs\AppJ->dispatch() | JROOT/libraries/cegcore/libs/app_j.php:444 |  | 19 | GCore\Libs\AppJ::call() | JROOT/libraries/cegcore/joomla_gcloader.php:104 |  | 18 | JoomlaGCLoader->__construct() | JROOT/plugins/content/chronoforms5/chronoforms5.php:51 |  | 17 | PlgContentChronoforms5->render_item() | JROOT/plugins/content/chronoforms5/chronoforms5.php:20 |  | 16 | PlgContentChronoforms5->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:668 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.00 ms After last query: 4.80 ms Query memory: 0.013 MB Memory before query: 25.617 MB Rows returned: 1 - SELECT `Form`.`id` AS `Form.id`, `Form`.`title` AS `Form.title`, `Form`.`params` AS `Form.params`, `Form`.`extras` AS `Form.extras`, `Form`.`published` AS `Form.published`, `Form`.`app` AS `Form.app`, `Form`.`form_type` AS `Form.form_type`, `Form`.`content` AS `Form.content` 
 FROM `i5x_chronoengine_chronoforms` AS `Form`
 WHERE `Form`.`title` = 'ContactUs'
 AND `Form`.`published` = '1'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | Form | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.23 ms |  | checking permissions | 0.04 ms |  | Opening tables | 0.05 ms |  | After opening tables | 0.04 ms |  | System lock | 0.02 ms |  | table lock | 0.02 ms |  | init | 0.04 ms |  | Optimizing | 0.04 ms |  | Statistics | 0.04 ms |  | Preparing | 0.03 ms |  | Executing | 0.03 ms |  | Sending data | 0.10 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.05 ms |  | Freeing items | 0.07 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |  | 28 | JDatabaseDriver->loadAssocList() | JROOT/libraries/cegcore/libs/database_adapters/joomla.php:48 |  | 27 | GCore\Libs\DatabaseAdapters\Joomla->loadAssocList() | JROOT/libraries/cegcore/libs/model.php:994 |  | 26 | GCore\Libs\Model->find() | JROOT/libraries/cegcore/libs/gmodel.php:27 |  | 25 | GCore\Libs\GModel->find() | JROOT/components/com_chronoforms5/chronoforms/libs/form.php:51 |  | 24 | GCore\Extensions\Chronoforms\Libs\Form->getForm() | JROOT/components/com_chronoforms5/chronoforms/libs/form.php:29 |  | 23 | GCore\Extensions\Chronoforms\Libs\Form->__construct() | JROOT/components/com_chronoforms5/chronoforms/libs/form.php:41 |  | 22 | GCore\Extensions\Chronoforms\Libs\Form::getInstance() | JROOT/components/com_chronoforms5/chronoforms/chronoforms.php:43 |  | 21 | GCore\Extensions\Chronoforms\Chronoforms->index() | JROOT/libraries/cegcore/libs/app_j.php:249 |  | 20 | GCore\Libs\AppJ->dispatch() | JROOT/libraries/cegcore/libs/app_j.php:444 |  | 19 | GCore\Libs\AppJ::call() | JROOT/libraries/cegcore/joomla_gcloader.php:104 |  | 18 | JoomlaGCLoader->__construct() | JROOT/plugins/content/chronoforms5/chronoforms5.php:51 |  | 17 | PlgContentChronoforms5->render_item() | JROOT/plugins/content/chronoforms5/chronoforms5.php:20 |  | 16 | PlgContentChronoforms5->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:668 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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: 6.95 ms Query memory: 0.012 MB Memory before query: 26.017 MB Rows returned: 0 - SELECT `Extension`.`id` AS `Extension.id`, `Extension`.`addon_id` AS `Extension.addon_id`, `Extension`.`name` AS `Extension.name`, `Extension`.`title` AS `Extension.title`, `Extension`.`enabled` AS `Extension.enabled`, `Extension`.`ordering` AS `Extension.ordering`, `Extension`.`settings` AS `Extension.settings` 
 FROM `i5x_chronoengine_extensions` AS `Extension`
 WHERE `Extension`.`name` = 'chronoforms'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | Extension | ref | name | name | 767 | const | 1 | Using index condition |  
 
| Status | Duration | 
|---|
 | Starting | 0.20 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.06 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.03 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.03 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |  | 26 | JDatabaseDriver->loadAssocList() | JROOT/libraries/cegcore/libs/database_adapters/joomla.php:48 |  | 25 | GCore\Libs\DatabaseAdapters\Joomla->loadAssocList() | JROOT/libraries/cegcore/libs/model.php:994 |  | 24 | GCore\Libs\Model->find() | JROOT/libraries/cegcore/libs/gmodel.php:27 |  | 23 | GCore\Libs\GModel->find() | JROOT/components/com_chronoforms5/chronoforms/libs/form.php:210 |  | 22 | GCore\Extensions\Chronoforms\Libs\Form::_settings() | JROOT/components/com_chronoforms5/chronoforms/chronoforms.php:45 |  | 21 | GCore\Extensions\Chronoforms\Chronoforms->index() | JROOT/libraries/cegcore/libs/app_j.php:249 |  | 20 | GCore\Libs\AppJ->dispatch() | JROOT/libraries/cegcore/libs/app_j.php:444 |  | 19 | GCore\Libs\AppJ::call() | JROOT/libraries/cegcore/joomla_gcloader.php:104 |  | 18 | JoomlaGCLoader->__construct() | JROOT/plugins/content/chronoforms5/chronoforms5.php:51 |  | 17 | PlgContentChronoforms5->render_item() | JROOT/plugins/content/chronoforms5/chronoforms5.php:20 |  | 16 | PlgContentChronoforms5->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:668 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.88 ms After last query: 5.04 ms Query memory: 0.009 MB Memory before query: 26.149 MB Rows returned: 1 - SELECT enabled 
 FROM i5x_extensions
 WHERE element = 'com_sppagebuilder'
 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.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.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.10 ms |  | Preparing | 0.07 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.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 18 | JDatabaseDriver->loadResult() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:99 |  | 17 | plgK2Sppagebuilder->isSppagebuilderEnabled() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:84 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.23 ms Query memory: 0.009 MB Memory before query: 26.160 MB Rows returned: 0 - SELECT *
 FROM `i5x_sppagebuilder`
 WHERE `extension` = 'com_k2'
 AND `extension_view` = 'itemlist'
 AND `view_id` = '684'
 AND `active` = 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 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.03 ms |  | table lock | 0.02 ms |  | init | 0.05 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.03 ms |  | Preparing | 0.05 ms |  | Executing | 0.02 ms |  | Sending data | 0.21 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 | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:257 |  | 18 | SppagebuilderHelper::getPageContent() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:208 |  | 17 | SppagebuilderHelper::onIntegrationPrepareContent() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:87 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.70 ms After last query: 0.14 ms Query memory: 0.009 MB Memory before query: 26.170 MB Rows returned: 0 - SELECT *
 FROM `i5x_sppagebuilder`
 WHERE `extension` = 'com_k2'
 AND `extension_view` = 'itemlist'
 AND `view_id` = '684'
 AND `active` = 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where |  
 
| 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.04 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.02 ms |  | Preparing | 0.03 ms |  | Executing | 0.03 ms |  | Sending data | 0.13 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.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:257 |  | 18 | SppagebuilderHelper::getPageContent() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:208 |  | 17 | SppagebuilderHelper::onIntegrationPrepareContent() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:89 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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: 1.60 ms Query memory: 0.009 MB Memory before query: 26.249 MB Rows returned: 0 - SELECT tag.*
            
 FROM i5x_k2_tags AS tag
            JOIN i5x_k2_tags_xref AS xref
 ON tag.id = xref.tagID
 WHERE tag.published = 1
 AND xref.itemID = 683
 ORDER BY xref.id ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where |  | 1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | ocscreen_new.xref.tagID | 1 | Using where |  
 
| 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 |  | 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.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.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/item.php:1202 |  | 17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:111 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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: 1.51 ms Query memory: 0.009 MB Memory before query: 26.258 MB Rows returned: 0 - SELECT id, gender, description, image, url, `
 group`, plugins
 FROM i5x_k2_users
 WHERE userID=141
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_users | ref | userID | userID | 4 | const | 1 |  |  
 
| 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.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.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 | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1682 |  | 18 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/helpers/utilities.php:45 |  | 17 | K2HelperUtilities::getAvatar() | JROOT/components/com_k2/models/item.php:212 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.54 ms After last query: 0.07 ms Query memory: 0.009 MB Memory before query: 26.267 MB Rows returned: 0 - SELECT id, gender, description, image, url, `
 group`, plugins
 FROM i5x_k2_users
 WHERE userID=141
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_users | ref | userID | userID | 4 | 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.02 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.03 ms |  | Preparing | 0.03 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.05 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:1662 |  | 18 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1682 |  | 17 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/models/item.php:213 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.09 ms Query memory: 0.009 MB Memory before query: 26.276 MB Rows returned: 1 - SELECT COUNT(*) 
 FROM i5x_k2_comments
 WHERE itemID=683
 AND published=1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_comments | ref | itemID,published,latestComments,countComments | countComments | 8 | const,const | 1 | Using index |  
 
| 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.06 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.03 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 | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1469 |  | 17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:226 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.03 ms After last query: 10.08 ms Query memory: 0.009 MB Memory before query: 26.249 MB Rows returned: 1 - SELECT enabled 
 FROM i5x_extensions
 WHERE element = 'com_sppagebuilder'
 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.28 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.04 ms |  | Statistics | 0.12 ms |  | Preparing | 0.05 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.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:1740 |  | 18 | JDatabaseDriver->loadResult() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:99 |  | 17 | plgK2Sppagebuilder->isSppagebuilderEnabled() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:84 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.17 ms Query memory: 0.009 MB Memory before query: 26.260 MB Rows returned: 0 - SELECT *
 FROM `i5x_sppagebuilder`
 WHERE `extension` = 'com_k2'
 AND `extension_view` = 'itemlist'
 AND `view_id` = '683'
 AND `active` = 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 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.03 ms |  | Statistics | 0.03 ms |  | Preparing | 0.03 ms |  | Executing | 0.03 ms |  | Sending data | 0.20 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.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 | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:257 |  | 18 | SppagebuilderHelper::getPageContent() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:208 |  | 17 | SppagebuilderHelper::onIntegrationPrepareContent() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:87 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.12 ms Query memory: 0.009 MB Memory before query: 26.269 MB Rows returned: 0 - SELECT *
 FROM `i5x_sppagebuilder`
 WHERE `extension` = 'com_k2'
 AND `extension_view` = 'itemlist'
 AND `view_id` = '683'
 AND `active` = 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.07 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.03 ms |  | Statistics | 0.02 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.12 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.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:257 |  | 18 | SppagebuilderHelper::getPageContent() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:208 |  | 17 | SppagebuilderHelper::onIntegrationPrepareContent() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:89 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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: 1.22 ms Query memory: 0.009 MB Memory before query: 26.357 MB Rows returned: 0 - SELECT tag.*
            
 FROM i5x_k2_tags AS tag
            JOIN i5x_k2_tags_xref AS xref
 ON tag.id = xref.tagID
 WHERE tag.published = 1
 AND xref.itemID = 682
 ORDER BY xref.id ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where |  | 1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | ocscreen_new.xref.tagID | 1 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.12 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.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.05 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/item.php:1202 |  | 17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:111 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.91 ms Query memory: 0.009 MB Memory before query: 26.367 MB Rows returned: 0 - SELECT id, gender, description, image, url, `
 group`, plugins
 FROM i5x_k2_users
 WHERE userID=141
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_users | ref | userID | userID | 4 | const | 1 |  |  
 
| 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.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.04 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 | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1682 |  | 18 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/helpers/utilities.php:45 |  | 17 | K2HelperUtilities::getAvatar() | JROOT/components/com_k2/models/item.php:212 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |  | 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |  | 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |  | 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.55 ms After last query: 0.08 ms Query memory: 0.009 MB Memory before query: 26.375 MB Rows returned: 0 - SELECT id, gender, description, image, url, `
 group`, plugins
 FROM i5x_k2_users
 WHERE userID=141
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_users | ref | userID | userID | 4 | 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.02 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.03 ms |  | Preparing | 0.03 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.05 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:1662 |  | 18 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1682 |  | 17 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/models/item.php:213 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.08 ms Query memory: 0.009 MB Memory before query: 26.384 MB Rows returned: 1 - SELECT COUNT(*) 
 FROM i5x_k2_comments
 WHERE itemID=682
 AND published=1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_comments | ref | itemID,published,latestComments,countComments | countComments | 8 | const,const | 1 | Using index |  
 
| Status | Duration | 
|---|
 | Starting | 0.07 ms |  | checking permissions | 0.03 ms |  | Opening tables | 0.02 ms |  | After opening tables | 0.04 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.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 | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1469 |  | 17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:226 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.92 ms After last query: 9.08 ms Query memory: 0.009 MB Memory before query: 26.357 MB Rows returned: 1 - SELECT enabled 
 FROM i5x_extensions
 WHERE element = 'com_sppagebuilder'
 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.23 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.13 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 | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 18 | JDatabaseDriver->loadResult() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:99 |  | 17 | plgK2Sppagebuilder->isSppagebuilderEnabled() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:84 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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: 0.15 ms Query memory: 0.009 MB Memory before query: 26.368 MB Rows returned: 0 - SELECT *
 FROM `i5x_sppagebuilder`
 WHERE `extension` = 'com_k2'
 AND `extension_view` = 'itemlist'
 AND `view_id` = '682'
 AND `active` = 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where |  
 
| 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.05 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.03 ms |  | Preparing | 0.03 ms |  | Executing | 0.03 ms |  | Sending data | 0.22 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.06 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:257 |  | 18 | SppagebuilderHelper::getPageContent() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:208 |  | 17 | SppagebuilderHelper::onIntegrationPrepareContent() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:87 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.72 ms After last query: 0.10 ms Query memory: 0.009 MB Memory before query: 26.377 MB Rows returned: 0 - SELECT *
 FROM `i5x_sppagebuilder`
 WHERE `extension` = 'com_k2'
 AND `extension_view` = 'itemlist'
 AND `view_id` = '682'
 AND `active` = 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 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.04 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.04 ms |  | Preparing | 0.03 ms |  | Executing | 0.04 ms |  | Sending data | 0.13 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 | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:257 |  | 18 | SppagebuilderHelper::getPageContent() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:208 |  | 17 | SppagebuilderHelper::onIntegrationPrepareContent() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:89 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.24 ms Query memory: 0.009 MB Memory before query: 26.457 MB Rows returned: 0 - SELECT tag.*
            
 FROM i5x_k2_tags AS tag
            JOIN i5x_k2_tags_xref AS xref
 ON tag.id = xref.tagID
 WHERE tag.published = 1
 AND xref.itemID = 681
 ORDER BY xref.id ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where |  | 1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | ocscreen_new.xref.tagID | 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.04 ms |  | Optimizing | 0.04 ms |  | Statistics | 0.08 ms |  | Preparing | 0.05 ms |  | Sorting result | 0.02 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.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/components/com_k2/models/item.php:1202 |  | 17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:111 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.88 ms Query memory: 0.009 MB Memory before query: 26.466 MB Rows returned: 0 - SELECT id, gender, description, image, url, `
 group`, plugins
 FROM i5x_k2_users
 WHERE userID=141
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_users | ref | userID | userID | 4 | const | 1 |  |  
 
| 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.04 ms |  | Preparing | 0.03 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.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 | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1682 |  | 18 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/helpers/utilities.php:45 |  | 17 | K2HelperUtilities::getAvatar() | JROOT/components/com_k2/models/item.php:212 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.62 ms After last query: 0.07 ms Query memory: 0.009 MB Memory before query: 26.475 MB Rows returned: 0 - SELECT id, gender, description, image, url, `
 group`, plugins
 FROM i5x_k2_users
 WHERE userID=141
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_users | ref | userID | userID | 4 | const | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.11 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.02 ms |  | Optimizing | 0.02 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.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 | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 18 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1682 |  | 17 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/models/item.php:213 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.09 ms Query memory: 0.009 MB Memory before query: 26.484 MB Rows returned: 1 - SELECT COUNT(*) 
 FROM i5x_k2_comments
 WHERE itemID=681
 AND published=1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_comments | ref | itemID,published,latestComments,countComments | countComments | 8 | const,const | 1 | Using index |  
 
| 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.07 ms |  | Preparing | 0.06 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.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 | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1469 |  | 17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:226 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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: 12.26 ms Query memory: 0.009 MB Memory before query: 26.456 MB Rows returned: 1 - SELECT enabled 
 FROM i5x_extensions
 WHERE element = 'com_sppagebuilder'
 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.20 ms |  | checking permissions | 0.05 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.05 ms |  | Statistics | 0.13 ms |  | Preparing | 0.05 ms |  | Executing | 0.03 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.05 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:1740 |  | 18 | JDatabaseDriver->loadResult() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:99 |  | 17 | plgK2Sppagebuilder->isSppagebuilderEnabled() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:84 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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: 0.17 ms Query memory: 0.009 MB Memory before query: 26.468 MB Rows returned: 0 - SELECT *
 FROM `i5x_sppagebuilder`
 WHERE `extension` = 'com_k2'
 AND `extension_view` = 'itemlist'
 AND `view_id` = '681'
 AND `active` = 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where |  
 
| 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.05 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.05 ms |  | Preparing | 0.04 ms |  | Executing | 0.02 ms |  | Sending data | 0.21 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 | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:257 |  | 18 | SppagebuilderHelper::getPageContent() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:208 |  | 17 | SppagebuilderHelper::onIntegrationPrepareContent() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:87 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.12 ms Query memory: 0.009 MB Memory before query: 26.477 MB Rows returned: 0 - SELECT *
 FROM `i5x_sppagebuilder`
 WHERE `extension` = 'com_k2'
 AND `extension_view` = 'itemlist'
 AND `view_id` = '681'
 AND `active` = 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 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.04 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.02 ms |  | Preparing | 0.06 ms |  | Executing | 0.02 ms |  | Sending data | 0.11 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.03 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.03 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:257 |  | 18 | SppagebuilderHelper::getPageContent() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:208 |  | 17 | SppagebuilderHelper::onIntegrationPrepareContent() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:89 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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: 1.28 ms Query memory: 0.009 MB Memory before query: 26.503 MB Rows returned: 1 - SELECT * 
 FROM i5x_k2_categories
 WHERE id = '54'
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_categories | const | PRIMARY | PRIMARY | 4 | const | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.11 ms |  | checking permissions | 0.03 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.04 ms |  | Statistics | 0.05 ms |  | Preparing | 0.02 ms |  | Unlocking tables | 0.02 ms |  | Preparing | 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.02 ms |  | closing tables | 0.02 ms |  | Starting cleanup | 0.04 ms |  | Freeing items | 0.06 ms |  | Updating status | 0.03 ms |  | Reset for next command | 0.03 ms |  
 
| # | Caller | File and line number | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |  | 18 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_k2/tables/k2category.php:61 |  | 17 | TableK2Category->load() | JROOT/components/com_k2/models/item.php:65 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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: 0.90 ms Query memory: 0.009 MB Memory before query: 26.571 MB Rows returned: 0 - SELECT tag.*
            
 FROM i5x_k2_tags AS tag
            JOIN i5x_k2_tags_xref AS xref
 ON tag.id = xref.tagID
 WHERE tag.published = 1
 AND xref.itemID = 580
 ORDER BY xref.id ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where |  | 1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | ocscreen_new.xref.tagID | 1 | Using where |  
 
| 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.08 ms |  | Preparing | 0.05 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.03 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 | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/item.php:1202 |  | 17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:111 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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: 1.45 ms Query memory: 0.009 MB Memory before query: 26.581 MB Rows returned: 0 - SELECT id, gender, description, image, url, `
 group`, plugins
 FROM i5x_k2_users
 WHERE userID=141
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_users | ref | userID | userID | 4 | const | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.11 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.03 ms |  | Statistics | 0.08 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.03 ms |  | Freeing items | 0.07 ms |  | Updating status | 0.02 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1682 |  | 18 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/helpers/utilities.php:45 |  | 17 | K2HelperUtilities::getAvatar() | JROOT/components/com_k2/models/item.php:212 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.62 ms After last query: 0.07 ms Query memory: 0.009 MB Memory before query: 26.590 MB Rows returned: 0 - SELECT id, gender, description, image, url, `
 group`, plugins
 FROM i5x_k2_users
 WHERE userID=141
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_users | ref | userID | userID | 4 | const | 1 |  |  
 
| Status | Duration | 
|---|
 | Starting | 0.09 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.04 ms |  | Preparing | 0.03 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.08 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:1662 |  | 18 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1682 |  | 17 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/models/item.php:213 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.63 ms After last query: 0.08 ms Query memory: 0.009 MB Memory before query: 26.599 MB Rows returned: 1 - SELECT COUNT(*) 
 FROM i5x_k2_comments
 WHERE itemID=580
 AND published=1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_comments | ref | itemID,published,latestComments,countComments | countComments | 8 | const,const | 1 | Using index |  
 
| Status | Duration | 
|---|
 | Starting | 0.07 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.03 ms |  | init | 0.03 ms |  | Optimizing | 0.02 ms |  | Statistics | 0.06 ms |  | Preparing | 0.03 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.03 ms |  | Reset for next command | 0.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1469 |  | 17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:226 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.10 ms After last query: 28.30 ms Query memory: 0.010 MB Memory before query: 26.573 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 = 'com_k2.itemlist'
 AND (fc.category_id IS NULL OR fc.category_id IN (54,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.35 ms |  | checking permissions | 0.02 ms |  | Opening tables | 0.10 ms |  | After opening tables | 0.03 ms |  | System lock | 0.03 ms |  | table lock | 0.02 ms |  | init | 0.08 ms |  | Optimizing | 0.09 ms |  | Statistics | 0.21 ms |  | Preparing | 0.07 ms |  | Creating tmp table | 0.09 ms |  | Sorting result | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.49 ms |  | Creating sort index | 0.05 ms |  | Removing tmp table | 0.08 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.01 ms |  | closing tables | 0.05 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 | 
|---|
 | 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |  | 20 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |  | 19 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |  | 18 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |  | 17 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |  | 16 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:668 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.34 ms Query memory: 0.009 MB Memory before query: 26.583 MB Rows returned: 1 - SELECT enabled 
 FROM i5x_extensions
 WHERE element = 'com_sppagebuilder'
 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.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.04 ms |  | Statistics | 0.10 ms |  | Preparing | 0.03 ms |  | Executing | 0.04 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 | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 18 | JDatabaseDriver->loadResult() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:99 |  | 17 | plgK2Sppagebuilder->isSppagebuilderEnabled() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:84 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.87 ms After last query: 0.11 ms Query memory: 0.009 MB Memory before query: 26.594 MB Rows returned: 0 - SELECT *
 FROM `i5x_sppagebuilder`
 WHERE `extension` = 'com_k2'
 AND `extension_view` = 'itemlist'
 AND `view_id` = '580'
 AND `active` = 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.10 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.07 ms |  | Optimizing | 0.06 ms |  | Statistics | 0.03 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.22 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 | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:257 |  | 18 | SppagebuilderHelper::getPageContent() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:208 |  | 17 | SppagebuilderHelper::onIntegrationPrepareContent() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:87 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.09 ms Query memory: 0.009 MB Memory before query: 26.603 MB Rows returned: 0 - SELECT *
 FROM `i5x_sppagebuilder`
 WHERE `extension` = 'com_k2'
 AND `extension_view` = 'itemlist'
 AND `view_id` = '580'
 AND `active` = 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where |  
 
| Status | Duration | 
|---|
 | Starting | 0.07 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.03 ms |  | Preparing | 0.02 ms |  | Executing | 0.02 ms |  | Sending data | 0.11 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.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 | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:257 |  | 18 | SppagebuilderHelper::getPageContent() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:208 |  | 17 | SppagebuilderHelper::onIntegrationPrepareContent() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:89 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.72 ms After last query: 1.19 ms Query memory: 0.009 MB Memory before query: 26.683 MB Rows returned: 0 - SELECT tag.*
            
 FROM i5x_k2_tags AS tag
            JOIN i5x_k2_tags_xref AS xref
 ON tag.id = xref.tagID
 WHERE tag.published = 1
 AND xref.itemID = 579
 ORDER BY xref.id ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where |  | 1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | ocscreen_new.xref.tagID | 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.04 ms |  | Statistics | 0.07 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.02 ms |  | closing tables | 0.05 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 | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |  | 18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/item.php:1202 |  | 17 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:111 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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: 1.46 ms Query memory: 0.009 MB Memory before query: 26.692 MB Rows returned: 0 - SELECT id, gender, description, image, url, `
 group`, plugins
 FROM i5x_k2_users
 WHERE userID=141
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_users | ref | userID | userID | 4 | 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.03 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.06 ms |  | Preparing | 0.04 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.02 ms |  
 
| # | Caller | File and line number | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1682 |  | 18 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/helpers/utilities.php:45 |  | 17 | K2HelperUtilities::getAvatar() | JROOT/components/com_k2/models/item.php:212 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.08 ms Query memory: 0.009 MB Memory before query: 26.701 MB Rows returned: 0 - SELECT id, gender, description, image, url, `
 group`, plugins
 FROM i5x_k2_users
 WHERE userID=141
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_users | ref | userID | userID | 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.04 ms |  | Statistics | 0.04 ms |  | Preparing | 0.03 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.05 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:1662 |  | 18 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1682 |  | 17 | K2ModelItem->getUserProfile() | JROOT/components/com_k2/models/item.php:213 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.09 ms Query memory: 0.009 MB Memory before query: 26.710 MB Rows returned: 1 - SELECT COUNT(*) 
 FROM i5x_k2_comments
 WHERE itemID=579
 AND published=1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_comments | ref | itemID,published,latestComments,countComments | countComments | 8 | const,const | 1 | Using index |  
 
| Status | Duration | 
|---|
 | Starting | 0.08 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.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 | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 18 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1469 |  | 17 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:226 |  | 16 | K2ModelItem->prepareItem() | Same as call in the line below. |  | 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |  | 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |  | 13 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/components/com_k2/views/itemlist/view.html.php:703 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |  | 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |  | 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |  | 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 1.02 ms After last query: 146.73 ms Query memory: 0.009 MB Memory before query: 26.682 MB Rows returned: 1 - SELECT enabled 
 FROM i5x_extensions
 WHERE element = 'com_sppagebuilder'
 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.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.12 ms |  | Preparing | 0.04 ms |  | Executing | 0.02 ms |  | Sending data | 0.08 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 | 
|---|
 | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |  | 18 | JDatabaseDriver->loadResult() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:99 |  | 17 | plgK2Sppagebuilder->isSppagebuilderEnabled() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:84 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |  | 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |  | 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |  | 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |  | 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 1.08 ms After last query: 0.18 ms Query memory: 0.009 MB Memory before query: 26.694 MB Rows returned: 0 - SELECT *
 FROM `i5x_sppagebuilder`
 WHERE `extension` = 'com_k2'
 AND `extension_view` = 'itemlist'
 AND `view_id` = '579'
 AND `active` = 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 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.06 ms |  | Optimizing | 0.04 ms |  | Statistics | 0.04 ms |  | Preparing | 0.04 ms |  | Executing | 0.02 ms |  | Sending data | 0.29 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.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:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:257 |  | 18 | SppagebuilderHelper::getPageContent() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:208 |  | 17 | SppagebuilderHelper::onIntegrationPrepareContent() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:87 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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: 0.14 ms Query memory: 0.009 MB Memory before query: 26.703 MB Rows returned: 0 - SELECT *
 FROM `i5x_sppagebuilder`
 WHERE `extension` = 'com_k2'
 AND `extension_view` = 'itemlist'
 AND `view_id` = '579'
 AND `active` = 1
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 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.05 ms |  | Optimizing | 0.06 ms |  | Statistics | 0.03 ms |  | Preparing | 0.04 ms |  | Executing | 0.02 ms |  | Sending data | 0.16 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 | 
|---|
 | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |  | 19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:257 |  | 18 | SppagebuilderHelper::getPageContent() | JROOT/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:208 |  | 17 | SppagebuilderHelper::onIntegrationPrepareContent() | JROOT/plugins/k2/sppagebuilder/sppagebuilder.php:89 |  | 16 | plgK2Sppagebuilder->onK2PrepareContent() | JROOT/libraries/joomla/event/event.php:70 |  | 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |  | 14 | JEventDispatcher->trigger() | JROOT/components/com_k2/models/item.php:793 |  | 13 | K2ModelItem->execPlugins() | JROOT/components/com_k2/views/itemlist/view.html.php:712 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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.92 ms After last query: 0.10 ms Query memory: 0.007 MB Memory before query: 26.710 MB Rows returned: 65 - SELECT id 
 FROM i5x_k2_categories
 WHERE published=1
 AND trash=0
 AND access IN(1,1,5)
 | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
 | 1 | SIMPLE | i5x_k2_categories | range | category,published,access,trash,idx_category | category | 8 | NULL | 65 | Using where; Using index |  
 
| 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.04 ms |  | Optimizing | 0.06 ms |  | Statistics | 0.13 ms |  | Preparing | 0.05 ms |  | Executing | 0.02 ms |  | Sending data | 0.12 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 | 
|---|
 | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |  | 14 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/helpers/permissions.php:225 |  | 13 | K2HelperPermissions::canAddItem() | JROOT/components/com_k2/views/itemlist/view.html.php:760 |  | 12 | K2ViewItemlist->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |  | 11 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |  | 10 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_k2/controllers/controller.php:20 |  | 9 | K2Controller->display() | JROOT/components/com_k2/controllers/itemlist.php:50 |  | 8 | K2ControllerItemlist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |  | 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_k2/k2.php:57 |  | 6 | require_once JROOT/components/com_k2/k2.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: 52.07 ms Query memory: 0.011 MB Memory before query: 27.845 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.20 ms |  | checking permissions | 0.03 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.04 ms |  | Preparing | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.15 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 | 
|---|
 | 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |  | 25 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |  | 24 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:536 |  | 23 | EB::config() | JROOT/components/com_easyblog/router.php:36 |  | 22 | EasyBlogRouterBase::buildRoute() | JROOT/components/com_easyblog/router.php:1368 |  | 21 | EasyBlogBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |  | 20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |  | 19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |  | 18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |  | 17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |  | 16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |  | 15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |  | 14 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/helix3/core/classes/menu.php:139 |  | 13 | Helix3Menu->initMenu() | JROOT/plugins/system/helix3/core/classes/menu.php:46 |  | 12 | Helix3Menu->__construct() | JROOT/plugins/system/helix3/core/helix3.php:917 |  | 11 | Helix3::loadMegaMenu() | JROOT/templates/shaper_helix3/features/menu.php:30 |  | 10 | Helix3FeatureMenu->renderFeature() | JROOT/plugins/system/helix3/core/helix3.php:255 |  | 9 | Helix3::importFeatures() | JROOT/plugins/system/helix3/core/helix3.php:311 |  | 8 | Helix3::generatelayout() | JROOT/templates/shaper_helix3/index.php:180 |  | 7 | require JROOT/templates/shaper_helix3/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |  | 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |  | 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |  | 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |  | 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |  | 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 2.54 ms After last query: 6.77 ms Query memory: 0.009 MB Memory before query: 28.189 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.28 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.06 ms |  | Optimizing | 0.05 ms |  | Statistics | 0.11 ms |  | Preparing | 0.07 ms |  | Sorting result | 0.03 ms |  | Executing | 0.02 ms |  | Sending data | 0.03 ms |  | Creating sort index | 1.38 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.03 ms |  | Starting cleanup | 0.02 ms |  | Freeing items | 0.11 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/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:402 |  | 17 | PlgSystemAdvancedModuleHelper->getModuleList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:123 |  | 16 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |  | 15 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |  | 14 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |  | 13 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |  | 12 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |  | 11 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/plugins/system/helix3/core/helix3.php:591 |  | 10 | Helix3::countModules() | JROOT/plugins/system/helix3/core/helix3.php:538 |  | 9 | Helix3::rowColumns() | JROOT/plugins/system/helix3/core/helix3.php:329 |  | 8 | Helix3::generatelayout() | JROOT/templates/shaper_helix3/index.php:180 |  | 7 | require JROOT/templates/shaper_helix3/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |  | 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |  | 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |  | 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |  | 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |  | 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |  | 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |  
 
 
- Query Time: 0.95 ms After last query: 33.32 ms Query memory: 0.009 MB Memory before query: 30.331 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.19 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.03 ms |  | init | 0.03 ms |  | Optimizing | 0.03 ms |  | Statistics | 0.09 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.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.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: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.23 ms After last query: 1.53 ms Query memory: 0.010 MB Memory before query: 30.402 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.09 ms |  | checking permissions | 0.02 ms |  | closing tables | 0.02 ms |  | Opening tables | 0.34 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.03 ms |  | Executing | 0.02 ms |  | Filling schema table | 0.02 ms |  | Opening tables | 0.03 ms |  | After opening tables | 0.02 ms |  | checking permissions | 0.06 ms |  | closing tables | 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 |  | Removing tmp table | 0.10 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 | 
|---|
 | 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.65 ms After last query: 0.18 ms Query memory: 0.008 MB Memory before query: 30.417 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.10 ms |  | checking permissions | 0.04 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.04 ms |  | Preparing | 0.02 ms |  | Executing | 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.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_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 |