Query Time: 0.28 ms Query memory: 0.025 MB Memory before query: 4.182 MB Rows returned: 0
SELECT `data`
  FROM `iklai_session`
  WHERE `session_id` = X'6262316635663065623962646639623336656134616363633965303935356563'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | iklai_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL | 
| Status | Duration | 
|---|
| starting | 0.08 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.02 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.03 ms | 
| executing | 0.01 ms | 
| end | 0.01 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.05 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 15 | JDatabaseDriver->loadResult() | JROOT/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.21 ms After last query: 0.94 ms Query memory: 0.022 MB Memory before query: 4.284 MB Rows returned: 0
SELECT `session_id`
  FROM `iklai_session`
  WHERE `session_id` = X'6262316635663065623962646639623336656134616363633965303935356563' 
  LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | iklai_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index | 
| Status | Duration | 
|---|
| starting | 0.06 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.00 ms | 
| init | 0.01 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.00 ms | 
| statistics | 0.01 ms | 
| executing | 0.01 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.05 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 | 
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 | 
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 | 
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 | 
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 | 
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 | 
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 | 
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 | 
Query Time: 2.36 ms After last query: 0.07 ms Query memory: 0.004 MB Memory before query: 4.289 MB
INSERT INTO `iklai_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) 
  VALUES 
(X'6262316635663065623962646639623336656134616363633965303935356563', 1, 1762262992, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `iklai_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES 
(X'6262316635663065623962646639623336656134616363633965303935356563', 1, 1762262992, 0, '', 0)
| Status | Duration | 
|---|
| starting | 0.06 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.01 ms | 
| System lock | 0.00 ms | 
| update | 0.55 ms | 
| end | 0.01 ms | 
| query end | 1.62 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.07 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 | 
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 | 
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 | 
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 | 
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 | 
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 | 
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 | 
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 | 
Query Time: 0.44 ms After last query: 1.66 ms Query memory: 0.030 MB Memory before query: 4.537 MB Rows returned: 41
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
  FROM `iklai_extensions`
  WHERE `type` = 'component' 
  AND `state` = 0 
  AND `enabled` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | iklai_extensions | NULL | ref | extension | extension | 82 | const | 41 | 1.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.08 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.01 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.04 ms | 
| preparing | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.13 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.06 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 | 
| 10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. | 
| 9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 | 
| 8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 | 
| 7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 | 
| 6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 | 
| 5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 | 
| 4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.25 ms After last query: 1.55 ms Query memory: 0.022 MB Memory before query: 4.731 MB Rows returned: 3
SELECT id, rules
  FROM `iklai_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | iklai_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 100.00 | NULL | 
| Status | Duration | 
|---|
| starting | 0.08 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.01 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.00 ms | 
| statistics | 0.00 ms | 
| preparing | 0.00 ms | 
| executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.05 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 | 
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 | 
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 | 
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 | 
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 | 
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.24 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 4.742 MB Rows returned: 1
SELECT b.id
  FROM iklai_usergroups AS a
  LEFT JOIN iklai_usergroups AS b 
  ON b.lft <= a.lft 
  AND b.rgt >= a.rgt
  WHERE a.id = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL | 
| 1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 1 | 100.00 | Using where; Using index | 
| Status | Duration | 
|---|
| starting | 0.06 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.01 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.03 ms | 
| preparing | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.06 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 | 
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 | 
| 9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 | 
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 | 
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 | 
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 | 
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 | 
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.61 ms After last query: 0.47 ms Query memory: 0.034 MB Memory before query: 4.809 MB Rows returned: 97
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
  FROM iklai_extensions
  WHERE enabled = 1 
  AND type = 'plugin' 
  AND state IN (0,1) 
  AND access IN (1,1)
  ORDER BY ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | iklai_extensions | NULL | ref | extension | extension | 82 | const | 125 | 0.40 | Using index condition; Using where; Using filesort | 
| Status | Duration | 
|---|
| starting | 0.07 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.01 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.02 ms | 
| preparing | 0.01 ms | 
| Sorting result | 0.00 ms | 
| executing | 0.00 ms | 
| Sending data | 0.00 ms | 
| Creating sort index | 0.33 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.06 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:351 | 
| 9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Same as call in the line below. | 
| 8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 | 
| 7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:356 | 
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 | 
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 | 
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.33 ms After last query: 7.21 ms Query memory: 0.024 MB Memory before query: 5.754 MB Rows returned: 1
SELECT template
  FROM iklai_template_styles as s
  WHERE s.client_id = 0 
  AND s.home = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | s | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 2 | 20.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.09 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.01 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.02 ms | 
| preparing | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.09 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 13 | JDatabaseDriver->loadResult() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:31 | 
| 12 | RokCommon_PlatformInfo_Joomla->getDefaultTemplate() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:105 | 
| 11 | RokCommon_PlatformInfo_Joomla->setPlatformParameters() | JROOT/libraries/rokcommon/RokCommon/Service.php:71 | 
| 10 | RokCommon_Service::getContainer() | JROOT/libraries/rokcommon/include.php:38 | 
| 9 | require_once JROOT/libraries/rokcommon/include.php | JROOT/plugins/system/rokcommon/rokcommon.php:95 | 
| 8 | plgSystemRokCommon->loadCommonLib() | JROOT/plugins/system/rokcommon/rokcommon.php:53 | 
| 7 | plgSystemRokCommon->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 | 
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 | 
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.21 ms After last query: 0.05 ms Query memory: 0.025 MB Memory before query: 5.762 MB Rows returned: 1
SELECT template
  FROM iklai_template_styles as s
  WHERE s.client_id = 0 
  AND s.home = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | s | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 2 | 20.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.05 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.01 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.00 ms | 
| statistics | 0.02 ms | 
| preparing | 0.00 ms | 
| executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.05 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 14 | JDatabaseDriver->loadResult() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:31 | 
| 13 | RokCommon_PlatformInfo_Joomla->getDefaultTemplate() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:67 | 
| 12 | RokCommon_PlatformInfo_Joomla->getDefaultTemplatePath() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:106 | 
| 11 | RokCommon_PlatformInfo_Joomla->setPlatformParameters() | JROOT/libraries/rokcommon/RokCommon/Service.php:71 | 
| 10 | RokCommon_Service::getContainer() | JROOT/libraries/rokcommon/include.php:38 | 
| 9 | require_once JROOT/libraries/rokcommon/include.php | JROOT/plugins/system/rokcommon/rokcommon.php:95 | 
| 8 | plgSystemRokCommon->loadCommonLib() | JROOT/plugins/system/rokcommon/rokcommon.php:53 | 
| 7 | plgSystemRokCommon->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 | 
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 | 
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.26 ms After last query: 2.37 ms Query memory: 0.023 MB Memory before query: 6.268 MB Rows returned: 2
SELECT extension, file, type
  FROM iklai_rokcommon_configs
  ORDER BY priority
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | iklai_rokcommon_configs | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 100.00 | Using filesort | 
| Status | Duration | 
|---|
| starting | 0.07 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.00 ms | 
| statistics | 0.01 ms | 
| preparing | 0.00 ms | 
| Sorting result | 0.00 ms | 
| executing | 0.00 ms | 
| Sending data | 0.00 ms | 
| Creating sort index | 0.03 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.05 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rokcommon/rokcommon.php:131 | 
| 8 | plgSystemRokCommon->processRegisteredConfigs() | JROOT/plugins/system/rokcommon/rokcommon.php:75 | 
| 7 | plgSystemRokCommon->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 | 
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 | 
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.34 ms After last query: 10.81 ms Query memory: 0.028 MB Memory before query: 7.249 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
  FROM `iklai_extensions`
  WHERE `type` = 'library' 
  AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | iklai_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL | 
| Status | Duration | 
|---|
| starting | 0.09 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.01 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.05 ms | 
| preparing | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.06 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 | 
| 20 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 | 
| 19 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. | 
| 18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 | 
| 17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 | 
| 16 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 | 
| 15 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 | 
| 14 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 | 
| 13 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 | 
| 12 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 | 
| 11 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/helix/core/helix.php:50 | 
| 10 | Helix::getDocument() | JROOT/plugins/system/helix/core/helix.php:36 | 
| 9 | Helix::getInstance() | JROOT/plugins/system/helix/helix.php:21 | 
| 8 | plgSystemHelix->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.56 ms After last query: 0.12 ms Query memory: 0.007 MB Memory before query: 7.242 MB
UPDATE `iklai_extensions`
  SET `params` = '{\"mediaversion\":\"3bd74fa2cf1625a404a4873a8aea4ef4\"}'
  WHERE `type` = 'library' 
  AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | UPDATE | iklai_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.06 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.01 ms | 
| System lock | 0.03 ms | 
| updating | 0.04 ms | 
| end | 0.00 ms | 
| query end | 1.29 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.07 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 | 
| 15 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 | 
| 14 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 | 
| 13 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 | 
| 12 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 | 
| 11 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/helix/core/helix.php:50 | 
| 10 | Helix::getDocument() | JROOT/plugins/system/helix/core/helix.php:36 | 
| 9 | Helix::getInstance() | JROOT/plugins/system/helix/helix.php:21 | 
| 8 | plgSystemHelix->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.55 ms After last query: 1.91 ms Query memory: 0.044 MB Memory before query: 7.481 MB Rows returned: 21
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
  FROM iklai_menu AS m
  LEFT JOIN iklai_extensions AS e 
  ON m.component_id = e.extension_id
  WHERE m.published = 1 
  AND m.parent_id > 0 
  AND m.client_id = 0
  ORDER BY m.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | m | NULL | range | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 5 | NULL | 96 | 10.00 | Using index condition; Using where; Using filesort | 
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cyrascom_cyras.m.component_id | 1 | 100.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.09 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.02 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.04 ms | 
| preparing | 0.01 ms | 
| Sorting result | 0.00 ms | 
| executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 0.23 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.06 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 24 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 | 
| 23 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. | 
| 22 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 | 
| 21 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 | 
| 20 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 | 
| 19 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 | 
| 18 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 | 
| 17 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 | 
| 16 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 | 
| 15 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:434 | 
| 14 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/plugins/system/helix/core/helix.php:65 | 
| 13 | Helix::themeName() | JROOT/plugins/system/helix/core/helix.php:114 | 
| 12 | Helix::themePath() | JROOT/plugins/system/helix/core/helix.php:302 | 
| 11 | Helix::_Import() | JROOT/plugins/system/helix/core/helix.php:290 | 
| 10 | Helix::Import() | JROOT/plugins/system/helix/core/helix.php:1584 | 
| 9 | Helix::loadHelixOverwrite() | JROOT/plugins/system/helix/helix.php:22 | 
| 8 | plgSystemHelix->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.31 ms After last query: 0.43 ms Query memory: 0.038 MB Memory before query: 7.567 MB Rows returned: 2
SELECT id, home, template, s.params
  FROM iklai_template_styles as s
  LEFT JOIN iklai_extensions as e 
  ON e.element=s.template 
  AND e.type='template' 
  AND e.client_id=s.client_id
  WHERE s.client_id = 0 
  AND e.enabled = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 2 | 100.00 | NULL | 
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | cyrascom_cyras.s.template,const | 1 | 4.46 | Using index condition; Using where | 
| Status | Duration | 
|---|
| starting | 0.06 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.01 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.03 ms | 
| preparing | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.03 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.06 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 | 
| 14 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/plugins/system/helix/core/helix.php:65 | 
| 13 | Helix::themeName() | JROOT/plugins/system/helix/core/helix.php:114 | 
| 12 | Helix::themePath() | JROOT/plugins/system/helix/core/helix.php:302 | 
| 11 | Helix::_Import() | JROOT/plugins/system/helix/core/helix.php:290 | 
| 10 | Helix::Import() | JROOT/plugins/system/helix/core/helix.php:1584 | 
| 9 | Helix::loadHelixOverwrite() | JROOT/plugins/system/helix/helix.php:22 | 
| 8 | plgSystemHelix->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.42 ms After last query: 4.02 ms Query memory: 0.029 MB Memory before query: 8.088 MB Rows returned: 18
SHOW FULL COLUMNS 
  FROM `iklai_extensions`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `iklai_extensions`
| Status | Duration | 
|---|
| starting | 0.06 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.08 ms | 
| init | 0.00 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.00 ms | 
| statistics | 0.00 ms | 
| preparing | 0.00 ms | 
| executing | 0.01 ms | 
| Opening tables | 0.01 ms | 
| checking permissions | 0.02 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.01 ms | 
| Sending data | 0.03 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| removing tmp table | 0.02 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.06 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 | 
| 13 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 | 
| 12 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 | 
| 11 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Extension.php:32 | 
| 10 | Joomla\CMS\Table\Extension->__construct() | JROOT/libraries/src/Table/Table.php:328 | 
| 9 | Joomla\CMS\Table\Table::getInstance() | JROOT/plugins/system/roksprocket/roksprocket.php:45 | 
| 8 | plgSystemRokSprocket->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.25 ms After last query: 0.42 ms Query memory: 0.022 MB Memory before query: 8.142 MB Rows returned: 1
SELECT `extension_id`
  FROM `iklai_extensions`
  WHERE type = 'component' 
  AND element = 'com_roksprocket'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | iklai_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.06 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.01 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.04 ms | 
| preparing | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.05 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 10 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Table/Extension.php:124 | 
| 9 | Joomla\CMS\Table\Extension->find() | JROOT/plugins/system/roksprocket/roksprocket.php:47 | 
| 8 | plgSystemRokSprocket->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.21 ms After last query: 0.07 ms Query memory: 0.028 MB Memory before query: 8.151 MB Rows returned: 1
SELECT *
  FROM iklai_extensions
  WHERE `extension_id` = '10018'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | iklai_extensions | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL | 
| Status | Duration | 
|---|
| starting | 0.05 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.01 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.00 ms | 
| statistics | 0.01 ms | 
| preparing | 0.00 ms | 
| executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.05 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 | 
| 10 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 | 
| 9 | Joomla\CMS\Table\Table->load() | JROOT/plugins/system/roksprocket/roksprocket.php:54 | 
| 8 | plgSystemRokSprocket->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.21 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 8.155 MB Rows returned: 1
SELECT `extension_id`
  FROM `iklai_extensions`
  WHERE type = 'module' 
  AND element = 'mod_roksprocket'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | iklai_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.05 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.00 ms | 
| init | 0.01 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.00 ms | 
| statistics | 0.03 ms | 
| preparing | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.05 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 10 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Table/Extension.php:124 | 
| 9 | Joomla\CMS\Table\Extension->find() | JROOT/plugins/system/roksprocket/roksprocket.php:70 | 
| 8 | plgSystemRokSprocket->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.20 ms After last query: 0.04 ms Query memory: 0.028 MB Memory before query: 8.161 MB Rows returned: 1
SELECT *
  FROM iklai_extensions
  WHERE `extension_id` = '10018'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | iklai_extensions | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL | 
| Status | Duration | 
|---|
| starting | 0.06 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.00 ms | 
| init | 0.01 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.00 ms | 
| statistics | 0.01 ms | 
| preparing | 0.00 ms | 
| executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.05 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 | 
| 10 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 | 
| 9 | Joomla\CMS\Table\Table->load() | JROOT/plugins/system/roksprocket/roksprocket.php:76 | 
| 8 | plgSystemRokSprocket->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.63 ms After last query: 21.56 ms Query memory: 0.025 MB Memory before query: 9.374 MB Rows returned: 1
SELECT *
  FROM iklai_languages
  WHERE published=1
  ORDER BY ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | iklai_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort | 
| Status | Duration | 
|---|
| starting | 0.19 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| init | 0.04 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.01 ms | 
| preparing | 0.01 ms | 
| Sorting result | 0.00 ms | 
| executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 0.06 ms | 
| end | 0.00 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.16 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 | 
| 5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 | 
| 4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.72 ms After last query: 8.49 ms Query memory: 0.032 MB Memory before query: 11.094 MB Rows returned: 41
SELECT `id`,`name`,`rules`,`parent_id`
  FROM `iklai_assets`
  WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_ajax','com_akeeba','com_associations','com_banners','com_cache','com_categories','com_checkin','com_chronoforms5','com_config','com_contact','com_contactenhanced','com_content','com_contenthistory','com_cpanel','com_fields','com_finder','com_installer','com_jce','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_privacy','com_redirect','com_roksprocket','com_search','com_tags','com_templates','com_uniterevolution2','com_users','com_weblinks','com_wrapper')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | iklai_assets | NULL | ALL | idx_asset_name | NO INDEX KEY COULD BE USED | NULL | NULL | 267 | 15.73 | Using where | 
| Status | Duration | 
|---|
| starting | 0.14 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.01 ms | 
| init | 0.03 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.07 ms | 
| preparing | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.25 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.07 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 | 
| 18 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 | 
| 17 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 | 
| 16 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 | 
| 15 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 | 
| 14 | Joomla\CMS\User\User->authorise() | JROOT/components/com_contactenhanced/models/contact.php:59 | 
| 13 | ContactenhancedModelContact->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 | 
| 12 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:394 | 
| 11 | JViewLegacy->get() | JROOT/components/com_contactenhanced/views/contact/view.html.php:32 | 
| 10 | ContactenhancedViewContact->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_contactenhanced/controller.php:73 | 
| 8 | ContactenhancedController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_contactenhanced/contactenhanced.php:52 | 
| 6 | require_once JROOT/components/com_contactenhanced/contactenhanced.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.58 ms Query memory: 0.045 MB Memory before query: 11.174 MB Rows returned: 1
SELECT a.*, 
  CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug, 
  CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as catslug,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
  FROM iklai_ce_details AS a
  LEFT JOIN iklai_categories AS c 
  on c.id = a.catid
  LEFT JOIN iklai_categories as parent 
  ON parent.id = c.parent_id
  WHERE a.id = 2 
  AND (a.published = 1 OR a.published =2)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY,idx_state | PRIMARY | 4 | const | 1 | 100.00 | NULL | 
| 1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL | 
| 1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL | 
| Status | Duration | 
|---|
| starting | 0.13 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.10 ms | 
| init | 0.08 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.10 ms | 
| preparing | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.04 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.09 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 | 
| 13 | JDatabaseDriver->loadObject() | JROOT/components/com_contactenhanced/models/contact.php:129 | 
| 12 | ContactenhancedModelContact->getItem() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:394 | 
| 11 | JViewLegacy->get() | JROOT/components/com_contactenhanced/views/contact/view.html.php:33 | 
| 10 | ContactenhancedViewContact->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_contactenhanced/controller.php:73 | 
| 8 | ContactenhancedController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_contactenhanced/contactenhanced.php:52 | 
| 6 | require_once JROOT/components/com_contactenhanced/contactenhanced.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.30 ms After last query: 0.94 ms Query memory: 0.024 MB Memory before query: 11.320 MB Rows returned: 0
SELECT `t`.`id`
  FROM `iklai_tags` AS t 
  INNER JOIN `iklai_contentitem_tag_map` AS m 
  ON `m`.`tag_id` = `t`.`id` 
  AND `m`.`type_alias` = 'com_contactenhanced.contact' 
  AND `m`.`content_item_id` IN ( 2)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 8 | 12.50 | Using where | 
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cyrascom_cyras.m.tag_id | 1 | 100.00 | Using index | 
| Status | Duration | 
|---|
| starting | 0.08 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.02 ms | 
| init | 0.02 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.02 ms | 
| preparing | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.07 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 | 
| 14 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Helper/TagsHelper.php:506 | 
| 13 | Joomla\CMS\Helper\TagsHelper->getTagIds() | JROOT/components/com_contactenhanced/models/contact.php:158 | 
| 12 | ContactenhancedModelContact->getItem() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:394 | 
| 11 | JViewLegacy->get() | JROOT/components/com_contactenhanced/views/contact/view.html.php:33 | 
| 10 | ContactenhancedViewContact->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_contactenhanced/controller.php:73 | 
| 8 | ContactenhancedController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_contactenhanced/contactenhanced.php:52 | 
| 6 | require_once JROOT/components/com_contactenhanced/contactenhanced.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.35 ms After last query: 0.06 ms Query memory: 0.045 MB Memory before query: 11.329 MB Rows returned: 1
SELECT a.*, cc.access as category_access, cc.title as category_name,  
  CASE WHEN CHAR_LENGTH(a.alias) != 0 THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug, 
  CASE WHEN CHAR_LENGTH(cc.alias) != 0 THEN CONCAT_WS(':', cc.id, cc.alias) ELSE cc.id END as catslug
  FROM iklai_ce_details AS a
  INNER JOIN iklai_categories AS cc 
  on cc.id = a.catid
  WHERE a.id = 2 
  AND a.published IN (1,2) 
  AND cc.published IN (1,2)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY,idx_state,idx_catid | PRIMARY | 4 | const | 1 | 100.00 | NULL | 
| 1 | SIMPLE | cc | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL | 
| Status | Duration | 
|---|
| starting | 0.09 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.04 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.03 ms | 
| preparing | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.03 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.07 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 | 
| 14 | JDatabaseDriver->loadObject() | JROOT/components/com_contactenhanced/models/contact.php:253 | 
| 13 | ContactenhancedModelContact->getContactQuery() | JROOT/components/com_contactenhanced/models/contact.php:191 | 
| 12 | ContactenhancedModelContact->getItem() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:394 | 
| 11 | JViewLegacy->get() | JROOT/components/com_contactenhanced/views/contact/view.html.php:33 | 
| 10 | ContactenhancedViewContact->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_contactenhanced/controller.php:73 | 
| 8 | ContactenhancedController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_contactenhanced/contactenhanced.php:52 | 
| 6 | require_once JROOT/components/com_contactenhanced/contactenhanced.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.37 ms After last query: 0.23 ms Query memory: 0.026 MB Memory before query: 11.363 MB Rows returned: 0
SELECT a.id,a.title,a.state,a.access,a.catid,a.created,a.language, 
  CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as catslug, 
  CASE WHEN CHAR_LENGTH(a.alias) != 0 THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug
  FROM iklai_content as a
  LEFT JOIN iklai_categories as c 
  on a.catid=c.id
  WHERE a.created_by = 0 
  AND a.state IN (1,2)
  ORDER BY a.state DESC, a.created DESC 
  LIMIT 10
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_createdby | idx_createdby | 4 | const | 1 | 18.60 | Using index condition; Using where; Using filesort | 
| 1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cyrascom_cyras.a.catid | 1 | 100.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.08 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.03 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.03 ms | 
| preparing | 0.01 ms | 
| Sorting result | 0.00 ms | 
| executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| Creating sort index | 0.04 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.07 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_contactenhanced/models/contact.php:329 | 
| 13 | ContactenhancedModelContact->getContactQuery() | JROOT/components/com_contactenhanced/models/contact.php:191 | 
| 12 | ContactenhancedModelContact->getItem() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:394 | 
| 11 | JViewLegacy->get() | JROOT/components/com_contactenhanced/views/contact/view.html.php:33 | 
| 10 | ContactenhancedViewContact->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_contactenhanced/controller.php:73 | 
| 8 | ContactenhancedController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_contactenhanced/contactenhanced.php:52 | 
| 6 | require_once JROOT/components/com_contactenhanced/contactenhanced.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.40 ms After last query: 2.35 ms Query memory: 0.033 MB Memory before query: 11.717 MB Rows returned: 17
SHOW FULL COLUMNS 
  FROM `iklai_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `iklai_users`
| Status | Duration | 
|---|
| starting | 0.06 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.08 ms | 
| init | 0.00 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.00 ms | 
| statistics | 0.00 ms | 
| preparing | 0.00 ms | 
| executing | 0.01 ms | 
| Opening tables | 0.01 ms | 
| checking permissions | 0.02 ms | 
| checking permissions | 0.01 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.01 ms | 
| Sending data | 0.03 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| removing tmp table | 0.02 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.06 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 | 
| 21 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 | 
| 20 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 | 
| 19 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/User.php:41 | 
| 18 | Joomla\CMS\Table\User->__construct() | JROOT/libraries/src/Table/Table.php:328 | 
| 17 | Joomla\CMS\Table\Table::getInstance() | JROOT/administrator/components/com_users/models/user.php:65 | 
| 16 | UsersModelUser->getTable() | JROOT/libraries/src/MVC/Model/AdminModel.php:971 | 
| 15 | Joomla\CMS\MVC\Model\AdminModel->getItem() | JROOT/administrator/components/com_users/models/user.php:90 | 
| 14 | UsersModelUser->getItem() | JROOT/components/com_contactenhanced/models/contact.php:335 | 
| 13 | ContactenhancedModelContact->getContactQuery() | JROOT/components/com_contactenhanced/models/contact.php:191 | 
| 12 | ContactenhancedModelContact->getItem() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:394 | 
| 11 | JViewLegacy->get() | JROOT/components/com_contactenhanced/views/contact/view.html.php:33 | 
| 10 | ContactenhancedViewContact->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_contactenhanced/controller.php:73 | 
| 8 | ContactenhancedController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_contactenhanced/contactenhanced.php:52 | 
| 6 | require_once JROOT/components/com_contactenhanced/contactenhanced.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.58 ms After last query: 1.53 ms Query memory: 0.039 MB Memory before query: 11.941 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 iklai_fields AS a
  LEFT JOIN `iklai_languages` AS l 
  ON l.lang_code = a.language
  LEFT JOIN iklai_users AS uc 
  ON uc.id=a.checked_out
  LEFT JOIN iklai_viewlevels AS ag 
  ON ag.id = a.access
  LEFT JOIN iklai_users AS ua 
  ON ua.id = a.created_user_id
  LEFT JOIN iklai_fields_groups AS g 
  ON g.id = a.group_id
  WHERE a.context = 'com_users.user' 
  AND a.access IN (1,1) 
  AND (a.group_id = 0 OR g.access IN (1,1)) 
  AND a.state = 1 
  AND (a.group_id = 0 OR g.state = 1)
  ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | 100.00 | Using index condition; Using where; Using temporary; Using filesort | 
| 1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | cyrascom_cyras.a.language | 1 | 100.00 | Using where | 
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cyrascom_cyras.a.checked_out | 1 | 100.00 | NULL | 
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cyrascom_cyras.a.access | 1 | 100.00 | Using where | 
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cyrascom_cyras.a.created_user_id | 1 | 100.00 | Using where | 
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cyrascom_cyras.a.group_id | 1 | 100.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.10 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.10 ms | 
| init | 0.03 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.06 ms | 
| preparing | 0.01 ms | 
| Creating tmp table | 0.02 ms | 
| Sorting result | 0.00 ms | 
| executing | 0.00 ms | 
| Sending data | 0.07 ms | 
| Creating sort index | 0.01 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| removing tmp table | 0.01 ms | 
| query end | 0.00 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.07 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 | 
| 21 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 | 
| 20 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 | 
| 19 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 | 
| 18 | FieldsHelper::getFields() | JROOT/administrator/components/com_fields/helpers/fields.php:286 | 
| 17 | FieldsHelper::prepareForm() | JROOT/plugins/system/fields/fields.php:305 | 
| 16 | PlgSystemFields->onContentPrepareForm() | JROOT/libraries/joomla/event/event.php:70 | 
| 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 14 | JEventDispatcher->trigger() | JROOT/components/com_contactenhanced/models/contact.php:343 | 
| 13 | ContactenhancedModelContact->getContactQuery() | JROOT/components/com_contactenhanced/models/contact.php:191 | 
| 12 | ContactenhancedModelContact->getItem() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:394 | 
| 11 | JViewLegacy->get() | JROOT/components/com_contactenhanced/views/contact/view.html.php:33 | 
| 10 | ContactenhancedViewContact->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_contactenhanced/controller.php:73 | 
| 8 | ContactenhancedController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_contactenhanced/contactenhanced.php:52 | 
| 6 | require_once JROOT/components/com_contactenhanced/contactenhanced.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.42 ms After last query: 0.32 ms Query memory: 0.032 MB Memory before query: 12.028 MB Rows returned: 8
SELECT cf.*
  FROM iklai_ce_cf AS cf
  WHERE cf.access IN (1,1) 
  AND (cf.catid = '29' OR cf.catid = 0) 
  AND (cf.published > 0 OR (cf.published = 0 
  AND cf.iscore = 1) ) 
  AND cf.language IN ('en-GB','*')
  ORDER BY cf.catid, cf.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | cf | NULL | ALL | idx_ce_cf_language,idx_ce_cf_published,idx_ce_cf_access | NO INDEX KEY COULD BE USED | NULL | NULL | 51 | 19.00 | Using where; Using filesort | 
| Status | Duration | 
|---|
| starting | 0.07 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.05 ms | 
| init | 0.02 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.04 ms | 
| preparing | 0.01 ms | 
| Sorting result | 0.00 ms | 
| executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 0.08 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.06 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_contactenhanced/models/customfields.php:156 | 
| 14 | ContactenhancedModelCustomfields->getCustomFields() | JROOT/components/com_contactenhanced/models/customfields.php:58 | 
| 13 | ContactenhancedModelCustomfields->getItems() | JROOT/components/com_contactenhanced/helpers/helper.php:665 | 
| 12 | ceHelper::getCustomFields() | JROOT/components/com_contactenhanced/models/contact.php:201 | 
| 11 | ContactenhancedModelContact->getCustomFields() | JROOT/components/com_contactenhanced/views/contact/view.html.php:36 | 
| 10 | ContactenhancedViewContact->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_contactenhanced/controller.php:73 | 
| 8 | ContactenhancedController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_contactenhanced/contactenhanced.php:52 | 
| 6 | require_once JROOT/components/com_contactenhanced/contactenhanced.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.46 ms After last query: 0.71 ms Query memory: 0.036 MB Memory before query: 12.129 MB Rows returned: 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
				c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
				c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
				c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version, 
  CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug,(
SELECT COUNT(i.`id`)
  FROM `iklai_ce_details` AS `i`
  WHERE i.`catid` = c.id 
  AND i.published = 1) AS numitems
  FROM `iklai_categories` AS `s`
  INNER JOIN `iklai_categories` AS `c` 
  ON (s.lft <= c.lft 
  AND c.lft < s.rgt) OR (c.lft < s.lft 
  AND s.rgt < c.rgt)
  WHERE (c.extension='com_contactenhanced' OR c.extension='system') 
  AND c.access IN (1,1) 
  AND c.published = 1 
  AND s.id = 29
  ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | PRIMARY | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using filesort | 
| 1 | PRIMARY | c | NULL | range | cat_idx,idx_access,idx_left_right | cat_idx | 207 | NULL | 4 | 96.43 | Using index condition; Using where | 
| 2 | DEPENDENT SUBQUERY | i | NULL | ref | idx_state,idx_catid | idx_catid | 4 | cyrascom_cyras.c.id | 1 | 100.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.10 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.03 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.05 ms | 
| preparing | 0.01 ms | 
| Sorting result | 0.00 ms | 
| optimizing | 0.00 ms | 
| statistics | 0.02 ms | 
| preparing | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 0.04 ms | 
| executing | 0.00 ms | 
| Sending data | 0.03 ms | 
| executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.07 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 | 
| 14 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 | 
| 13 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_contactenhanced/models/category.php:344 | 
| 12 | ContactenhancedModelCategory->getCategory() | JROOT/components/com_contactenhanced/models/category.php:111 | 
| 11 | ContactenhancedModelCategory->getItems() | JROOT/components/com_contactenhanced/views/contact/view.html.php:61 | 
| 10 | ContactenhancedViewContact->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_contactenhanced/controller.php:73 | 
| 8 | ContactenhancedController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_contactenhanced/contactenhanced.php:52 | 
| 6 | require_once JROOT/components/com_contactenhanced/contactenhanced.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.31 ms After last query: 0.99 ms Query memory: 0.046 MB Memory before query: 12.258 MB Rows returned: 1
SELECT a.id, a.name, a.alias, a.name AS title, a.alias AS title_alias, a.params, a.user_id,a.checked_out, a.checked_out_time, a.birthdate, a.department,a.misc, a.con_position, a.address, a.suburb, a.state , a.country, a.postcode, a.telephone, a.fax, a.mobile, a.skype, a.twitter, a.facebook, a.linkedin, a.google_plus, a.webpage, a.image,a.category_image, a.extra_field_1, a.extra_field_2, a.extra_field_3, a.extra_field_4, a.extra_field_5, a.extra_field_6, a.extra_field_7, a.extra_field_8, a.extra_field_9, a.extra_field_10,a.lat, a.lng, a.email_to,a.catid, a.created, a.created_by, a.created_by_alias, a.published AS published_state,  
  CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug, 
  CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
  CASE WHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up, a.publish_down, a.metadata, a.metakey, a.metadesc, a.access, a.xreference, a.featured ,
  CASE WHEN badcats.id is not null THEN 0 ELSE a.published END AS published,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,
  CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,c.published, 
  CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
  FROM iklai_ce_details AS a
  LEFT JOIN iklai_categories AS c 
  ON c.id = a.catid
  LEFT JOIN iklai_users AS ua 
  ON ua.id = a.created_by
  LEFT JOIN iklai_users AS uam 
  ON uam.id = a.modified_by
  LEFT JOIN iklai_categories as parent 
  ON parent.id = c.parent_id
  LEFT 
  OUTER JOIN (SELECT cat.id as id 
  FROM iklai_categories AS cat JOIN iklai_categories AS parent 
  ON cat.lft BETWEEN parent.lft 
  AND parent.rgt 
  WHERE parent.extension = 'com_contactenhanced' 
  AND parent.published != 1 
  GROUP BY cat.id ) AS badcats 
  ON badcats.id = c.id
  WHERE 
  CASE WHEN badcats.id is null THEN a.published ELSE 0 END = 1 
  AND a.catid = 29 
  AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-11-04 13:29:52') 
  AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-11-04 13:29:52')
  ORDER BY a.name  ASC 
  LIMIT 100
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | PRIMARY | a | NULL | ref | idx_catid | idx_catid | 4 | const | 1 | 33.33 | Using index condition; Using where; Using filesort | 
| 1 | PRIMARY | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL | 
| 1 | PRIMARY | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cyrascom_cyras.a.created_by | 1 | 100.00 | Using where | 
| 1 | PRIMARY | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cyrascom_cyras.a.modified_by | 1 | 100.00 | Using where | 
| 1 | PRIMARY | parent | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cyrascom_cyras.c.parent_id | 1 | 100.00 | Using where | 
| 1 | PRIMARY | <derived2> | NULL | ref | <auto_key0> | <auto_key0> | 4 | cyrascom_cyras.c.id | 2 | 100.00 | Using where; Using index | 
| 2 | DERIVED | parent | NULL | range | cat_idx,idx_left_right | cat_idx | 203 | NULL | 2 | 100.00 | Using index condition; Using temporary; Using filesort | 
| 2 | DERIVED | cat | NULL | index | PRIMARY,cat_idx,idx_access,idx_checkout,idx_left_right,idx_language,idx_path,idx_alias | idx_left_right | 8 | NULL | 28 | 11.11 | Using where; Using index; Using join buffer (Block Nested Loop) | 
| Status | Duration | 
|---|
| starting | 0.14 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.08 ms | 
| init | 0.07 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.03 ms | 
| preparing | 0.01 ms | 
| Creating tmp table | 0.01 ms | 
| Sorting result | 0.01 ms | 
| statistics | 0.04 ms | 
| preparing | 0.01 ms | 
| Sorting result | 0.00 ms | 
| executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| Creating sort index | 0.05 ms | 
| executing | 0.00 ms | 
| Sending data | 1.62 ms | 
| Creating sort index | 0.03 ms | 
| end | 0.00 ms | 
| query end | 0.01 ms | 
| removing tmp table | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| removing tmp table | 0.00 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.08 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 | 
| 14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 | 
| 13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_contactenhanced/models/contacts.php:548 | 
| 12 | ContactenhancedModelContacts->getItems() | JROOT/components/com_contactenhanced/models/category.php:137 | 
| 11 | ContactenhancedModelCategory->getItems() | JROOT/components/com_contactenhanced/views/contact/view.html.php:61 | 
| 10 | ContactenhancedViewContact->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_contactenhanced/controller.php:73 | 
| 8 | ContactenhancedController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_contactenhanced/contactenhanced.php:52 | 
| 6 | require_once JROOT/components/com_contactenhanced/contactenhanced.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.43 ms After last query: 0.85 ms Query memory: 0.025 MB Memory before query: 12.392 MB Rows returned: 1
SELECT COUNT(*)
  FROM iklai_ce_details AS a
  LEFT JOIN iklai_categories AS c 
  ON c.id = a.catid
  LEFT JOIN iklai_users AS ua 
  ON ua.id = a.created_by
  LEFT JOIN iklai_users AS uam 
  ON uam.id = a.modified_by
  LEFT JOIN iklai_categories as parent 
  ON parent.id = c.parent_id
  LEFT 
  OUTER JOIN (SELECT cat.id as id 
  FROM iklai_categories AS cat JOIN iklai_categories AS parent 
  ON cat.lft BETWEEN parent.lft 
  AND parent.rgt 
  WHERE parent.extension = 'com_contactenhanced' 
  AND parent.published != 1 
  GROUP BY cat.id ) AS badcats 
  ON badcats.id = c.id
  WHERE 
  CASE WHEN badcats.id is null THEN a.published ELSE 0 END = 1 
  AND a.catid = 29 
  AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-11-04 13:29:52') 
  AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-11-04 13:29:52')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | PRIMARY | a | NULL | ref | idx_catid | idx_catid | 4 | const | 1 | 33.33 | Using where | 
| 1 | PRIMARY | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL | 
| 1 | PRIMARY | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cyrascom_cyras.a.created_by | 1 | 100.00 | Using where; Using index | 
| 1 | PRIMARY | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cyrascom_cyras.a.modified_by | 1 | 100.00 | Using where; Using index | 
| 1 | PRIMARY | parent | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cyrascom_cyras.c.parent_id | 1 | 100.00 | Using where; Using index | 
| 1 | PRIMARY | <derived2> | NULL | ref | <auto_key0> | <auto_key0> | 4 | cyrascom_cyras.c.id | 2 | 100.00 | Using where; Using index | 
| 2 | DERIVED | parent | NULL | range | cat_idx,idx_left_right | cat_idx | 203 | NULL | 2 | 100.00 | Using index condition; Using temporary; Using filesort | 
| 2 | DERIVED | cat | NULL | index | PRIMARY,cat_idx,idx_access,idx_checkout,idx_left_right,idx_language,idx_path,idx_alias | idx_left_right | 8 | NULL | 28 | 11.11 | Using where; Using index; Using join buffer (Block Nested Loop) | 
| Status | Duration | 
|---|
| starting | 0.09 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.03 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.03 ms | 
| preparing | 0.01 ms | 
| Creating tmp table | 0.01 ms | 
| Sorting result | 0.01 ms | 
| statistics | 0.03 ms | 
| preparing | 0.02 ms | 
| executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 0.01 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| removing tmp table | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| removing tmp table | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.06 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:354 | 
| 14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getListCount() | JROOT/libraries/src/MVC/Model/ListModel.php:289 | 
| 13 | Joomla\CMS\MVC\Model\ListModel->getTotal() | JROOT/libraries/src/MVC/Model/ListModel.php:239 | 
| 12 | Joomla\CMS\MVC\Model\ListModel->getPagination() | JROOT/components/com_contactenhanced/models/category.php:147 | 
| 11 | ContactenhancedModelCategory->getItems() | JROOT/components/com_contactenhanced/views/contact/view.html.php:61 | 
| 10 | ContactenhancedViewContact->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_contactenhanced/controller.php:73 | 
| 8 | ContactenhancedController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_contactenhanced/contactenhanced.php:52 | 
| 6 | require_once JROOT/components/com_contactenhanced/contactenhanced.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.33 ms After last query: 3.09 ms Query memory: 0.034 MB Memory before query: 12.596 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
  FROM `iklai_contentitem_tag_map` AS m 
  INNER JOIN `iklai_tags` AS t  
  ON `m`.`tag_id` = `t`.`id`
  WHERE `m`.`type_alias` = 'com_contactenhanced.contact' 
  AND `m`.`content_item_id` = 2 
  AND `t`.`published` = 1 
  AND t.access IN (1,1)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 8 | 12.50 | Using where | 
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | cyrascom_cyras.m.tag_id | 1 | 100.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.09 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.02 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.03 ms | 
| preparing | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.06 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 | 
| 11 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_contactenhanced/views/contact/view.html.php:189 | 
| 10 | ContactenhancedViewContact->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_contactenhanced/controller.php:73 | 
| 8 | ContactenhancedController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_contactenhanced/contactenhanced.php:52 | 
| 6 | require_once JROOT/components/com_contactenhanced/contactenhanced.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.06 ms After last query: 2.28 ms Query memory: 0.031 MB Memory before query: 12.713 MB Rows returned: 8
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
  FROM iklai_modules AS m
  LEFT JOIN iklai_modules_menu AS mm 
  ON mm.moduleid = m.id
  LEFT JOIN iklai_extensions AS e 
  ON e.element = m.module 
  AND e.client_id = m.client_id
  WHERE m.published = 1 
  AND e.enabled = 1 
  AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-11-04 13:29:52') 
  AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-11-04 13:29:52') 
  AND m.access IN (1,1) 
  AND m.client_id = 0 
  AND (mm.menuid = 279 OR mm.menuid <= 0)
  ORDER BY m.position, m.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | m | NULL | range | PRIMARY,published,newsfeeds | published | 5 | NULL | 95 | 1.60 | Using index condition; Using where; Using filesort | 
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | cyrascom_cyras.m.module,const | 1 | 10.00 | Using index condition; Using where | 
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | cyrascom_cyras.m.id | 1 | 40.00 | Using where; Using index | 
| Status | Duration | 
|---|
| starting | 0.11 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.10 ms | 
| init | 0.03 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.04 ms | 
| preparing | 0.02 ms | 
| Sorting result | 0.00 ms | 
| executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 0.59 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.07 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 17 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:369 | 
| 16 | JModuleHelper::load() | JROOT/plugins/system/helix/core/classes/joomla30/helper.php:84 | 
| 15 | JModuleHelper::getModules() | JROOT/components/com_contactenhanced/helpers/helper.php:2446 | 
| 14 | ceHelper::loadModulePosition() | JROOT/components/com_contactenhanced/views/contact/tmpl/default.php:55 | 
| 13 | include JROOT/components/com_contactenhanced/views/contact/tmpl/default.php | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:661 | 
| 12 | JViewLegacy->loadTemplate() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:207 | 
| 11 | JViewLegacy->display() | JROOT/components/com_contactenhanced/views/contact/view.html.php:205 | 
| 10 | ContactenhancedViewContact->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_contactenhanced/controller.php:73 | 
| 8 | ContactenhancedController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_contactenhanced/contactenhanced.php:52 | 
| 6 | require_once JROOT/components/com_contactenhanced/contactenhanced.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 1.13 ms After last query: 22.85 ms Query memory: 0.029 MB Memory before query: 16.452 MB Rows returned: 8
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
  FROM iklai_modules AS m
  LEFT JOIN iklai_modules_menu AS mm 
  ON mm.moduleid = m.id
  LEFT JOIN iklai_extensions AS e 
  ON e.element = m.module 
  AND e.client_id = m.client_id
  WHERE m.published = 1 
  AND e.enabled = 1 
  AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-11-04 13:29:52') 
  AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-11-04 13:29:52') 
  AND m.access IN (1,1) 
  AND m.client_id = 0 
  AND (mm.menuid = 279 OR mm.menuid <= 0)
  ORDER BY m.position, m.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | m | NULL | range | PRIMARY,published,newsfeeds | published | 5 | NULL | 95 | 1.60 | Using index condition; Using where; Using filesort | 
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | cyrascom_cyras.m.module,const | 1 | 10.00 | Using index condition; Using where | 
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | cyrascom_cyras.m.id | 1 | 40.00 | Using where; Using index | 
| Status | Duration | 
|---|
| starting | 0.13 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.02 ms | 
| init | 0.04 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.03 ms | 
| statistics | 0.07 ms | 
| preparing | 0.02 ms | 
| Sorting result | 0.00 ms | 
| executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 0.64 ms | 
| end | 0.01 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.08 ms | 
| cleaning up | 0.02 ms | 
| # | Caller | File and line number | 
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 18 | JDatabaseDriver->loadObjectList() | Same as call in the line below. | 
| 17 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 | 
| 16 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 | 
| 14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 | 
| 13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 | 
| 12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/plugins/system/helix/core/helix.php:735 | 
| 11 | Helix::countModules() | JROOT/plugins/system/helix/core/helix.php:351 | 
| 10 | Helix::showRow() | JROOT/plugins/system/helix/core/helix.php:448 | 
| 9 | Helix::generatelayout() | JROOT/plugins/system/helix/core/helix.php:713 | 
| 8 | Helix::layout() | JROOT/templates/yamato/index.php:46 | 
| 7 | require JROOT/templates/yamato/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.71 ms After last query: 4.72 ms Query memory: 0.039 MB Memory before query: 16.957 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 iklai_fields AS a
  LEFT JOIN `iklai_languages` AS l 
  ON l.lang_code = a.language
  LEFT JOIN iklai_users AS uc 
  ON uc.id=a.checked_out
  LEFT JOIN iklai_viewlevels AS ag 
  ON ag.id = a.access
  LEFT JOIN iklai_users AS ua 
  ON ua.id = a.created_user_id
  LEFT JOIN iklai_fields_groups AS g 
  ON g.id = a.group_id
  WHERE a.context = 'mod_custom.content' 
  AND a.access IN (1,1) 
  AND (a.group_id = 0 OR g.access IN (1,1)) 
  AND a.state = 1 
  AND (a.group_id = 0 OR g.state = 1)
  ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | 100.00 | Using index condition; Using where; Using temporary; Using filesort | 
| 1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | cyrascom_cyras.a.language | 1 | 100.00 | Using where | 
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cyrascom_cyras.a.checked_out | 1 | 100.00 | NULL | 
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cyrascom_cyras.a.access | 1 | 100.00 | Using where | 
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cyrascom_cyras.a.created_user_id | 1 | 100.00 | Using where | 
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cyrascom_cyras.a.group_id | 1 | 100.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.15 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.03 ms | 
| init | 0.04 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.07 ms | 
| preparing | 0.04 ms | 
| Creating tmp table | 0.03 ms | 
| Sorting result | 0.00 ms | 
| executing | 0.00 ms | 
| Sending data | 0.10 ms | 
| Creating sort index | 0.03 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| removing tmp table | 0.03 ms | 
| query end | 0.00 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.06 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 | 
| 21 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 | 
| 20 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 | 
| 19 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 | 
| 18 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 | 
| 17 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 | 
| 16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 | 
| 14 | JHtmlContent::prepare() | Same as call in the line below. | 
| 13 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 | 
| 12 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 | 
| 11 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/modules/mod_custom/mod_custom.php:15 | 
| 10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 | 
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 | 
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 | 
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 | 
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 | 
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 | 
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.68 ms After last query: 3.34 ms Query memory: 0.040 MB Memory before query: 17.296 MB Rows returned: 4
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias, 
  CASE WHEN c.published = 2 
  AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
  CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
  CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language,  LENGTH(a.fulltext) AS readmore, a.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
  CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,COALESCE(NULLIF(ROUND(v.rating_sum  / v.rating_count, 0), 0), 0) AS rating,
							COALESCE(NULLIF(v.rating_count, 0), 0) as rating_count
  FROM iklai_content AS a
  LEFT JOIN iklai_categories AS c 
  ON c.id = a.catid
  LEFT JOIN iklai_users AS ua 
  ON ua.id = a.created_by
  LEFT JOIN iklai_users AS uam 
  ON uam.id = a.modified_by
  LEFT JOIN iklai_categories as parent 
  ON parent.id = c.parent_id
  LEFT JOIN iklai_content_rating AS v 
  ON a.id = v.content_id
  WHERE a.access IN (1,1) 
  AND c.access IN (1,1) 
  AND c.published = 1 
  AND a.state = 1 
  AND a.catid IN (22) 
  AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-11-04 13:29:52') 
  AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-11-04 13:29:52')
  ORDER BY a.created ASC 
  LIMIT 30
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | c | NULL | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Using filesort | 
| 1 | SIMPLE | a | NULL | index_merge | idx_access,idx_state,idx_catid | idx_catid,idx_state | 4,1 | NULL | 1 | 16.00 | Using intersect(idx_catid,idx_state); Using where | 
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cyrascom_cyras.a.created_by | 1 | 100.00 | Using where | 
| 1 | SIMPLE | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cyrascom_cyras.a.modified_by | 1 | 100.00 | Using where | 
| 1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where | 
| 1 | SIMPLE | v | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cyrascom_cyras.a.id | 1 | 100.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.17 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.02 ms | 
| init | 0.06 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.08 ms | 
| preparing | 0.01 ms | 
| Sorting result | 0.00 ms | 
| executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 0.12 ms | 
| end | 0.00 ms | 
| query end | 0.01 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.07 ms | 
| cleaning up | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 | 
| 14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 | 
| 13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 | 
| 12 | ContentModelArticles->getItems() | JROOT/modules/mod_news_show_sp2/helper.php:99 | 
| 11 | modNSSP2JHelper::getList() | JROOT/modules/mod_news_show_sp2/mod_news_show_sp2.php:121 | 
| 10 | include JROOT/modules/mod_news_show_sp2/mod_news_show_sp2.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 | 
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 | 
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 | 
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 | 
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 | 
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 | 
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.28 ms After last query: 0.20 ms Query memory: 0.035 MB Memory before query: 17.357 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
  FROM `iklai_contentitem_tag_map` AS m 
  INNER JOIN `iklai_tags` AS t  
  ON `m`.`tag_id` = `t`.`id`
  WHERE `m`.`type_alias` = 'com_content.article' 
  AND `m`.`content_item_id` = 114 
  AND `t`.`published` = 1 
  AND t.access IN (1,1)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 8 | 12.50 | Using where | 
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | cyrascom_cyras.m.tag_id | 1 | 100.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.07 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.02 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.03 ms | 
| preparing | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.06 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 | 
| 13 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 | 
| 12 | ContentModelArticles->getItems() | JROOT/modules/mod_news_show_sp2/helper.php:99 | 
| 11 | modNSSP2JHelper::getList() | JROOT/modules/mod_news_show_sp2/mod_news_show_sp2.php:121 | 
| 10 | include JROOT/modules/mod_news_show_sp2/mod_news_show_sp2.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 | 
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->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.26 ms After last query: 0.12 ms Query memory: 0.035 MB Memory before query: 17.366 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
  FROM `iklai_contentitem_tag_map` AS m 
  INNER JOIN `iklai_tags` AS t  
  ON `m`.`tag_id` = `t`.`id`
  WHERE `m`.`type_alias` = 'com_content.article' 
  AND `m`.`content_item_id` = 124 
  AND `t`.`published` = 1 
  AND t.access IN (1,1)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 8 | 12.50 | Using where | 
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | cyrascom_cyras.m.tag_id | 1 | 100.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.07 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.01 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.02 ms | 
| preparing | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.06 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 | 
| 13 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 | 
| 12 | ContentModelArticles->getItems() | JROOT/modules/mod_news_show_sp2/helper.php:99 | 
| 11 | modNSSP2JHelper::getList() | JROOT/modules/mod_news_show_sp2/mod_news_show_sp2.php:121 | 
| 10 | include JROOT/modules/mod_news_show_sp2/mod_news_show_sp2.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 | 
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 | 
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 | 
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 | 
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 | 
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 | 
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.25 ms After last query: 0.17 ms Query memory: 0.035 MB Memory before query: 17.382 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
  FROM `iklai_contentitem_tag_map` AS m 
  INNER JOIN `iklai_tags` AS t  
  ON `m`.`tag_id` = `t`.`id`
  WHERE `m`.`type_alias` = 'com_content.article' 
  AND `m`.`content_item_id` = 125 
  AND `t`.`published` = 1 
  AND t.access IN (1,1)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 8 | 12.50 | Using where | 
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | cyrascom_cyras.m.tag_id | 1 | 100.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.06 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.00 ms | 
| init | 0.01 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.02 ms | 
| preparing | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.06 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 | 
| 13 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 | 
| 12 | ContentModelArticles->getItems() | JROOT/modules/mod_news_show_sp2/helper.php:99 | 
| 11 | modNSSP2JHelper::getList() | JROOT/modules/mod_news_show_sp2/mod_news_show_sp2.php:121 | 
| 10 | include JROOT/modules/mod_news_show_sp2/mod_news_show_sp2.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 | 
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->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.26 ms After last query: 0.12 ms Query memory: 0.035 MB Memory before query: 17.391 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
  FROM `iklai_contentitem_tag_map` AS m 
  INNER JOIN `iklai_tags` AS t  
  ON `m`.`tag_id` = `t`.`id`
  WHERE `m`.`type_alias` = 'com_content.article' 
  AND `m`.`content_item_id` = 113 
  AND `t`.`published` = 1 
  AND t.access IN (1,1)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 8 | 12.50 | Using where | 
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | cyrascom_cyras.m.tag_id | 1 | 100.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.06 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.01 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.02 ms | 
| preparing | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.06 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 | 
| 13 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 | 
| 12 | ContentModelArticles->getItems() | JROOT/modules/mod_news_show_sp2/helper.php:99 | 
| 11 | modNSSP2JHelper::getList() | JROOT/modules/mod_news_show_sp2/mod_news_show_sp2.php:121 | 
| 10 | include JROOT/modules/mod_news_show_sp2/mod_news_show_sp2.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 | 
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->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.20 ms After last query: 0.14 ms Query memory: 0.031 MB Memory before query: 17.398 MB Rows returned: 1
SELECT *
  FROM `iklai_users`
  WHERE `id` = 338
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | iklai_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL | 
| Status | Duration | 
|---|
| starting | 0.05 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| init | 0.01 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.00 ms | 
| statistics | 0.02 ms | 
| preparing | 0.00 ms | 
| executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.05 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 | 
| 17 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 | 
| 16 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 | 
| 15 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 | 
| 14 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 | 
| 13 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 | 
| 12 | Joomla\CMS\Factory::getUser() | JROOT/modules/mod_news_show_sp2/helper.php:104 | 
| 11 | modNSSP2JHelper::getList() | JROOT/modules/mod_news_show_sp2/mod_news_show_sp2.php:121 | 
| 10 | include JROOT/modules/mod_news_show_sp2/mod_news_show_sp2.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 | 
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->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.31 ms After last query: 0.10 ms Query memory: 0.026 MB Memory before query: 17.411 MB Rows returned: 1
SELECT `g`.`id`,`g`.`title`
  FROM `iklai_usergroups` AS g
  INNER JOIN `iklai_user_usergroup_map` AS m 
  ON m.group_id = g.id
  WHERE `m`.`user_id` = 338
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | m | NULL | ref | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index | 
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cyrascom_cyras.m.group_id | 1 | 100.00 | NULL | 
| Status | Duration | 
|---|
| starting | 0.06 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.06 ms | 
| init | 0.01 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.00 ms | 
| statistics | 0.02 ms | 
| preparing | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.09 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 17 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 | 
| 16 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 | 
| 15 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 | 
| 14 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 | 
| 13 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 | 
| 12 | Joomla\CMS\Factory::getUser() | JROOT/modules/mod_news_show_sp2/helper.php:104 | 
| 11 | modNSSP2JHelper::getList() | JROOT/modules/mod_news_show_sp2/mod_news_show_sp2.php:121 | 
| 10 | include JROOT/modules/mod_news_show_sp2/mod_news_show_sp2.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 | 
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->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.44 ms After last query: 0.36 ms Query memory: 0.040 MB Memory before query: 17.424 MB Rows returned: 3
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
				c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
				c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
				c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version, 
  CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
  FROM `iklai_categories` AS `s`
  INNER JOIN `iklai_categories` AS `c` 
  ON (s.lft <= c.lft 
  AND c.lft < s.rgt) OR (c.lft < s.lft 
  AND s.rgt < c.rgt)
  WHERE (c.extension='com_content' OR c.extension='system') 
  AND c.access IN (1,1) 
  AND c.published = 1 
  AND s.id = 22
  ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using filesort | 
| 1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 28 | 18.37 | Using where | 
| Status | Duration | 
|---|
| starting | 0.10 ms | 
| checking permissions | 0.00 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.01 ms | 
| init | 0.02 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.06 ms | 
| preparing | 0.01 ms | 
| Sorting result | 0.00 ms | 
| executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 0.06 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.01 ms | 
| freeing items | 0.07 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 24 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 | 
| 23 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 | 
| 22 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 | 
| 21 | ContentRouter->getCategorySegment() | Same as call in the line below. | 
| 20 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 | 
| 19 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 | 
| 18 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 | 
| 17 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 | 
| 16 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 | 
| 15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 | 
| 14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 | 
| 13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 | 
| 12 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_news_show_sp2/helper.php:109 | 
| 11 | modNSSP2JHelper::getList() | JROOT/modules/mod_news_show_sp2/mod_news_show_sp2.php:121 | 
| 10 | include JROOT/modules/mod_news_show_sp2/mod_news_show_sp2.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 | 
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 | 
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 | 
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 | 
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 | 
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 | 
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.58 ms After last query: 9.12 ms Query memory: 0.028 MB Memory before query: 17.660 MB Rows returned: 1
SELECT i.provider_id as id, i.
  order, i.params
  FROM iklai_roksprocket_items as i
  WHERE i.module_id = '251' 
  AND i.provider = 'simple'
  ORDER BY i.
  order
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | i | NULL | ref | idx_module,idx_module_order | idx_module_order | 137 | const | 1 | 10.00 | Using index condition; Using where | 
| Status | Duration | 
|---|
| starting | 0.10 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.11 ms | 
| init | 0.01 ms | 
| System lock | 0.01 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.17 ms | 
| preparing | 0.01 ms | 
| Sorting result | 0.00 ms | 
| executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.07 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 20 | JDatabaseDriver->loadObjectList() | JROOT/components/com_roksprocket/lib/RokSprocket/Provider/Simple/Storage/Joomla.php:37 | 
| 19 | RokSprocket_Provider_Simple_Storage_Joomla->getItemsFromDB() | JROOT/components/com_roksprocket/lib/RokSprocket/Provider/Simple/Storage/Abstract.php:50 | 
| 18 | RokSprocket_Provider_Simple_Storage_Abstract->getItems() | JROOT/components/com_roksprocket/lib/RokSprocket/Provider/Simple.php:105 | 
| 17 | RokSprocket_Provider_Simple->getItems() | JROOT/components/com_roksprocket/lib/RokSprocket.php:294 | 
| 16 | RokSprocket::getItems() | JROOT/components/com_roksprocket/lib/RokSprocket.php:230 | 
| 15 | RokSprocket::getItemsWithParams() | JROOT/components/com_roksprocket/lib/RokSprocket.php:55 | 
| 14 | RokSprocket->getData() | JROOT/modules/mod_roksprocket/lib/ModRokSprocket.php:52 | 
| 13 | ModRokSprocket->_realGetData() | JROOT/components/com_roksprocket/lib/RokSprocket/PlatformHelper/Joomla.php:80 | 
| 12 | RokSprocket_PlatformHelper_Joomla->getFromCache() | JROOT/modules/mod_roksprocket/lib/ModRokSprocket.php:37 | 
| 11 | ModRokSprocket->getData() | JROOT/modules/mod_roksprocket/mod_roksprocket.php:38 | 
| 10 | include JROOT/modules/mod_roksprocket/mod_roksprocket.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 | 
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 | 
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 | 
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 | 
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 | 
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 | 
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.25 ms After last query: 1.05 ms Query memory: 0.028 MB Memory before query: 17.855 MB Rows returned: 1
SELECT i.provider_id as id, i.
  order, i.params
  FROM iklai_roksprocket_items as i
  WHERE i.module_id = '251' 
  AND i.provider = 'simple'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | 
|---|
| 1 | SIMPLE | i | NULL | ref | idx_module,idx_module_order | idx_module | 137 | const | 1 | 10.00 | Using where | 
| Status | Duration | 
|---|
| starting | 0.06 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.00 ms | 
| init | 0.01 ms | 
| System lock | 0.00 ms | 
| optimizing | 0.01 ms | 
| statistics | 0.03 ms | 
| preparing | 0.01 ms | 
| executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| end | 0.00 ms | 
| query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| freeing items | 0.05 ms | 
| cleaning up | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_roksprocket/lib/RokSprocket/Provider/Simple/Storage/Joomla.php:59 | 
| 20 | RokSprocket_Provider_Simple_Storage_Joomla->mapPerItemData() | JROOT/components/com_roksprocket/lib/RokSprocket/Provider/Simple/Storage/Joomla.php:40 | 
| 19 | RokSprocket_Provider_Simple_Storage_Joomla->getItemsFromDB() | JROOT/components/com_roksprocket/lib/RokSprocket/Provider/Simple/Storage/Abstract.php:50 | 
| 18 | RokSprocket_Provider_Simple_Storage_Abstract->getItems() | JROOT/components/com_roksprocket/lib/RokSprocket/Provider/Simple.php:105 | 
| 17 | RokSprocket_Provider_Simple->getItems() | JROOT/components/com_roksprocket/lib/RokSprocket.php:294 | 
| 16 | RokSprocket::getItems() | JROOT/components/com_roksprocket/lib/RokSprocket.php:230 | 
| 15 | RokSprocket::getItemsWithParams() | JROOT/components/com_roksprocket/lib/RokSprocket.php:55 | 
| 14 | RokSprocket->getData() | JROOT/modules/mod_roksprocket/lib/ModRokSprocket.php:52 | 
| 13 | ModRokSprocket->_realGetData() | JROOT/components/com_roksprocket/lib/RokSprocket/PlatformHelper/Joomla.php:80 | 
| 12 | RokSprocket_PlatformHelper_Joomla->getFromCache() | JROOT/modules/mod_roksprocket/lib/ModRokSprocket.php:37 | 
| 11 | ModRokSprocket->getData() | JROOT/modules/mod_roksprocket/mod_roksprocket.php:38 | 
| 10 | include JROOT/modules/mod_roksprocket/mod_roksprocket.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 | 
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->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 | 
5 × SELECT `m`.`tag_id`,`t`.* 
  FROM `iklai_contentitem_tag_map` AS m  
  INNER JOIN `iklai_tags` AS t  
  ON `m`.`tag_id` = `t`.`id`
2 × SELECT i.provider_id as id, i.
  order, i.params 
  FROM iklai_roksprocket_items as i
2 × 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 iklai_fields AS a 
  LEFT JOIN `iklai_languages` AS l 
  ON l.lang_code = a.language 
  LEFT JOIN iklai_users AS uc 
  ON uc.id=a.checked_out 
  LEFT JOIN iklai_viewlevels AS ag 
  ON ag.id = a.access 
  LEFT JOIN iklai_users AS ua 
  ON ua.id = a.created_user_id 
  LEFT JOIN iklai_fields_groups AS g 
  ON g.id = a.group_id
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled` 
  FROM `iklai_extensions`
2 × SELECT template 
  FROM iklai_template_styles as s
2 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid 
  FROM iklai_modules AS m 
  LEFT JOIN iklai_modules_menu AS mm 
  ON mm.moduleid = m.id 
  LEFT JOIN iklai_extensions AS e 
  ON e.element = m.module 
  AND e.client_id = m.client_id
2 × SELECT `extension_id` 
  FROM `iklai_extensions`
2 × SELECT * 
  FROM iklai_extensions
1 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,     c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,     c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,     c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version, 
  CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug 
  FROM `iklai_categories` AS `s` 
  INNER JOIN `iklai_categories` AS `c` 
  ON (s.lft <= c.lft 
  AND c.lft < s.rgt) OR (c.lft < s.lft 
  AND s.rgt < c.rgt)
1 × SELECT `g`.`id`,`g`.`title` 
  FROM `iklai_usergroups` AS g 
  INNER JOIN `iklai_user_usergroup_map` AS m 
  ON m.group_id = g.id
1 × SELECT * 
  FROM `iklai_users`
1 × SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias, 
  CASE WHEN c.published = 2 
  AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
  CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
  CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language,  LENGTH(a.fulltext) AS readmore, a.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
  CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,COALESCE(NULLIF(ROUND(v.rating_sum  / v.rating_count, 0), 0), 0) AS rating,        COALESCE(NULLIF(v.rating_count, 0), 0) as rating_count 
  FROM iklai_content AS a 
  LEFT JOIN iklai_categories AS c 
  ON c.id = a.catid 
  LEFT JOIN iklai_users AS ua 
  ON ua.id = a.created_by 
  LEFT JOIN iklai_users AS uam 
  ON uam.id = a.modified_by 
  LEFT JOIN iklai_categories as parent 
  ON parent.id = c.parent_id 
  LEFT JOIN iklai_content_rating AS v 
  ON a.id = v.content_id
1 × SELECT COUNT(*) 
  FROM iklai_ce_details AS a 
  LEFT JOIN iklai_categories AS c 
  ON c.id = a.catid 
  LEFT JOIN iklai_users AS ua 
  ON ua.id = a.created_by 
  LEFT JOIN iklai_users AS uam 
  ON uam.id = a.modified_by 
  LEFT JOIN iklai_categories as parent 
  ON parent.id = c.parent_id 
  LEFT 
  OUTER JOIN (SELECT cat.id as id 
  FROM iklai_categories AS cat JOIN iklai_categories AS parent 
  ON cat.lft BETWEEN parent.lft 
  AND parent.rgt
1 × SELECT a.id, a.name, a.alias, a.name AS title, a.alias AS title_alias, a.params, a.user_id,a.checked_out, a.checked_out_time, a.birthdate, a.department,a.misc, a.con_position, a.address, a.suburb, a.state , a.country, a.postcode, a.telephone, a.fax, a.mobile, a.skype, a.twitter, a.facebook, a.linkedin, a.google_plus, a.webpage, a.image,a.category_image, a.extra_field_1, a.extra_field_2, a.extra_field_3, a.extra_field_4, a.extra_field_5, a.extra_field_6, a.extra_field_7, a.extra_field_8, a.extra_field_9, a.extra_field_10,a.lat, a.lng, a.email_to,a.catid, a.created, a.created_by, a.created_by_alias, a.published AS published_state,  
  CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug, 
  CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
  CASE WHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up, a.publish_down, a.metadata, a.metakey, a.metadesc, a.access, a.xreference, a.featured ,
  CASE WHEN badcats.id is not null THEN 0 ELSE a.published END AS published,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,
  CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,c.published, 
  CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published 
  FROM iklai_ce_details AS a 
  LEFT JOIN iklai_categories AS c 
  ON c.id = a.catid 
  LEFT JOIN iklai_users AS ua 
  ON ua.id = a.created_by 
  LEFT JOIN iklai_users AS uam 
  ON uam.id = a.modified_by 
  LEFT JOIN iklai_categories as parent 
  ON parent.id = c.parent_id 
  LEFT 
  OUTER JOIN (SELECT cat.id as id 
  FROM iklai_categories AS cat JOIN iklai_categories AS parent 
  ON cat.lft BETWEEN parent.lft 
  AND parent.rgt
1 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,     c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,     c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,     c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version, 
  CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug,( SELECT COUNT(i.`id`) 
  FROM `iklai_ce_details` AS `i`
1 × SELECT cf.* 
  FROM iklai_ce_cf AS cf
1 × SELECT `data` 
  FROM `iklai_session`
1 × SELECT a.id,a.title,a.state,a.access,a.catid,a.created,a.language, 
  CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as catslug, 
  CASE WHEN CHAR_LENGTH(a.alias) != 0 THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug 
  FROM iklai_content as a 
  LEFT JOIN iklai_categories as c 
  on a.catid=c.id
1 × SELECT a.*, cc.access as category_access, cc.title as category_name,  
  CASE WHEN CHAR_LENGTH(a.alias) != 0 THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug, 
  CASE WHEN CHAR_LENGTH(cc.alias) != 0 THEN CONCAT_WS(':', cc.id, cc.alias) ELSE cc.id END as catslug 
  FROM iklai_ce_details AS a 
  INNER JOIN iklai_categories AS cc 
  on cc.id = a.catid
1 × SELECT `session_id` 
  FROM `iklai_session`
1 × SELECT a.*, 
  CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug, 
  CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as catslug,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias 
  FROM iklai_ce_details AS a 
  LEFT JOIN iklai_categories AS c 
  on c.id = a.catid 
  LEFT JOIN iklai_categories as parent 
  ON parent.id = c.parent_id
1 × SELECT `id`,`name`,`rules`,`parent_id` 
  FROM `iklai_assets`
1 × SELECT * 
  FROM iklai_languages
1 × SELECT id, home, template, s.params 
  FROM iklai_template_styles as s 
  LEFT JOIN iklai_extensions as e 
  ON e.element=s.template 
  AND e.type='template' 
  AND e.client_id=s.client_id
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component 
  FROM iklai_menu AS m 
  LEFT JOIN iklai_extensions AS e 
  ON m.component_id = e.extension_id
1 × SELECT extension, file, type 
  FROM iklai_rokcommon_configs
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id` 
  FROM iklai_extensions
1 × SELECT b.id 
  FROM iklai_usergroups AS a 
  LEFT JOIN iklai_usergroups AS b 
  ON b.lft <= a.lft 
  AND b.rgt >= a.rgt
1 × SELECT id, rules 
  FROM `iklai_viewlevels
1 × SELECT `t`.`id` 
  FROM `iklai_tags` AS t  
  INNER JOIN `iklai_contentitem_tag_map` AS m 
  ON `m`.`tag_id` = `t`.`id` 
  AND `m`.`type_alias` = 'com_contactenhanced.contact' 
  AND `m`.`content_item_id` IN ( 2