Query Time: 0.40 ms Query memory: 0.023 MB Memory before query: 1.036 MB Rows returned: 0
SELECT `data`
  FROM `cop19_session`
  WHERE `session_id` = X'316972766c70687237686d74626563623566316e75703974616f'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_session | const | PRIMARY | PRIMARY | 194 | const | 1 |  | 
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number | 
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 | 
| 14 | JSessionStorageDatabase->read() | Same as call in the line below. | 
| 13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 | 
| 12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 | 
| 11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 | 
| 10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:661 | 
| 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 | 
| 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 | 
| 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 | 
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 | 
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 | 
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 | 
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 | 
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 | 
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 | 
Query Time: 0.19 ms After last query: 0.72 ms Query memory: 0.020 MB Memory before query: 1.050 MB Rows returned: 0
SELECT `session_id`
  FROM `cop19_session`
  WHERE `session_id` = X'316972766c70687237686d74626563623566316e75703974616f' 
  LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_session | const | PRIMARY | PRIMARY | 194 | const | 1 | Using index | 
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number | 
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 | 
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 | 
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 | 
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 | 
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 | 
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 | 
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 | 
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 | 
Query Time: 0.77 ms After last query: 0.07 ms Query memory: 0.004 MB Memory before query: 1.055 MB
INSERT INTO `cop19_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) 
  VALUES 
(X'316972766c70687237686d74626563623566316e75703974616f', 1, 1762258607, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `cop19_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES 
(X'316972766c70687237686d74626563623566316e75703974616f', 1, 1762258607, 0, '', 0)
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number | 
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 | 
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 | 
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 | 
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 | 
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 | 
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 | 
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 | 
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 | 
Query Time: 0.57 ms After last query: 1.11 ms Query memory: 0.096 MB Memory before query: 1.087 MB Rows returned: 61
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
  FROM `cop19_extensions`
  WHERE `type` = 'component' 
  AND `state` = 0 
  AND `enabled` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_extensions | ref | extension | extension | 82 | const | 63 | Using index condition; Using where | 
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number | 
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 11 | JDatabaseDriver->loadObjectList() | JROOT/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.18 ms After last query: 1.63 ms Query memory: 0.021 MB Memory before query: 1.172 MB Rows returned: 8
SELECT id, rules
  FROM `cop19_viewlevels`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 8 |  | 
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number | 
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 | 
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 | 
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 | 
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 | 
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 | 
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.44 ms After last query: 0.08 ms Query memory: 0.021 MB Memory before query: 1.186 MB Rows returned: 2
SELECT b.id
  FROM cop19_usergroups AS a
  LEFT JOIN cop19_usergroups AS b 
  ON b.lft <= a.lft 
  AND b.rgt >= a.rgt
  WHERE a.id = 9
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| 1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | Using where; Using index | 
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number | 
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 | 
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 | 
| 9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 | 
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 | 
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 | 
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 | 
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 | 
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 1.38 ms After last query: 0.20 ms Query memory: 0.072 MB Memory before query: 1.207 MB Rows returned: 240
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
  FROM cop19_extensions
  WHERE enabled = 1 
  AND type = 'plugin' 
  AND state IN (0,1) 
  AND access IN (1,1,5)
  ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_extensions | ref | extension | extension | 82 | const | 318 | Using index condition; Using where; Using filesort | 
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number | 
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 10 | JDatabaseDriver->loadObjectList() | JROOT/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.20 ms After last query: 15.00 ms Query memory: 0.022 MB Memory before query: 1.733 MB Rows returned: 1
SELECT `value`
  FROM `cop19_admintools_storage`
  WHERE `key` = 'cparams'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_admintools_storage | const | PRIMARY | PRIMARY | 402 | const | 1 |  | 
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number | 
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 13 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_admintools/Helper/Storage.php:122 | 
| 12 | Akeeba\AdminTools\Admin\Helper\Storage->load() | JROOT/administrator/components/com_admintools/Helper/Storage.php:37 | 
| 11 | Akeeba\AdminTools\Admin\Helper\Storage->__construct() | JROOT/administrator/components/com_admintools/Helper/Storage.php:49 | 
| 10 | Akeeba\AdminTools\Admin\Helper\Storage::getInstance() | JROOT/plugins/system/admintools/admintools/main.php:409 | 
| 9 | plgSystemAdmintools->loadComponentParameters() | JROOT/plugins/system/admintools/admintools/main.php:892 | 
| 8 | plgSystemAdmintools->initialize() | JROOT/plugins/system/admintools/admintools/main.php:84 | 
| 7 | plgSystemAdmintools->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 | 
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 | 
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.19 ms After last query: 0.57 ms Query memory: 0.021 MB Memory before query: 1.765 MB Rows returned: 0
SELECT *
  FROM `cop19_admintools_wafexceptions`
  WHERE NOT(`option` LIKE 'com_%')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_admintools_wafexceptions | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where | 
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number | 
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 11 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/admintools/main.php:729 | 
| 10 | plgSystemAdmintools->loadWAFExceptionsSEF() | JROOT/plugins/system/admintools/admintools/main.php:640 | 
| 9 | plgSystemAdmintools->loadWAFExceptions() | JROOT/plugins/system/admintools/admintools/main.php:901 | 
| 8 | plgSystemAdmintools->initialize() | JROOT/plugins/system/admintools/admintools/main.php:84 | 
| 7 | plgSystemAdmintools->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 | 
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 | 
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 1.42 ms After last query: 37.83 ms Query memory: 0.260 MB Memory before query: 3.153 MB Rows returned: 201
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 cop19_menu AS m
  LEFT JOIN cop19_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 | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 214 | Using index condition; Using where; Using filesort | 
| 1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | dbs10325457.m.component_id | 1 | Using where | 
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number | 
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 | 
| 20 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. | 
| 19 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 | 
| 18 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 | 
| 17 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 | 
| 16 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 | 
| 15 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 | 
| 14 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 | 
| 13 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 | 
| 12 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 | 
| 11 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 | 
| 10 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 | 
| 9 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 | 
| 8 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/plugins/system/jmap/jmap.php:1078 | 
| 7 | plgSystemJMap->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 | 
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 | 
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.24 ms After last query: 8.59 ms Query memory: 0.021 MB Memory before query: 4.034 MB Rows returned: 0
SELECT *
  FROM `cop19_admintools_ipautoban`
  WHERE `ip` = '216.73.216.15'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables | 
| Status | Duration | 
|---|
| Starting | 0.04 ms | 
| Checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.01 ms | 
| Init | 0.02 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.01 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 | 
| 12 | JDatabaseDriver->loadObject() | JROOT/plugins/system/admintools/feature/autoipfiltering.php:74 | 
| 11 | AtsystemFeatureAutoipfiltering->isIPBlocked() | JROOT/plugins/system/admintools/feature/autoipfiltering.php:23 | 
| 10 | AtsystemFeatureAutoipfiltering->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:308 | 
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:144 | 
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.20 ms After last query: 0.06 ms Query memory: 0.025 MB Memory before query: 4.040 MB Rows returned: 105
SELECT `ip`
  FROM `cop19_admintools_ipblock`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_admintools_ipblock | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 101 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.01 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.00 ms | 
| Statistics | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.04 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 | 
| 12 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/admintools/feature/ipblacklist.php:143 | 
| 11 | AtsystemFeatureIpblacklist->isIPBlocked() | JROOT/plugins/system/admintools/feature/ipblacklist.php:37 | 
| 10 | AtsystemFeatureIpblacklist->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:308 | 
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:144 | 
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.20 ms After last query: 0.19 ms Query memory: 0.022 MB Memory before query: 4.046 MB Rows returned: 5
SELECT *
  FROM `cop19_admintools_storage`
  WHERE `key` LIKE 'timestamp_%'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_admintools_storage | range | PRIMARY | PRIMARY | 402 | NULL | 5 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.03 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 13 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/feature/abstract.php:277 | 
| 12 | AtsystemFeatureAbstract->loadTimestamps() | JROOT/plugins/system/admintools/feature/abstract.php:356 | 
| 11 | AtsystemFeatureAbstract->getTimestamp() | JROOT/plugins/system/admintools/feature/disableobsoleteadmins.php:115 | 
| 10 | AtsystemFeatureDisableobsoleteadmins->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:308 | 
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:144 | 
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.33 ms After last query: 11.73 ms Query memory: 0.021 MB Memory before query: 4.055 MB Rows returned: 0
SELECT `source`,`keepurlparams`
  FROM `cop19_admintools_redirects`
  WHERE ((`dest` = 'component/comprofiler/userprofile/148-emanuela-bevilacqua-thalesaleniaspace-com') OR (`dest` = 'component/comprofiler/userprofile/148-emanuela-bevilacqua-thalesaleniaspace-com') OR ('component/comprofiler/userprofile/148-emanuela-bevilacqua-thalesaleniaspace-com' LIKE `dest`)) 
  AND `published` = '1'
  ORDER BY `ordering` DESC 
  LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_admintools_redirects | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort | 
| Status | Duration | 
|---|
| Starting | 0.07 ms | 
| Checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.01 ms | 
| Init | 0.03 ms | 
| Optimizing | 0.02 ms | 
| Statistics | 0.02 ms | 
| Preparing | 0.01 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 0.03 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1773 | 
| 11 | JDatabaseDriver->loadRow() | JROOT/plugins/system/admintools/feature/urlredir.php:91 | 
| 10 | AtsystemFeatureUrlredir->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:308 | 
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:144 | 
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.20 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 4.060 MB Rows returned: 5
SELECT *
  FROM `cop19_admintools_storage`
  WHERE `key` LIKE 'timestamp_%'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_admintools_storage | range | PRIMARY | PRIMARY | 402 | NULL | 5 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.03 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 13 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/feature/abstract.php:277 | 
| 12 | AtsystemFeatureAbstract->loadTimestamps() | JROOT/plugins/system/admintools/feature/abstract.php:356 | 
| 11 | AtsystemFeatureAbstract->getTimestamp() | JROOT/plugins/system/admintools/feature/sessionoptimiser.php:35 | 
| 10 | AtsystemFeatureSessionoptimiser->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:308 | 
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:144 | 
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.17 ms After last query: 0.09 ms Query memory: 0.022 MB Memory before query: 4.067 MB Rows returned: 5
SELECT *
  FROM `cop19_admintools_storage`
  WHERE `key` LIKE 'timestamp_%'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_admintools_storage | range | PRIMARY | PRIMARY | 402 | NULL | 5 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.02 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 13 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/feature/abstract.php:277 | 
| 12 | AtsystemFeatureAbstract->loadTimestamps() | JROOT/plugins/system/admintools/feature/abstract.php:356 | 
| 11 | AtsystemFeatureAbstract->getTimestamp() | JROOT/plugins/system/admintools/feature/sessioncleaner.php:40 | 
| 10 | AtsystemFeatureSessioncleaner->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:308 | 
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:144 | 
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.17 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 4.075 MB Rows returned: 5
SELECT *
  FROM `cop19_admintools_storage`
  WHERE `key` LIKE 'timestamp_%'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_admintools_storage | range | PRIMARY | PRIMARY | 402 | NULL | 5 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.02 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 13 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/feature/abstract.php:277 | 
| 12 | AtsystemFeatureAbstract->loadTimestamps() | JROOT/plugins/system/admintools/feature/abstract.php:356 | 
| 11 | AtsystemFeatureAbstract->getTimestamp() | JROOT/plugins/system/admintools/feature/cachecleaner.php:37 | 
| 10 | AtsystemFeatureCachecleaner->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:308 | 
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:144 | 
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.17 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 4.083 MB Rows returned: 5
SELECT *
  FROM `cop19_admintools_storage`
  WHERE `key` LIKE 'timestamp_%'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_admintools_storage | range | PRIMARY | PRIMARY | 402 | NULL | 5 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.02 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 13 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/feature/abstract.php:277 | 
| 12 | AtsystemFeatureAbstract->loadTimestamps() | JROOT/plugins/system/admintools/feature/abstract.php:356 | 
| 11 | AtsystemFeatureAbstract->getTimestamp() | JROOT/plugins/system/admintools/feature/cleantemp.php:37 | 
| 10 | AtsystemFeatureCleantemp->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:308 | 
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:144 | 
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.39 ms After last query: 22.29 ms Query memory: 0.025 MB Memory before query: 4.291 MB Rows returned: 1
SELECT id,template 
  FROM cop19_template_styles 
  WHERE client_id=0 
  AND home=1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_template_styles | ALL | idx_client_id,idx_client_id_home | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.08 ms | 
| Checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.01 ms | 
| Init | 0.03 ms | 
| Optimizing | 0.02 ms | 
| Statistics | 0.05 ms | 
| Preparing | 0.02 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.04 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 | 
| 17 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_widgetkit/widgetkit.php:23 | 
| 16 | plgSystemWidgetkit->{closure}() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Container.php:240 | 
| 15 | YOOtheme\Framework\Container->offsetGet() | JROOT/administrator/components/com_widgetkit/src/Application.php:49 | 
| 14 | YOOtheme\Widgetkit\Application->YOOtheme\Widgetkit\{closure}() | Same as call in the line below. | 
| 13 | call_user_func_array() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Event/EventDispatcher.php:113 | 
| 12 | YOOtheme\Framework\Event\EventDispatcher->trigger() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Application.php:149 | 
| 11 | YOOtheme\Framework\Application->boot() | JROOT/administrator/components/com_widgetkit/widgetkit.php:91 | 
| 10 | include JROOT/administrator/components/com_widgetkit/widgetkit.php | JROOT/administrator/components/com_widgetkit/widgetkit-app.php:6 | 
| 9 | include JROOT/administrator/components/com_widgetkit/widgetkit-app.php | JROOT/plugins/system/widgetkit/widgetkit.php:9 | 
| 8 | plgSystemWidgetkit->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 5.96 ms After last query: 4.28 ms Query memory: 0.026 MB Memory before query: 4.430 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
  FROM `cop19_extensions`
  WHERE `type` = 'library' 
  AND `element` = 'joomla'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | Using index condition | 
| Status | Duration | 
|---|
| Starting | 0.04 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.06 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.03 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 | 
| 22 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 | 
| 21 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. | 
| 20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 | 
| 19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 | 
| 18 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 | 
| 17 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 | 
| 16 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 | 
| 15 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 | 
| 14 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 | 
| 13 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1137 | 
| 12 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/regularlabs/src/Document.php:48 | 
| 11 | RegularLabs\Library\Document::get() | JROOT/libraries/regularlabs/src/Document.php:249 | 
| 10 | RegularLabs\Library\Document::isFeed() | JROOT/plugins/system/emailprotector/emailprotector.php:95 | 
| 9 | PlgSystemEmailProtector->passChecks() | JROOT/libraries/regularlabs/src/SystemPlugin.php:119 | 
| 8 | RegularLabs\Library\SystemPlugin->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.97 ms After last query: 0.15 ms Query memory: 0.008 MB Memory before query: 4.424 MB
UPDATE `cop19_extensions`
  SET `params` = '{\"mediaversion\":\"4f1c728bc7c021361582e5996f96e83b\"}'
  WHERE `type` = 'library' 
  AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `cop19_extensions`
SET `params` = '{\"mediaversion\":\"4f1c728bc7c021361582e5996f96e83b\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.01 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init for update | 0.06 ms | 
| Updating | 0.07 ms | 
| End of update loop | 0.01 ms | 
| Waiting for query cache lock | 0.00 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.68 ms | 
| Closing tables | 0.01 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 | 
| 17 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 | 
| 16 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 | 
| 15 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 | 
| 14 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 | 
| 13 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1137 | 
| 12 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/regularlabs/src/Document.php:48 | 
| 11 | RegularLabs\Library\Document::get() | JROOT/libraries/regularlabs/src/Document.php:249 | 
| 10 | RegularLabs\Library\Document::isFeed() | JROOT/plugins/system/emailprotector/emailprotector.php:95 | 
| 9 | PlgSystemEmailProtector->passChecks() | JROOT/libraries/regularlabs/src/SystemPlugin.php:119 | 
| 8 | RegularLabs\Library\SystemPlugin->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: 10.45 ms After last query: 3.74 ms Query memory: 0.022 MB Memory before query: 4.472 MB Rows returned: 1
SELECT *
  FROM cop19_languages
  ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using filesort | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.01 ms | 
| Preparing | 0.01 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 0.06 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_sh404sef/helpers/language.php:219 | 
| 12 | Sh404sefHelperLanguage::getAllContentLanguages() | JROOT/administrator/components/com_sh404sef/helpers/language.php:171 | 
| 11 | Sh404sefHelperLanguage::getUrlCodeFromTag() | JROOT/administrator/components/com_sh404sef/classes/pageinfo.php:85 | 
| 10 | Sh404sefClassPageinfo->setCurrentLanguage() | JROOT/administrator/components/com_sh404sef/classes/pageinfo.php:101 | 
| 9 | Sh404sefClassPageinfo->init() | JROOT/plugins/system/sh404sef/sh404sef.php:103 | 
| 8 | plgSystemSh404sef->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.32 ms After last query: 2.00 ms Query memory: 0.062 MB Memory before query: 4.633 MB Rows returned: 1
SELECT `params` 
  FROM cop19_extensions 
  WHERE `element`='com_sh404sef' 
  AND `type`='component';
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.02 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.06 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.06 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:687 | 
| 14 | ShlDbClass->loadResult() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:377 | 
| 13 | ShlDbClass->shlLoadResult() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:483 | 
| 12 | ShlDbHelper::selectResult() | JROOT/administrator/components/com_sh404sef/helpers/general.php:160 | 
| 11 | Sh404sefHelperGeneral::getComponentParams() | JROOT/administrator/components/com_sh404sef/classes/config.php:668 | 
| 10 | Sh404sefClassConfig->__construct() | JROOT/administrator/components/com_sh404sef/sh404seffactory.php:121 | 
| 9 | Sh404sefFactory::getConfig() | JROOT/plugins/system/sh404sef/sh404sef.php:126 | 
| 8 | plgSystemSh404sef->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.26 ms After last query: 33.57 ms Query memory: 0.028 MB Memory before query: 5.775 MB Rows returned: 1
SELECT `params`
 
  FROM `cop19_comprofiler_plugin`
 
  WHERE `id` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_comprofiler_plugin | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.01 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.06 ms | 
| Preparing | 0.00 ms | 
| Unlocking tables | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 27 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:354 | 
| 26 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CB/Application/CBConfig.php:43 | 
| 25 | CB\Application\CBConfig::getConfig() | JROOT/libraries/CBLib/CB/Application/CBApplication.php:47 | 
| 24 | CB\Application\CBApplication::CB\Application\{closure}() | Same as call in the line below. | 
| 23 | call_user_func_array() | JROOT/libraries/CBLib/CBLib/Application/Config.php:38 | 
| 22 | CBLib\Application\Config::setMainConfig() | JROOT/libraries/CBLib/CBLib/Core/CBLib.php:78 | 
| 21 | CBLib\Core\CBLib::CBLib\Core\{closure}() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:607 | 
| 20 | CBLib\DependencyInjection\Container->build() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:498 | 
| 19 | CBLib\DependencyInjection\Container->make() | JROOT/libraries/CBLib/CBLib/Application/Application.php:212 | 
| 18 | CBLib\Application\Application::__callStatic() | JROOT/libraries/CBLib/CB/Application/CBConfig.php:77 | 
| 17 | CB\Application\CBConfig::loadLegacyCBueConfig() | JROOT/libraries/CBLib/CB/Legacy/LegacyFoundationFunctions.php:102 | 
| 16 | CB\Legacy\LegacyFoundationFunctions->__construct() | Same as call in the line below. | 
| 15 | ReflectionClass->newInstanceArgs() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:645 | 
| 14 | CBLib\DependencyInjection\Container->build() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:498 | 
| 13 | CBLib\DependencyInjection\Container->make() | JROOT/libraries/CBLib/CBLib/DependencyInjection/Container.php:134 | 
| 12 | CBLib\DependencyInjection\Container->get() | JROOT/administrator/components/com_comprofiler/plugin.foundation.php:35 | 
| 11 | include_once JROOT/administrator/components/com_comprofiler/plugin.foundation.php | JROOT/components/com_comprofiler/router.php:36 | 
| 10 | ComprofilerRouter->loadCB() | JROOT/components/com_comprofiler/router.php:281 | 
| 9 | ComprofilerRouter->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 | 
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 | 
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 | 
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 | 
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 | 
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 | 
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.30 ms After last query: 4.23 ms Query memory: 0.021 MB Memory before query: 5.851 MB Rows returned: 1
SELECT *
  FROM `cop19_admintools_wafblacklists`
  WHERE `verb` IN('','GET') 
  AND `option` IN('','com_comprofiler') 
  AND `view` IN('','userprofile') 
  AND `task` IN('','userprofile.') 
  AND `enabled` = '1'
  GROUP BY `query`
  ORDER BY `query` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_admintools_wafblacklists | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using where; Using temporary; Using filesort | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.02 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.01 ms | 
| Preparing | 0.01 ms | 
| Creating tmp table | 0.03 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.03 ms | 
| Creating sort index | 0.02 ms | 
| Removing tmp table | 0.00 ms | 
| Creating sort index | 0.01 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/admintools/feature/wafblacklist.php:92 | 
| 10 | AtsystemFeatureWafblacklist->onAfterRoute() | JROOT/plugins/system/admintools/admintools/main.php:308 | 
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:154 | 
| 8 | plgSystemAdmintools->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 | 
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 | 
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.22 ms After last query: 1.39 ms Query memory: 0.022 MB Memory before query: 5.895 MB Rows returned: 1
SELECT *
  FROM cop19_languages
  WHERE published=1
  ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 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.04 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 | 
| 12 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 | 
| 11 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/components/com_k2/helpers/utilities.php:243 | 
| 10 | K2HelperUtilities::getParams() | JROOT/administrator/components/com_k2/helpers/html.php:244 | 
| 9 | K2HelperHTML::loadHeadIncludes() | JROOT/plugins/system/k2/k2.php:394 | 
| 8 | plgSystemK2->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 | 
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 | 
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.31 ms After last query: 0.66 ms Query memory: 0.025 MB Memory before query: 5.911 MB Rows returned: 3
SELECT id, home, template, s.params
  FROM cop19_template_styles as s
  LEFT JOIN cop19_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 | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | s | ALL | idx_template,idx_client_id,idx_client_id_home | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where | 
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | dbs10325457.s.template,const | 1 | Using index condition; Using where | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.02 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.02 ms | 
| Optimizing | 0.02 ms | 
| Statistics | 0.05 ms | 
| Preparing | 0.02 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.06 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 | 
| 19 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/libraries/src/HTML/HTMLHelper.php:365 | 
| 18 | Joomla\CMS\HTML\HTMLHelper::includeRelativeFiles() | JROOT/libraries/src/HTML/HTMLHelper.php:712 | 
| 17 | Joomla\CMS\HTML\HTMLHelper::script() | Same as call in the line below. | 
| 16 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 | 
| 15 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 | 
| 14 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/libraries/cms/html/jquery.php:52 | 
| 13 | JHtmlJquery::framework() | Same as call in the line below. | 
| 12 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 | 
| 11 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 | 
| 10 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_k2/helpers/html.php:268 | 
| 9 | K2HelperHTML::loadHeadIncludes() | JROOT/plugins/system/k2/k2.php:394 | 
| 8 | plgSystemK2->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 | 
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 | 
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.19 ms After last query: 3.90 ms Query memory: 0.022 MB Memory before query: 5.998 MB Rows returned: 0
SELECT DISTINCT a.*
  FROM `cop19_ampz` AS a 
  LIMIT 20
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.00 ms | 
| Statistics | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 | 
| 13 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 | 
| 12 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_ampz/models/shortcodes.php:66 | 
| 11 | AmpzModelShortcodes->getItems() | JROOT/plugins/system/ampz/helper.php:50 | 
| 10 | PlgSystemAmpzHelper->__construct() | JROOT/plugins/system/ampz/ampz.php:943 | 
| 9 | plgSystemAmpz->getHelper() | JROOT/plugins/system/ampz/ampz.php:114 | 
| 8 | plgSystemAmpz->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 | 
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 | 
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.75 ms After last query: 1.17 ms Query memory: 0.029 MB Memory before query: 6.020 MB Rows returned: 61
SELECT `id`,`name`,`rules`,`parent_id`
  FROM `cop19_assets`
  WHERE `name` IN ('root.1','com_actionlogs','com_acym','com_admin','com_admintools','com_advancedmodules','com_ajax','com_akeeba','com_ampz','com_associations','com_autotweet','com_banners','com_cache','com_categories','com_checkin','com_comprofiler','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_fields','com_finder','com_geolocator','com_installer','com_jce','com_jmap','com_joomgrabber','com_joomlaupdate','com_jsjobs','com_jssupportticket','com_jvrelatives','com_k2','com_kunena','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_regularlabsmanager','com_rstbox','com_search','com_sh404sef','com_sigpro','com_slideshowck','com_tags','com_tcpdf','com_templates','com_users','com_virtuemart','com_virtuemart_allinone','com_vmmanager','com_vmmoss','com_widgetkit','com_wrapper')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_assets | ALL | idx_asset_name | NO INDEX KEY COULD BE USED | NULL | NULL | 299 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.05 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.06 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.12 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.38 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 | 
| 17 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 | 
| 16 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 | 
| 15 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 | 
| 14 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 | 
| 13 | Joomla\CMS\User\User->authorise() | JROOT/plugins/system/advancedmodules/src/Document.php:28 | 
| 12 | RegularLabs\Plugin\System\AdvancedModules\Document::loadFrontEditScript() | JROOT/plugins/system/advancedmodules/src/Helper.php:33 | 
| 11 | RegularLabs\Plugin\System\AdvancedModules\Helper->onAfterRoute() | Same as call in the line below. | 
| 10 | call_user_func_array() | JROOT/plugins/system/advancedmodules/src/Plugin.php:106 | 
| 9 | RegularLabs\Plugin\System\AdvancedModules\Plugin->run() | JROOT/plugins/system/advancedmodules/advancedmodules.php:62 | 
| 8 | PlgSystemAdvancedModules->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 | 
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 | 
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.49 ms After last query: 11.24 ms Query memory: 0.028 MB Memory before query: 6.339 MB Rows returned: 17
SHOW FULL COLUMNS 
  FROM `cop19_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `cop19_users`
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Opening tables | 0.17 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.00 ms | 
| Statistics | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Filling schema table | 0.01 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| Checking permissions | 0.06 ms | 
| Closing tables | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.03 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Removing tmp table | 0.06 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 | 
| 18 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 | 
| 17 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 | 
| 16 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/User.php:41 | 
| 15 | Joomla\CMS\Table\User->__construct() | JROOT/libraries/src/Table/Table.php:328 | 
| 14 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/src/User/User.php:603 | 
| 13 | Joomla\CMS\User\User::getTable() | JROOT/libraries/CBLib/CB/Database/Table/UserTable.php:191 | 
| 12 | CB\Database\Table\UserTable->_reinitNonComprofileVars() | JROOT/libraries/CBLib/CB/Database/Table/UserTable.php:132 | 
| 11 | CB\Database\Table\UserTable->__construct() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:194 | 
| 10 | CBuser::_getOrSetInstance() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:84 | 
| 9 | CBuser::getInstance() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:68 | 
| 8 | CBuser::getMyInstance() | JROOT/components/com_comprofiler/comprofiler.php:559 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.75 ms After last query: 0.69 ms Query memory: 0.092 MB Memory before query: 6.369 MB Rows returned: 27
SELECT *, CONCAT_WS( "/", `folder`, `element` ) AS lookup
 
  FROM `cop19_comprofiler_plugin`
 
  WHERE `published` = 1
 
  AND `viewaccesslevel` IN (1,5)
 
  AND `type` = 'user'
 
  ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_comprofiler_plugin | ref | idx_folder,type_pub_order,published_ordering | type_pub_order | 304 | const,const | 27 | Using index condition; Using where | 
| Status | Duration | 
|---|
| Starting | 0.04 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.02 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.08 ms | 
| Preparing | 0.02 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.44 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 11 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:403 | 
| 10 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:455 | 
| 9 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:181 | 
| 8 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/comprofiler.php:579 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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: 10.45 ms After last query: 27.22 ms Query memory: 0.042 MB Memory before query: 7.642 MB Rows returned: 7
SELECT *, CONCAT_WS( "/", `folder`, `element` ) AS lookup
 
  FROM `cop19_comprofiler_plugin`
 
  WHERE `published` = 1
 
  AND `viewaccesslevel` IN (1,5)
 
  AND `type` = 'user/plug_cbgroupjive/plugins'
 
  ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_comprofiler_plugin | ref | idx_folder,type_pub_order,published_ordering | type_pub_order | 304 | const,const | 7 | Using index condition; Using where | 
| Status | Duration | 
|---|
| Starting | 0.04 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.03 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.04 ms | 
| Preparing | 0.02 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 10.14 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.02 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 48 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 47 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:403 | 
| 46 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:455 | 
| 45 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:181 | 
| 44 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbgroupjive/cbgroupjive.php:30 | 
| 43 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbgroupjive/cbgroupjive.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:396 | 
| 42 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 | 
| 41 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbactivity/cbactivity.php:44 | 
| 40 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbactivity/cbactivity.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:396 | 
| 39 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 | 
| 38 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbconnect/cbconnect.php:21 | 
| 37 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbconnect/cbconnect.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:396 | 
| 36 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 | 
| 35 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbconditional/cbconditional.php:18 | 
| 34 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbconditional/cbconditional.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:396 | 
| 33 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 | 
| 32 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbinvites/cbinvites.php:25 | 
| 31 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbinvites/cbinvites.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:396 | 
| 30 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 | 
| 29 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbprivacy/cbprivacy.php:26 | 
| 28 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbprivacy/cbprivacy.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:396 | 
| 27 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 | 
| 26 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbantispam/cbantispam.php:33 | 
| 25 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbantispam/cbantispam.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:396 | 
| 24 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 | 
| 23 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbautoactions/cbautoactions.php:20 | 
| 22 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbautoactions/cbautoactions.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:396 | 
| 21 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 | 
| 20 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbblogs/cbblogs.php:22 | 
| 19 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbblogs/cbblogs.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:396 | 
| 18 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 | 
| 17 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbforums/cbforums.php:21 | 
| 16 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbforums/cbforums.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:396 | 
| 15 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 | 
| 14 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbarticles/cbarticles.php:22 | 
| 13 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbarticles/cbarticles.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:396 | 
| 12 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 | 
| 11 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_pms_mypmspro/pms.mypmspro.php:27 | 
| 10 | require_once JROOT/components/com_comprofiler/plugin/user/plug_pms_mypmspro/pms.mypmspro.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:396 | 
| 9 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 | 
| 8 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/comprofiler.php:579 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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: 7.35 ms Query memory: 0.048 MB Memory before query: 7.875 MB Rows returned: 9
SELECT *
 
  FROM `cop19_comprofiler_plugin_autoactions`
 
  WHERE `trigger` != ''
 
  AND `published` = 1
 
  ORDER BY `ordering` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_comprofiler_plugin_autoactions | ref | published | published | 1 | const | 9 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.01 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.02 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.06 ms | 
| Preparing | 0.01 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.13 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.02 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 25 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:403 | 
| 24 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:455 | 
| 23 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/components/com_comprofiler/plugin/user/plug_cbautoactions/cbautoactions.php:37 | 
| 22 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbautoactions/cbautoactions.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:396 | 
| 21 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 | 
| 20 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbblogs/cbblogs.php:22 | 
| 19 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbblogs/cbblogs.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:396 | 
| 18 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 | 
| 17 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbforums/cbforums.php:21 | 
| 16 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbforums/cbforums.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:396 | 
| 15 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 | 
| 14 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_cbarticles/cbarticles.php:22 | 
| 13 | require_once JROOT/components/com_comprofiler/plugin/user/plug_cbarticles/cbarticles.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:396 | 
| 12 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 | 
| 11 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/plugin/user/plug_pms_mypmspro/pms.mypmspro.php:27 | 
| 10 | require_once JROOT/components/com_comprofiler/plugin/user/plug_pms_mypmspro/pms.mypmspro.php | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:396 | 
| 9 | cbPluginHandler->_loadPluginFile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:233 | 
| 8 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/comprofiler.php:579 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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.50 ms After last query: 1.66 ms Query memory: 0.067 MB Memory before query: 8.094 MB Rows returned: 1
SELECT c.*, u.*
 
  FROM cop19_users AS u
 
  LEFT JOIN cop19_comprofiler AS c 
  ON c.id = u.id
 
  WHERE u.`id` = 148
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| 1 | SIMPLE | c | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.02 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.04 ms | 
| Optimizing | 0.02 ms | 
| Statistics | 0.15 ms | 
| Preparing | 0.00 ms | 
| Unlocking tables | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.04 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.03 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 | 
| 17 | JDatabaseDriver->loadAssoc() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:390 | 
| 16 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssoc() | JROOT/libraries/CBLib/CB/Database/Table/UserTable.php:275 | 
| 15 | CB\Database\Table\UserTable->load() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:210 | 
| 14 | CBuser->load() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:153 | 
| 13 | CBuser::_getOrSetInstance() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:84 | 
| 12 | CBuser::getInstance() | JROOT/components/com_comprofiler/comprofiler.php:538 | 
| 11 | loadComprofilerUser() | JROOT/components/com_comprofiler/plugin/user/plug_cbprivacy/library/Trigger/UserTrigger.php:39 | 
| 10 | CB\Plugin\Privacy\Trigger\UserTrigger->getProfile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 9 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1292 | 
| 8 | cbPluginHandler->trigger() | JROOT/components/com_comprofiler/comprofiler.php:581 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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.20 ms After last query: 0.13 ms Query memory: 0.027 MB Memory before query: 8.125 MB Rows returned: 1
SELECT *
  FROM `cop19_users`
  WHERE `id` = 148
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_users | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.02 ms | 
| Preparing | 0.00 ms | 
| Unlocking tables | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.01 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 | 
| 25 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 | 
| 24 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 | 
| 23 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 | 
| 22 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 | 
| 21 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/CBLib/CBLib/Cms/Joomla/Joomla3/CmsUser.php:56 | 
| 20 | CBLib\Cms\Joomla\Joomla3\CmsUser->__construct() | JROOT/libraries/CBLib/CBLib/Cms/Joomla/Joomla3/CmsUser.php:119 | 
| 19 | CBLib\Cms\Joomla\Joomla3\CmsUser::getInstance() | JROOT/libraries/CBLib/CBLib/Cms/Joomla/Joomla6.php:237 | 
| 18 | CBLib\Cms\Joomla\Joomla6->getCmsUser() | JROOT/libraries/CBLib/CB/Database/Table/UserTable.php:346 | 
| 17 | CB\Database\Table\UserTable->afterBindFromDatabase() | JROOT/libraries/CBLib/CB/Database/Table/UserTable.php:336 | 
| 16 | CB\Database\Table\UserTable->bindThisUserFromDbArray() | JROOT/libraries/CBLib/CB/Database/Table/UserTable.php:293 | 
| 15 | CB\Database\Table\UserTable->load() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:210 | 
| 14 | CBuser->load() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:153 | 
| 13 | CBuser::_getOrSetInstance() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:84 | 
| 12 | CBuser::getInstance() | JROOT/components/com_comprofiler/comprofiler.php:538 | 
| 11 | loadComprofilerUser() | JROOT/components/com_comprofiler/plugin/user/plug_cbprivacy/library/Trigger/UserTrigger.php:39 | 
| 10 | CB\Plugin\Privacy\Trigger\UserTrigger->getProfile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 9 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1292 | 
| 8 | cbPluginHandler->trigger() | JROOT/components/com_comprofiler/comprofiler.php:581 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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.50 ms Query memory: 0.027 MB Memory before query: 8.140 MB Rows returned: 1
SELECT `g`.`id`,`g`.`title`
  FROM `cop19_usergroups` AS g
  INNER JOIN `cop19_user_usergroup_map` AS m 
  ON m.group_id = g.id
  WHERE `m`.`user_id` = 148
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index | 
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | dbs10325457.m.group_id | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.02 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.07 ms | 
| Preparing | 0.02 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.06 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 25 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 | 
| 24 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 | 
| 23 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 | 
| 22 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 | 
| 21 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/CBLib/CBLib/Cms/Joomla/Joomla3/CmsUser.php:56 | 
| 20 | CBLib\Cms\Joomla\Joomla3\CmsUser->__construct() | JROOT/libraries/CBLib/CBLib/Cms/Joomla/Joomla3/CmsUser.php:119 | 
| 19 | CBLib\Cms\Joomla\Joomla3\CmsUser::getInstance() | JROOT/libraries/CBLib/CBLib/Cms/Joomla/Joomla6.php:237 | 
| 18 | CBLib\Cms\Joomla\Joomla6->getCmsUser() | JROOT/libraries/CBLib/CB/Database/Table/UserTable.php:346 | 
| 17 | CB\Database\Table\UserTable->afterBindFromDatabase() | JROOT/libraries/CBLib/CB/Database/Table/UserTable.php:336 | 
| 16 | CB\Database\Table\UserTable->bindThisUserFromDbArray() | JROOT/libraries/CBLib/CB/Database/Table/UserTable.php:293 | 
| 15 | CB\Database\Table\UserTable->load() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:210 | 
| 14 | CBuser->load() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:153 | 
| 13 | CBuser::_getOrSetInstance() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:84 | 
| 12 | CBuser::getInstance() | JROOT/components/com_comprofiler/comprofiler.php:538 | 
| 11 | loadComprofilerUser() | JROOT/components/com_comprofiler/plugin/user/plug_cbprivacy/library/Trigger/UserTrigger.php:39 | 
| 10 | CB\Plugin\Privacy\Trigger\UserTrigger->getProfile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 9 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1292 | 
| 8 | cbPluginHandler->trigger() | JROOT/components/com_comprofiler/comprofiler.php:581 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.21 ms After last query: 0.10 ms Query memory: 0.025 MB Memory before query: 8.150 MB Rows returned: 1
SELECT a.id
  FROM cop19_user_usergroup_map AS map
  LEFT JOIN cop19_usergroups AS a 
  ON a.id = map.group_id
  WHERE map.user_id = 148
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | map | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index | 
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | dbs10325457.map.group_id | 1 | Using index | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.02 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 | 
| 20 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 | 
| 19 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/CBLib/CBLib/Cms/Joomla/Joomla3/CmsUser.php:345 | 
| 18 | CBLib\Cms\Joomla\Joomla3\CmsUser->getAuthorisedGroups() | JROOT/libraries/CBLib/CB/Database/Table/UserTable.php:346 | 
| 17 | CB\Database\Table\UserTable->afterBindFromDatabase() | JROOT/libraries/CBLib/CB/Database/Table/UserTable.php:336 | 
| 16 | CB\Database\Table\UserTable->bindThisUserFromDbArray() | JROOT/libraries/CBLib/CB/Database/Table/UserTable.php:293 | 
| 15 | CB\Database\Table\UserTable->load() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:210 | 
| 14 | CBuser->load() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:153 | 
| 13 | CBuser::_getOrSetInstance() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:84 | 
| 12 | CBuser::getInstance() | JROOT/components/com_comprofiler/comprofiler.php:538 | 
| 11 | loadComprofilerUser() | JROOT/components/com_comprofiler/plugin/user/plug_cbprivacy/library/Trigger/UserTrigger.php:39 | 
| 10 | CB\Plugin\Privacy\Trigger\UserTrigger->getProfile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 9 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1292 | 
| 8 | cbPluginHandler->trigger() | JROOT/components/com_comprofiler/comprofiler.php:581 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.98 ms After last query: 0.47 ms Query memory: 0.023 MB Memory before query: 8.152 MB Rows returned: 1
SELECT *
 
  FROM `cop19_comprofiler_fields`
 
  WHERE `name` = 'privacy_profile' 
  AND `published` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_comprofiler_fields | ref | published_ordering | published_ordering | 1 | const | 118 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.02 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.07 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.73 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 | 
| 14 | JDatabaseDriver->loadAssoc() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:423 | 
| 13 | CBLib\Database\Driver\CmsDatabaseDriver->loadObject() | JROOT/libraries/CBLib/CBLib/Database/Table/Table.php:137 | 
| 12 | CBLib\Database\Table\Table->load() | JROOT/components/com_comprofiler/plugin/user/plug_cbprivacy/library/CBPrivacy.php:863 | 
| 11 | CB\Plugin\Privacy\CBPrivacy::checkProfileDisplayAccess() | JROOT/components/com_comprofiler/plugin/user/plug_cbprivacy/library/Trigger/UserTrigger.php:42 | 
| 10 | CB\Plugin\Privacy\Trigger\UserTrigger->getProfile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 9 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1292 | 
| 8 | cbPluginHandler->trigger() | JROOT/components/com_comprofiler/comprofiler.php:581 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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.26 ms After last query: 0.90 ms Query memory: 0.024 MB Memory before query: 8.178 MB Rows returned: 0
SELECT *
 
  FROM `cop19_comprofiler_plugin_privacy`
 
  WHERE `user_id` = 148
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_comprofiler_plugin_privacy | ref | user_id,user_asset | user_id | 4 | const | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.08 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 16 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:403 | 
| 15 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:455 | 
| 14 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/components/com_comprofiler/plugin/user/plug_cbprivacy/library/CBPrivacy.php:742 | 
| 13 | CB\Plugin\Privacy\CBPrivacy::getPrivacy() | JROOT/components/com_comprofiler/plugin/user/plug_cbprivacy/library/Privacy.php:629 | 
| 12 | CB\Plugin\Privacy\Privacy->authorized() | JROOT/components/com_comprofiler/plugin/user/plug_cbprivacy/library/CBPrivacy.php:878 | 
| 11 | CB\Plugin\Privacy\CBPrivacy::checkProfileDisplayAccess() | JROOT/components/com_comprofiler/plugin/user/plug_cbprivacy/library/Trigger/UserTrigger.php:42 | 
| 10 | CB\Plugin\Privacy\Trigger\UserTrigger->getProfile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 9 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1292 | 
| 8 | cbPluginHandler->trigger() | JROOT/components/com_comprofiler/comprofiler.php:581 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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.24 ms After last query: 0.41 ms Query memory: 0.024 MB Memory before query: 8.192 MB Rows returned: 0
SELECT `block`
 
  FROM `cop19_comprofiler_plugin_privacy_blocked`
 
  WHERE `user_id` = 148
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_comprofiler_plugin_privacy_blocked | ref | block,blocked | block | 4 | const | 1 | Using index | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.07 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 | 
| 16 | JDatabaseDriver->loadColumn() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:379 | 
| 15 | CBLib\Database\Driver\CmsDatabaseDriver->loadResultArray() | JROOT/components/com_comprofiler/plugin/user/plug_cbprivacy/library/CBPrivacy.php:823 | 
| 14 | CB\Plugin\Privacy\CBPrivacy::getBlocked() | JROOT/components/com_comprofiler/plugin/user/plug_cbprivacy/library/Table/PrivacyTable.php:166 | 
| 13 | CB\Plugin\Privacy\Table\PrivacyTable->authorized() | JROOT/components/com_comprofiler/plugin/user/plug_cbprivacy/library/Privacy.php:642 | 
| 12 | CB\Plugin\Privacy\Privacy->authorized() | JROOT/components/com_comprofiler/plugin/user/plug_cbprivacy/library/CBPrivacy.php:878 | 
| 11 | CB\Plugin\Privacy\CBPrivacy::checkProfileDisplayAccess() | JROOT/components/com_comprofiler/plugin/user/plug_cbprivacy/library/Trigger/UserTrigger.php:42 | 
| 10 | CB\Plugin\Privacy\Trigger\UserTrigger->getProfile() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 9 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1292 | 
| 8 | cbPluginHandler->trigger() | JROOT/components/com_comprofiler/comprofiler.php:581 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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.28 ms After last query: 1.05 ms Query memory: 0.024 MB Memory before query: 8.213 MB Rows returned: 2
SELECT b.id
  FROM cop19_user_usergroup_map AS map
  LEFT JOIN cop19_usergroups AS a 
  ON a.id = map.group_id
  LEFT JOIN cop19_usergroups AS b 
  ON b.lft <= a.lft 
  AND b.rgt >= a.rgt
  WHERE map.user_id = 148
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | map | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index | 
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | dbs10325457.map.group_id | 1 |  | 
| 1 | SIMPLE | b | ALL | idx_usergroup_nested_set_lookup | NO INDEX KEY COULD BE USED | NULL | NULL | 12 | Range checked for each record (index map: 0x10) | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.02 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.02 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.04 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 | 
| 16 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 | 
| 15 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 | 
| 14 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 | 
| 13 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/CBLib/CBLib/Cms/Joomla/Joomla3/CmsUser.php:355 | 
| 12 | CBLib\Cms\Joomla\Joomla3\CmsUser->getAuthorisedViewLevels() | JROOT/libraries/CBLib/CBLib/Cms/Joomla/Joomla3/CmsUser.php:330 | 
| 11 | CBLib\Cms\Joomla\Joomla3\CmsUser->canViewAccessLevel() | JROOT/libraries/CBLib/CBLib/Entity/User/User.php:231 | 
| 10 | CBLib\Entity\User\User->canViewAccessLevel() | JROOT/libraries/CBLib/CBLib/Entity/User/User.php:308 | 
| 9 | CBLib\Entity\User\User->isGlobalModerator() | JROOT/components/com_comprofiler/comprofiler.html.php:262 | 
| 8 | HTML_comprofiler::userProfile() | JROOT/components/com_comprofiler/comprofiler.php:624 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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.38 ms After last query: 0.24 ms Query memory: 0.023 MB Memory before query: 8.224 MB Rows returned: 3
SELECT *, CONCAT_WS( "/", `folder`, `element` ) AS lookup
 
  FROM `cop19_comprofiler_plugin`
 
  WHERE `published` = 1
 
  AND `viewaccesslevel` IN (1,5)
 
  AND `type` = 'templates'
 
  ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_comprofiler_plugin | ref | idx_folder,type_pub_order,published_ordering | type_pub_order | 304 | const,const | 3 | Using index condition; Using where | 
| Status | Duration | 
|---|
| Starting | 0.04 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.01 ms | 
| Table lock | 0.00 ms | 
| Init | 0.02 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.04 ms | 
| Preparing | 0.02 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.12 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 13 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:403 | 
| 12 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:455 | 
| 11 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:181 | 
| 10 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/comprofiler.html.php:390 | 
| 9 | HTML_comprofiler::_cbTemplateLoad() | JROOT/components/com_comprofiler/comprofiler.html.php:303 | 
| 8 | HTML_comprofiler::userProfile() | JROOT/components/com_comprofiler/comprofiler.php:624 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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.53 ms After last query: 1.48 ms Query memory: 0.047 MB Memory before query: 8.366 MB Rows returned: 19
SELECT * 
  FROM cop19_comprofiler_tabs t
 
  WHERE t.enabled = 1
 
  AND t.viewaccesslevel IN  (1, 5) 
 
  ORDER BY t.position, t.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | t | ref | enabled_position_ordering,orderedit_enabled_pos_order,orderreg_enabled_pos_order | enabled_position_ordering | 1 | const | 29 | Using where; Using filesort | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.02 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.07 ms | 
| Preparing | 0.01 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 0.25 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 15 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:403 | 
| 14 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:455 | 
| 13 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1044 | 
| 12 | cbTabs->_getTabsDb() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:306 | 
| 11 | cbTabs->generateViewTabsContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:443 | 
| 10 | cbTabs->getViewTabs() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:410 | 
| 9 | CBuser->getProfileView() | JROOT/components/com_comprofiler/comprofiler.html.php:341 | 
| 8 | HTML_comprofiler::userProfile() | JROOT/components/com_comprofiler/comprofiler.php:624 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.29 ms After last query: 5.64 ms Query memory: 0.025 MB Memory before query: 8.669 MB Rows returned: 0
SELECT *
 
  FROM `cop19_comprofiler_plugin_antispam_log`
 
  WHERE `user_id` = 148
 
  ORDER BY `date` DESC 
  LIMIT 0, 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_comprofiler_plugin_antispam_log | ref | user_id,recent | recent | 4 | const | 1 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.01 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.07 ms | 
| Preparing | 0.02 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 | 
| 19 | JDatabaseDriver->loadAssoc() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:423 | 
| 18 | CBLib\Database\Driver\CmsDatabaseDriver->loadObject() | JROOT/components/com_comprofiler/plugin/user/plug_cbantispam/library/CBAntiSpam.php:290 | 
| 17 | CB\Plugin\AntiSpam\CBAntiSpam::getUserIP() | JROOT/components/com_comprofiler/plugin/user/plug_cbantispam/library/CBAntiSpam.php:532 | 
| 16 | CB\Plugin\AntiSpam\CBAntiSpam::getWhitelist() | JROOT/components/com_comprofiler/plugin/user/plug_cbantispam/library/CBAntiSpam.php:367 | 
| 15 | CB\Plugin\AntiSpam\CBAntiSpam::isBlockable() | JROOT/components/com_comprofiler/plugin/user/plug_cbantispam/library/Trigger/MenuTrigger.php:31 | 
| 14 | CB\Plugin\AntiSpam\Trigger\MenuTrigger->displayMenu() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 13 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1292 | 
| 12 | cbPluginHandler->trigger() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:311 | 
| 11 | cbTabs->generateViewTabsContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:443 | 
| 10 | cbTabs->getViewTabs() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:410 | 
| 9 | CBuser->getProfileView() | JROOT/components/com_comprofiler/comprofiler.html.php:341 | 
| 8 | HTML_comprofiler::userProfile() | JROOT/components/com_comprofiler/comprofiler.php:624 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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.11 ms Query memory: 0.025 MB Memory before query: 8.682 MB Rows returned: 0
SELECT *
 
  FROM `cop19_comprofiler_plugin_antispam_whitelist`
 
  WHERE ( `type` = 'user' 
  AND `value` = 148 ) OR ( `type` = 'email' 
  AND `value` = 'emanuela.bevilacqua@thalesaleniaspace.com' ) OR ( `type` = 'email_partial' 
  AND 'emanuela.bevilacqua@thalesaleniaspace.com' LIKE `value` ) OR `type` = 'email_list' OR ( `type` = 'domain' 
  AND `value` = 'thalesaleniaspace.com' ) OR ( `type` = 'domain_partial' 
  AND 'thalesaleniaspace.com' LIKE `value` ) OR `type` = 'domain_list' OR ( `type` = 'ip' 
  AND `value` = '192.54.144.229' ) OR ( `type` = 'ip_partial' 
  AND '192.54.144.229' LIKE `value` ) OR ( `type` = 'ip_range' 
  AND ( INET_ATON( '192.54.144.229' ) BETWEEN INET_ATON( SUBSTRING_INDEX( `value`, ':', 1 ) ) 
  AND INET_ATON( SUBSTRING_INDEX( `value`, ':', -1 ) ) ) ) OR `type` = 'ip_list'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_comprofiler_plugin_antispam_whitelist | ALL | type_value | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.06 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.03 ms | 
| Optimizing | 0.03 ms | 
| Statistics | 0.07 ms | 
| Preparing | 0.02 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.03 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 19 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:403 | 
| 18 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:455 | 
| 17 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/components/com_comprofiler/plugin/user/plug_cbantispam/library/CBAntiSpam.php:596 | 
| 16 | CB\Plugin\AntiSpam\CBAntiSpam::getWhitelist() | JROOT/components/com_comprofiler/plugin/user/plug_cbantispam/library/CBAntiSpam.php:367 | 
| 15 | CB\Plugin\AntiSpam\CBAntiSpam::isBlockable() | JROOT/components/com_comprofiler/plugin/user/plug_cbantispam/library/Trigger/MenuTrigger.php:31 | 
| 14 | CB\Plugin\AntiSpam\Trigger\MenuTrigger->displayMenu() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 13 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1292 | 
| 12 | cbPluginHandler->trigger() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:311 | 
| 11 | cbTabs->generateViewTabsContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:443 | 
| 10 | cbTabs->getViewTabs() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:410 | 
| 9 | CBuser->getProfileView() | JROOT/components/com_comprofiler/comprofiler.html.php:341 | 
| 8 | HTML_comprofiler::userProfile() | JROOT/components/com_comprofiler/comprofiler.php:624 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.36 ms After last query: 0.96 ms Query memory: 0.025 MB Memory before query: 8.870 MB Rows returned: 1
SELECT * 
  FROM cop19_comprofiler_plugin p
 
  WHERE p.published=1 
 
  AND p.element LIKE '%pms.%' 
 
  ORDER BY p.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | p | ref | idx_folder,published_ordering | published_ordering | 1 | const | 38 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.02 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.02 ms | 
| Preparing | 0.01 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.13 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.03 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 19 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:403 | 
| 18 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:455 | 
| 17 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/libraries/CBLib/CB/Legacy/cbPMS.php:77 | 
| 16 | cbPMS->_callPluginTypeMethod() | JROOT/libraries/CBLib/CB/Legacy/cbPMS.php:132 | 
| 15 | cbPMS->getPMScapabilites() | JROOT/components/com_comprofiler/plugin/user/plug_cbmenu/cb.menu.php:1097 | 
| 14 | getMenuTab->getMenuAndStatus() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 13 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1611 | 
| 12 | cbTabs->_callTabPlugin() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:334 | 
| 11 | cbTabs->generateViewTabsContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:443 | 
| 10 | cbTabs->getViewTabs() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:410 | 
| 9 | CBuser->getProfileView() | JROOT/components/com_comprofiler/comprofiler.html.php:341 | 
| 8 | HTML_comprofiler::userProfile() | JROOT/components/com_comprofiler/comprofiler.php:624 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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: 8.10 ms Query memory: 0.026 MB Memory before query: 9.068 MB Rows returned: 1
SELECT COUNT(*)
 
  FROM `cop19_comprofiler_plugin_gallery_folders` AS a
 
  LEFT JOIN `cop19_comprofiler` AS cb 
  ON cb.`id` = a.`user_id`
 
  LEFT JOIN `cop19_users` AS j 
  ON j.`id` = a.`user_id`
 
  WHERE cb.`approved` = 1
 
  AND cb.`confirmed` = 1
 
  AND j.`block` = 0
 
  AND a.`asset` = 'profile.148'
 
  AND a.`published` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | a | ref | folders,user_id,asset,published | asset | 402 | const | 1 | Using index condition; Using where | 
| 1 | SIMPLE | j | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | dbs10325457.a.user_id | 1 | Using where | 
| 1 | SIMPLE | cb | eq_ref | PRIMARY,apprconfbanid | PRIMARY | 4 | dbs10325457.a.user_id | 1 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.01 ms | 
| Opening tables | 0.03 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.02 ms | 
| Optimizing | 0.02 ms | 
| Statistics | 0.17 ms | 
| Preparing | 0.02 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 21 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:354 | 
| 20 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/components/com_comprofiler/plugin/user/plug_cbgallery/library/Gallery.php:932 | 
| 19 | CB\Plugin\Gallery\Gallery->folders() | JROOT/components/com_comprofiler/plugin/user/plug_cbgallery/component.cbgallery.php:435 | 
| 18 | CBplug_cbgallery->showItems() | JROOT/components/com_comprofiler/plugin/user/plug_cbgallery/component.cbgallery.php:329 | 
| 17 | CBplug_cbgallery->getGallery() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 16 | cbPluginHandler->call() | JROOT/components/com_comprofiler/plugin/user/plug_cbgallery/library/Gallery.php:1402 | 
| 15 | CB\Plugin\Gallery\Gallery->gallery() | JROOT/components/com_comprofiler/plugin/user/plug_cbgallery/cbgallery.php:90 | 
| 14 | cbgalleryTab->getDisplayTab() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 13 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1611 | 
| 12 | cbTabs->_callTabPlugin() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:357 | 
| 11 | cbTabs->generateViewTabsContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:443 | 
| 10 | cbTabs->getViewTabs() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:410 | 
| 9 | CBuser->getProfileView() | JROOT/components/com_comprofiler/comprofiler.html.php:341 | 
| 8 | HTML_comprofiler::userProfile() | JROOT/components/com_comprofiler/comprofiler.php:624 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.59 ms After last query: 0.15 ms Query memory: 0.026 MB Memory before query: 9.080 MB Rows returned: 1
SELECT COUNT(*)
 
  FROM `cop19_comprofiler_plugin_gallery_items` AS a
 
  LEFT JOIN `cop19_comprofiler` AS cb 
  ON cb.`id` = a.`user_id`
 
  LEFT JOIN `cop19_users` AS j 
  ON j.`id` = a.`user_id`
 
  WHERE cb.`approved` = 1
 
  AND cb.`confirmed` = 1
 
  AND j.`block` = 0
 
  AND a.`asset` = 'profile.148'
 
  AND a.`folder` = 0
 
  AND a.`published` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | a | ref | items,sorted,user_id,asset,folder,published | items | 407 | const,const,const | 1 | Using index condition | 
| 1 | SIMPLE | j | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | dbs10325457.a.user_id | 1 | Using where | 
| 1 | SIMPLE | cb | eq_ref | PRIMARY,apprconfbanid | PRIMARY | 4 | dbs10325457.a.user_id | 1 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.02 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.03 ms | 
| Optimizing | 0.02 ms | 
| Statistics | 0.15 ms | 
| Preparing | 0.02 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 21 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:354 | 
| 20 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/components/com_comprofiler/plugin/user/plug_cbgallery/library/Gallery.php:1279 | 
| 19 | CB\Plugin\Gallery\Gallery->items() | JROOT/components/com_comprofiler/plugin/user/plug_cbgallery/component.cbgallery.php:511 | 
| 18 | CBplug_cbgallery->showItems() | JROOT/components/com_comprofiler/plugin/user/plug_cbgallery/component.cbgallery.php:329 | 
| 17 | CBplug_cbgallery->getGallery() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 16 | cbPluginHandler->call() | JROOT/components/com_comprofiler/plugin/user/plug_cbgallery/library/Gallery.php:1402 | 
| 15 | CB\Plugin\Gallery\Gallery->gallery() | JROOT/components/com_comprofiler/plugin/user/plug_cbgallery/cbgallery.php:90 | 
| 14 | cbgalleryTab->getDisplayTab() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 13 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1611 | 
| 12 | cbTabs->_callTabPlugin() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:357 | 
| 11 | cbTabs->generateViewTabsContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:443 | 
| 10 | cbTabs->getViewTabs() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:410 | 
| 9 | CBuser->getProfileView() | JROOT/components/com_comprofiler/comprofiler.html.php:341 | 
| 8 | HTML_comprofiler::userProfile() | JROOT/components/com_comprofiler/comprofiler.php:624 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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.12 ms After last query: 0.36 ms Query memory: 0.027 MB Memory before query: 9.093 MB Rows returned: 2
SELECT `id`
 
  FROM `cop19_menu`
 
  WHERE ( `link` = 'index.php?option=com_comprofiler&view=userprofile' OR `link` = 'index.php?option=com_comprofiler&task=userprofile' OR `link` = 'index.php?option=com_comprofiler' )
 
  AND `published` = 1
 
  AND `access` IN  (1, 5) 
 
  AND `language` IN ( 'en-GB', '*', '' )
 
  AND `client_id` = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_menu | ref | idx_client_id_parent_id_alias_language,idx_language | idx_client_id_parent_id_alias_language | 1 | const | 215 | Using index condition; Using where | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.02 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.12 ms | 
| Preparing | 0.02 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.81 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 24 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:354 | 
| 23 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CB/Legacy/LegacyFoundationFunctions.php:227 | 
| 22 | getCBprofileItemid() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:984 | 
| 21 | CBframework->viewUrl() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:843 | 
| 20 | CBframework->userProfileUrl() | JROOT/components/com_comprofiler/plugin/user/plug_cbgallery/library/Gallery.php:442 | 
| 19 | CB\Plugin\Gallery\Gallery->location() | JROOT/components/com_comprofiler/plugin/user/plug_cbgallery/component.cbgallery.php:524 | 
| 18 | CBplug_cbgallery->showItems() | JROOT/components/com_comprofiler/plugin/user/plug_cbgallery/component.cbgallery.php:329 | 
| 17 | CBplug_cbgallery->getGallery() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 16 | cbPluginHandler->call() | JROOT/components/com_comprofiler/plugin/user/plug_cbgallery/library/Gallery.php:1402 | 
| 15 | CB\Plugin\Gallery\Gallery->gallery() | JROOT/components/com_comprofiler/plugin/user/plug_cbgallery/cbgallery.php:90 | 
| 14 | cbgalleryTab->getDisplayTab() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 13 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1611 | 
| 12 | cbTabs->_callTabPlugin() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:357 | 
| 11 | cbTabs->generateViewTabsContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:443 | 
| 10 | cbTabs->getViewTabs() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:410 | 
| 9 | CBuser->getProfileView() | JROOT/components/com_comprofiler/comprofiler.html.php:341 | 
| 8 | HTML_comprofiler::userProfile() | JROOT/components/com_comprofiler/comprofiler.php:624 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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: 5.00 ms After last query: 2.13 ms Query memory: 0.240 MB Memory before query: 9.072 MB Rows returned: 57
SELECT f.* 
  FROM cop19_comprofiler_fields f
 
  INNER JOIN cop19_comprofiler_tabs AS t 
  ON (f.tabid = t.tabid)
 
  WHERE f.published = 1 
  AND f.profile > 0 
  AND t.enabled = 1 
  AND t.viewaccesslevel IN  (1, 5) 
 
  ORDER BY t.position, t.ordering, f.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | t | ref | PRIMARY,enabled_position_ordering,orderedit_enabled_pos_order,orderreg_enabled_pos_order | enabled_position_ordering | 1 | const | 29 | Using where; Using temporary; Using filesort | 
| 1 | SIMPLE | f | ref | tabid_pub_prof_order,published_ordering | tabid_pub_prof_order | 6 | dbs10325457.t.tabid,const | 4 | Using index condition | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.02 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.03 ms | 
| Optimizing | 0.02 ms | 
| Statistics | 0.05 ms | 
| Preparing | 0.02 ms | 
| Creating tmp table | 0.03 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.64 ms | 
| Creating sort index | 0.27 ms | 
| Removing tmp table | 0.21 ms | 
| Creating sort index | 0.01 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 16 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:403 | 
| 15 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:455 | 
| 14 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1160 | 
| 13 | cbTabs->_getTabFieldsDb() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1225 | 
| 12 | cbTabs->_getTabContents() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:371 | 
| 11 | cbTabs->generateViewTabsContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:443 | 
| 10 | cbTabs->getViewTabs() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:410 | 
| 9 | CBuser->getProfileView() | JROOT/components/com_comprofiler/comprofiler.html.php:341 | 
| 8 | HTML_comprofiler::userProfile() | JROOT/components/com_comprofiler/comprofiler.php:624 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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: 5.58 ms After last query: 2.36 ms Query memory: 0.040 MB Memory before query: 10.058 MB Rows returned: 3
SELECT f.`name`, f.`params`
 
  FROM `cop19_comprofiler_fields` AS f
 
  LEFT JOIN `cop19_comprofiler_tabs` AS t 
  ON t.`tabid` = f.`tabid`
 
  WHERE f.`type` = 'fieldgroup'
 
  AND f.`published` = 1
 
  AND t.`enabled` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | f | ref | tabid_pub_prof_order,type_required_edit,published_ordering | type_required_edit | 152 | const | 3 | Using index condition; Using where | 
| 1 | SIMPLE | t | eq_ref | PRIMARY,enabled_position_ordering,orderedit_enabled_pos_order,orderreg_enabled_pos_order | PRIMARY | 4 | dbs10325457.f.tabid | 1 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.02 ms | 
| Statistics | 0.08 ms | 
| Preparing | 0.03 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.07 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 18 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:403 | 
| 17 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/components/com_comprofiler/plugin/user/plug_cbfieldgroups/library/Trigger/FieldTrigger.php:54 | 
| 16 | CB\Plugin\FieldGroups\Trigger\FieldTrigger->fieldsFetch() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 15 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1292 | 
| 14 | cbPluginHandler->trigger() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1207 | 
| 13 | cbTabs->_getTabFieldsDb() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1225 | 
| 12 | cbTabs->_getTabContents() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:371 | 
| 11 | cbTabs->generateViewTabsContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:443 | 
| 10 | cbTabs->getViewTabs() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:410 | 
| 9 | CBuser->getProfileView() | JROOT/components/com_comprofiler/comprofiler.html.php:341 | 
| 8 | HTML_comprofiler::userProfile() | JROOT/components/com_comprofiler/comprofiler.php:624 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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: 28.93 ms Query memory: 0.026 MB Memory before query: 10.446 MB Rows returned: 11
SELECT fieldtitle, fieldlabel 
  FROM cop19_comprofiler_field_values 
  WHERE fieldid = 108 
  AND fieldtitle != '' 
  AND fieldgroup = 0 
  ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_comprofiler_field_values | ref | fieldid_ordering,fieldtitle_id | fieldid_ordering | 4 | const | 14 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.06 ms | 
| Preparing | 0.02 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.07 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 21 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:403 | 
| 20 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:455 | 
| 19 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/components/com_comprofiler/plugin/user/plug_cbcore/library/Field/SelectField.php:52 | 
| 18 | CB\Plugin\Core\Field\SelectField->getField() | JROOT/libraries/CBLib/CB/Legacy/cbFieldHandler.php:101 | 
| 17 | cbFieldHandler->getFieldRow() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 16 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1075 | 
| 15 | cbPluginHandler->callField() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1579 | 
| 14 | cbTabs->_getSingleFieldContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1494 | 
| 13 | cbTabs->_getFieldsContents() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1227 | 
| 12 | cbTabs->_getTabContents() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:371 | 
| 11 | cbTabs->generateViewTabsContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:443 | 
| 10 | cbTabs->getViewTabs() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:410 | 
| 9 | CBuser->getProfileView() | JROOT/components/com_comprofiler/comprofiler.html.php:341 | 
| 8 | HTML_comprofiler::userProfile() | JROOT/components/com_comprofiler/comprofiler.php:624 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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.22 ms After last query: 1.93 ms Query memory: 0.026 MB Memory before query: 10.533 MB Rows returned: 2
SELECT fieldtitle, fieldlabel 
  FROM cop19_comprofiler_field_values 
  WHERE fieldid = 113 
  AND fieldtitle != '' 
  AND fieldgroup = 0 
  ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_comprofiler_field_values | ref | fieldid_ordering,fieldtitle_id | fieldid_ordering | 4 | const | 2 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.02 ms | 
| Preparing | 0.01 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.03 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 21 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:403 | 
| 20 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:455 | 
| 19 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/components/com_comprofiler/plugin/user/plug_cbcore/library/Field/SelectField.php:52 | 
| 18 | CB\Plugin\Core\Field\SelectField->getField() | JROOT/libraries/CBLib/CB/Legacy/cbFieldHandler.php:101 | 
| 17 | cbFieldHandler->getFieldRow() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 16 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1075 | 
| 15 | cbPluginHandler->callField() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1579 | 
| 14 | cbTabs->_getSingleFieldContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1494 | 
| 13 | cbTabs->_getFieldsContents() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1227 | 
| 12 | cbTabs->_getTabContents() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:371 | 
| 11 | cbTabs->generateViewTabsContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:443 | 
| 10 | cbTabs->getViewTabs() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:410 | 
| 9 | CBuser->getProfileView() | JROOT/components/com_comprofiler/comprofiler.html.php:341 | 
| 8 | HTML_comprofiler::userProfile() | JROOT/components/com_comprofiler/comprofiler.php:624 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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.57 ms After last query: 30.27 ms Query memory: 0.026 MB Memory before query: 10.676 MB Rows returned: 1
SELECT *
  FROM `cop19_kunena_configuration`
  WHERE `id`=1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_kunena_configuration | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.49 ms | 
| Preparing | 0.00 ms | 
| Unlocking tables | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 | 
| 23 | JDatabaseDriver->loadAssoc() | JROOT/libraries/kunena/config.php:1418 | 
| 22 | KunenaConfig->load() | JROOT/libraries/kunena/config.php:1391 | 
| 21 | KunenaConfig::getInstance() | JROOT/libraries/kunena/factory.php:228 | 
| 20 | KunenaFactory::getConfig() | JROOT/libraries/kunena/forum/forum.php:206 | 
| 19 | KunenaForum::setup() | JROOT/components/com_comprofiler/plugin/user/plug_cbforums/cbforums.php:63 | 
| 18 | cbforumsClass::getModel() | JROOT/components/com_comprofiler/plugin/user/plug_cbforums/cbforums.php:428 | 
| 17 | cbforumsField->getFieldRow() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 16 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1075 | 
| 15 | cbPluginHandler->callField() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1579 | 
| 14 | cbTabs->_getSingleFieldContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1494 | 
| 13 | cbTabs->_getFieldsContents() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1227 | 
| 12 | cbTabs->_getTabContents() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:371 | 
| 11 | cbTabs->generateViewTabsContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:443 | 
| 10 | cbTabs->getViewTabs() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:410 | 
| 9 | CBuser->getProfileView() | JROOT/components/com_comprofiler/comprofiler.html.php:341 | 
| 8 | HTML_comprofiler::userProfile() | JROOT/components/com_comprofiler/comprofiler.php:624 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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: 18.09 ms After last query: 6.07 ms Query memory: 0.041 MB Memory before query: 10.872 MB Rows returned: 56
SHOW FULL COLUMNS 
  FROM `cop19_kunena_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `cop19_kunena_users`
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Opening tables | 0.13 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.00 ms | 
| Statistics | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Filling schema table | 0.01 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| Checking permissions | 0.11 ms | 
| Closing tables | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.05 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Removing tmp table | 0.05 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 35 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 | 
| 34 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 | 
| 33 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 | 
| 32 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/kunena/tables/kunenausers.php:445 | 
| 31 | TableKunenaUsers->__construct() | JROOT/libraries/src/Table/Table.php:328 | 
| 30 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/kunena/user/user.php:231 | 
| 29 | KunenaUser->getTable() | JROOT/libraries/kunena/user/user.php:190 | 
| 28 | KunenaUser->load() | JROOT/libraries/kunena/user/user.php:165 | 
| 27 | KunenaUser->__construct() | JROOT/libraries/kunena/user/helper.php:91 | 
| 26 | KunenaUserHelper::initialize() | JROOT/libraries/kunena/user/helper.php:13 | 
| 25 | include_once JROOT/libraries/kunena/user/helper.php | JROOT/libraries/loader.php:738 | 
| 24 | JLoader::_load() | JROOT/libraries/loader.php:707 | 
| 23 | JLoader::_autoload() | Same as call in the line below. | 
| 22 | spl_autoload_call() | JROOT/libraries/kunena/user/user.php:247 | 
| 21 | KunenaUser::getInstance() | JROOT/components/com_comprofiler/plugin/user/plug_cbforums/models/kunena20.php:804 | 
| 20 | cbforumsModel::getUserPosts() | JROOT/components/com_comprofiler/plugin/user/plug_cbforums/cbforums.php:472 | 
| 19 | cbforumsField->getField() | JROOT/libraries/CBLib/CB/Legacy/cbFieldHandler.php:101 | 
| 18 | cbFieldHandler->getFieldRow() | JROOT/components/com_comprofiler/plugin/user/plug_cbforums/cbforums.php:431 | 
| 17 | cbforumsField->getFieldRow() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 16 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1075 | 
| 15 | cbPluginHandler->callField() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1579 | 
| 14 | cbTabs->_getSingleFieldContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1494 | 
| 13 | cbTabs->_getFieldsContents() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1227 | 
| 12 | cbTabs->_getTabContents() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:371 | 
| 11 | cbTabs->generateViewTabsContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:443 | 
| 10 | cbTabs->getViewTabs() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:410 | 
| 9 | CBuser->getProfileView() | JROOT/components/com_comprofiler/comprofiler.html.php:341 | 
| 8 | HTML_comprofiler::userProfile() | JROOT/components/com_comprofiler/comprofiler.php:624 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 4.39 ms After last query: 0.48 ms Query memory: 0.029 MB Memory before query: 10.958 MB Rows returned: 1
SELECT u.name, u.username, u.email, u.block as blocked, u.registerDate, u.lastvisitDate, ku.*
			
  FROM cop19_users AS u
			
  LEFT JOIN cop19_kunena_users AS ku 
  ON u.id = ku.userid
			
  WHERE u.id = 148
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| 1 | SIMPLE | ku | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.02 ms | 
| Opening tables | 0.02 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.03 ms | 
| Optimizing | 0.02 ms | 
| Statistics | 0.10 ms | 
| Preparing | 0.00 ms | 
| Unlocking tables | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 | 
| 26 | JDatabaseDriver->loadAssoc() | JROOT/libraries/kunena/tables/kunenausers.php:490 | 
| 25 | TableKunenaUsers->load() | JROOT/libraries/kunena/user/user.php:195 | 
| 24 | KunenaUser->load() | JROOT/libraries/kunena/user/user.php:165 | 
| 23 | KunenaUser->__construct() | JROOT/libraries/kunena/user/helper.php:186 | 
| 22 | KunenaUserHelper::get() | JROOT/libraries/kunena/user/user.php:247 | 
| 21 | KunenaUser::getInstance() | JROOT/components/com_comprofiler/plugin/user/plug_cbforums/models/kunena20.php:804 | 
| 20 | cbforumsModel::getUserPosts() | JROOT/components/com_comprofiler/plugin/user/plug_cbforums/cbforums.php:472 | 
| 19 | cbforumsField->getField() | JROOT/libraries/CBLib/CB/Legacy/cbFieldHandler.php:101 | 
| 18 | cbFieldHandler->getFieldRow() | JROOT/components/com_comprofiler/plugin/user/plug_cbforums/cbforums.php:431 | 
| 17 | cbforumsField->getFieldRow() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 16 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1075 | 
| 15 | cbPluginHandler->callField() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1579 | 
| 14 | cbTabs->_getSingleFieldContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1494 | 
| 13 | cbTabs->_getFieldsContents() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1227 | 
| 12 | cbTabs->_getTabContents() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:371 | 
| 11 | cbTabs->generateViewTabsContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:443 | 
| 10 | cbTabs->getViewTabs() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:410 | 
| 9 | CBuser->getProfileView() | JROOT/components/com_comprofiler/comprofiler.html.php:341 | 
| 8 | HTML_comprofiler::userProfile() | JROOT/components/com_comprofiler/comprofiler.php:624 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.23 ms After last query: 3.37 ms Query memory: 0.026 MB Memory before query: 11.033 MB Rows returned: 1
SELECT MAX(time) 
  FROM cop19_session 
  WHERE userid = 148 
  AND guest = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_session | ref | userid | userid | 5 | const | 1 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.04 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 21 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:354 | 
| 20 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:1197 | 
| 19 | CBframework->userOnlineLastTime() | JROOT/components/com_comprofiler/plugin/user/plug_cbcore/library/Field/StatusField.php:40 | 
| 18 | CB\Plugin\Core\Field\StatusField->getField() | JROOT/libraries/CBLib/CB/Legacy/cbFieldHandler.php:101 | 
| 17 | cbFieldHandler->getFieldRow() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 16 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1075 | 
| 15 | cbPluginHandler->callField() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1579 | 
| 14 | cbTabs->_getSingleFieldContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1494 | 
| 13 | cbTabs->_getFieldsContents() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1227 | 
| 12 | cbTabs->_getTabContents() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:371 | 
| 11 | cbTabs->generateViewTabsContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:443 | 
| 10 | cbTabs->getViewTabs() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:410 | 
| 9 | CBuser->getProfileView() | JROOT/components/com_comprofiler/comprofiler.html.php:341 | 
| 8 | HTML_comprofiler::userProfile() | JROOT/components/com_comprofiler/comprofiler.php:624 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 7.49 ms After last query: 0.90 ms Query memory: 0.026 MB Memory before query: 11.069 MB Rows returned: 1
SELECT COUNT(*)
 
  FROM cop19_comprofiler_members AS m
 
  LEFT JOIN cop19_comprofiler AS c 
  ON m.memberid = c.id
 
  LEFT JOIN cop19_users AS u 
  ON m.memberid = u.id
 
  WHERE m.referenceid = 148
 
  AND c.approved = 1 
  AND c.confirmed = 1 
  AND c.banned = 0 
  AND u.block = 0
 
  AND m.pending = 0 
  AND m.accepted = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | m | ref | PRIMARY,pamr,aprm,membrefid | aprm | 6 | const,const,const | 1 | Using index | 
| 1 | SIMPLE | u | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | dbs10325457.m.memberid | 1 | Using where | 
| 1 | SIMPLE | c | eq_ref | PRIMARY,apprconfbanid | PRIMARY | 4 | dbs10325457.m.memberid | 1 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.08 ms | 
| Checking permissions | 0.01 ms | 
| Opening tables | 0.04 ms | 
| After opening tables | 0.01 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.01 ms | 
| Init | 0.03 ms | 
| Optimizing | 0.03 ms | 
| Statistics | 0.29 ms | 
| Preparing | 0.04 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 22 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:354 | 
| 21 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CB/Legacy/cbConnection.php:494 | 
| 20 | cbConnection->getConnectionsCount() | JROOT/components/com_comprofiler/plugin/user/plug_cbcore/library/Field/ConnectionsField.php:61 | 
| 19 | CB\Plugin\Core\Field\ConnectionsField->getField() | JROOT/libraries/CBLib/CB/Legacy/cbFieldHandler.php:101 | 
| 18 | cbFieldHandler->getFieldRow() | JROOT/components/com_comprofiler/plugin/user/plug_cbcore/library/Field/ConnectionsField.php:38 | 
| 17 | CB\Plugin\Core\Field\ConnectionsField->getFieldRow() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 16 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1075 | 
| 15 | cbPluginHandler->callField() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1579 | 
| 14 | cbTabs->_getSingleFieldContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1494 | 
| 13 | cbTabs->_getFieldsContents() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1227 | 
| 12 | cbTabs->_getTabContents() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:371 | 
| 11 | cbTabs->generateViewTabsContent() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:443 | 
| 10 | cbTabs->getViewTabs() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:410 | 
| 9 | CBuser->getProfileView() | JROOT/components/com_comprofiler/comprofiler.html.php:341 | 
| 8 | HTML_comprofiler::userProfile() | JROOT/components/com_comprofiler/comprofiler.php:624 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.68 ms After last query: 5.05 ms Query memory: 0.022 MB Memory before query: 11.161 MB Rows returned: 0
SELECT `lastview`, `lastip`
 
  FROM `cop19_comprofiler_views`
 
  WHERE `viewer_id` = 0
 
  AND `profile_id` = 148
 
  AND `lastip` = '216.73.216.15'
 
  ORDER BY `lastview` DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_comprofiler_views | const | PRIMARY,profile_id_lastview | PRIMARY | 160 | const,const,const | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.06 ms | 
| Checking permissions | 0.01 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.01 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.02 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.38 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.01 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 12 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:403 | 
| 11 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:455 | 
| 10 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/libraries/CBLib/CB/Legacy/LegacyComprofilerFunctions.php:2736 | 
| 9 | recordViewHit() | JROOT/components/com_comprofiler/comprofiler.html.php:364 | 
| 8 | HTML_comprofiler::userProfile() | JROOT/components/com_comprofiler/comprofiler.php:624 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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: 0.13 ms Query memory: 0.005 MB Memory before query: 11.167 MB
INSERT INTO `cop19_comprofiler_views`
 ( `viewer_id`, `profile_id`, `lastip`, `lastview`, `viewscount` )
 
  VALUES ( 0, 148, '216.73.216.15', '2025-11-04 12:16:48', 1 )
EXPLAIN not possible on query: INSERT INTO `cop19_comprofiler_views`
 ( `viewer_id`, `profile_id`, `lastip`, `lastview`, `viewscount` )
 VALUES ( 0, 148, '216.73.216.15', '2025-11-04 12:16:48', 1 )
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init for update | 0.01 ms | 
| Update | 0.28 ms | 
| Waiting for query cache lock | 0.01 ms | 
| Update | 0.00 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.01 ms | 
| Commit | 0.16 ms | 
| Closing tables | 0.01 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:326 | 
| 10 | CBLib\Database\Driver\CmsDatabaseDriver->query() | JROOT/libraries/CBLib/CB/Legacy/LegacyComprofilerFunctions.php:2753 | 
| 9 | recordViewHit() | JROOT/components/com_comprofiler/comprofiler.html.php:364 | 
| 8 | HTML_comprofiler::userProfile() | JROOT/components/com_comprofiler/comprofiler.php:624 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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.45 ms After last query: 0.09 ms Query memory: 0.006 MB Memory before query: 11.172 MB
UPDATE cop19_comprofiler 
  SET hits=(hits+1) 
  WHERE id=148
EXPLAIN not possible on query: UPDATE cop19_comprofiler SET hits=(hits+1) WHERE id=148
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init for update | 0.04 ms | 
| Updating | 0.09 ms | 
| End of update loop | 0.00 ms | 
| Waiting for query cache lock | 0.00 ms | 
| End of update loop | 0.04 ms | 
| Query end | 0.00 ms | 
| Commit | 0.15 ms | 
| Closing tables | 0.01 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:326 | 
| 11 | CBLib\Database\Driver\CmsDatabaseDriver->query() | JROOT/libraries/CBLib/CB/Legacy/LegacyComprofilerFunctions.php:2709 | 
| 10 | _incHits() | JROOT/libraries/CBLib/CB/Legacy/LegacyComprofilerFunctions.php:2757 | 
| 9 | recordViewHit() | JROOT/components/com_comprofiler/comprofiler.html.php:364 | 
| 8 | HTML_comprofiler::userProfile() | JROOT/components/com_comprofiler/comprofiler.php:624 | 
| 7 | userProfile() | JROOT/components/com_comprofiler/comprofiler.php:117 | 
| 6 | require_once JROOT/components/com_comprofiler/comprofiler.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: 7.19 ms Query memory: 0.020 MB Memory before query: 11.160 MB Rows returned: 0
SELECT `id`
  FROM `cop19_rstbox`
  WHERE `published` = 1 
  AND `testmode` = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_rstbox | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 23 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.01 ms | 
| Preparing | 0.02 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.15 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 | 
| 9 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:41 | 
| 8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:68 | 
| 7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 | 
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 | 
| 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: 13.76 ms After last query: 3.35 ms Query memory: 0.022 MB Memory before query: 11.686 MB Rows returned: 5
SELECT * 
  FROM `cop19_js_job_config` 
  WHERE configfor = 'jobsharing'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_js_job_config | ALL | config_for | NO INDEX KEY COULD BE USED | NULL | NULL | 408 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 5.31 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jsjobs/models/configurations.php:82 | 
| 12 | JSJobsModelConfigurations->getConfigByFor() | JROOT/components/com_jsjobs/models/common.php:339 | 
| 11 | JSJobsModelCommon->getClientAuthenticationKey() | JROOT/components/com_jsjobs/models/employer.php:27 | 
| 10 | JSJobsModelEmployer->__construct() | JROOT/components/com_jsjobs/JSApplication.php:101 | 
| 9 | JSModel::getJSModel() | JROOT/plugins/system/jsjobsregister/jsjobsregister.php:203 | 
| 8 | plgSystemJSJobsRegister->getRoleHTML() | JROOT/plugins/system/jsjobsregister/jsjobsregister.php:152 | 
| 7 | plgSystemJSJobsRegister->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 | 
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 | 
| 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.12 ms Query memory: 0.032 MB Memory before query: 11.691 MB Rows returned: 170
SELECT * 
  FROM `cop19_js_job_config` 
  WHERE configfor = 'default'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_js_job_config | ALL | config_for | NO INDEX KEY COULD BE USED | NULL | NULL | 408 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.02 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.18 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jsjobs/models/configurations.php:82 | 
| 10 | JSJobsModelConfigurations->getConfigByFor() | JROOT/components/com_jsjobs/models/employer.php:615 | 
| 9 | JSJobsModelEmployer->userCanRegisterAsEmployer() | JROOT/plugins/system/jsjobsregister/jsjobsregister.php:203 | 
| 8 | plgSystemJSJobsRegister->getRoleHTML() | JROOT/plugins/system/jsjobsregister/jsjobsregister.php:152 | 
| 7 | plgSystemJSJobsRegister->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 | 
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 | 
| 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.53 ms After last query: 0.23 ms Query memory: 0.026 MB Memory before query: 11.706 MB Rows returned: 20
SELECT `content`
  FROM `cop19_modules`
  WHERE `published` = 1 
  AND `client_id` = 0 
  AND `content` <> ''
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_modules | ref | published | published | 1 | const | 106 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.05 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.25 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 | 
| 9 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/ampz/helper.php:84 | 
| 8 | PlgSystemAmpzHelper->onAfterDispatch() | JROOT/plugins/system/ampz/ampz.php:128 | 
| 7 | plgSystemAmpz->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 | 
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 4.80 ms After last query: 82.95 ms Query memory: 0.308 MB Memory before query: 12.327 MB Rows returned: 73
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.mirror_id, am.params AS advancedparams, 0 AS menuid, m.publish_up, m.publish_down
  FROM cop19_modules AS m
  LEFT JOIN cop19_extensions AS e 
  ON e.element = m.module 
  AND e.client_id = m.client_id
  LEFT JOIN cop19_advancedmodules as am 
  ON am.moduleid = m.id
  WHERE m.published = 1 
  AND e.enabled = 1 
  AND m.access IN (1,1,5) 
  AND m.client_id = 0
  ORDER BY m.position, m.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | m | ref | published,newsfeeds | published | 1 | const | 87 | Using index condition; Using where; Using filesort | 
| 1 | SIMPLE | am | eq_ref | PRIMARY | PRIMARY | 4 | dbs10325457.m.id | 1 | Using where | 
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | dbs10325457.m.module,const | 1 | Using index condition; Using where | 
| Status | Duration | 
|---|
| Starting | 0.06 ms | 
| Checking permissions | 0.01 ms | 
| Opening tables | 0.03 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.03 ms | 
| Optimizing | 0.02 ms | 
| Statistics | 0.05 ms | 
| Preparing | 0.03 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 4.43 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 19 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:599 | 
| 18 | PlgSystemAdvancedModuleHelper->getModuleList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:159 | 
| 17 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 | 
| 16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 | 
| 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/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 | 
| 11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/wt_blank_pro/layouts/theme.config.php:26 | 
| 10 | include JROOT/templates/wt_blank_pro/layouts/theme.config.php | JROOT/templates/wt_blank_pro/layouts/theme.php:10 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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: 403.60 ms After last query: 36.35 ms Query memory: 0.487 MB Memory before query: 14.944 MB Rows returned: 36
SELECT  a.*, c.name as category_title,
						c.id as categoryid, c.alias as categoryalias, c.params as categoryparams, c.image as category_image 
  FROM cop19_k2_items as a 
  LEFT JOIN cop19_k2_categories c 
  ON c.id = a.catid 
  WHERE a.published = 1 
  AND a.access IN(1,1,5) 
  AND a.trash = 0 
  AND c.published = 1 
  AND c.access IN(1,1,5) 
  AND c.trash = 0  
  AND ( a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-11-04 12:16:48' ) 
  AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-11-04 12:16:48' ) 
  AND a.language IN ('en-GB','*') 
  AND c.language IN ('en-GB','*') 
  AND  a.catid IN("95") 
  ORDER BY created desc 
  LIMIT 36
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | a | index_merge | access,catid,item,language,published,publish_down,publish_up,trash | published,trash,catid | 2,2,4 | NULL | 2868 | Using intersect(published,trash,catid); Using where; Using filesort | 
| 1 | SIMPLE | c | eq_ref | PRIMARY,access,category,language,published,trash | PRIMARY | 4 | dbs10325457.a.catid | 1 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.08 ms | 
| Checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.01 ms | 
| Init | 0.06 ms | 
| Optimizing | 0.03 ms | 
| Statistics | 0.67 ms | 
| Preparing | 0.11 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| Creating sort index | 402.44 ms | 
| End of update loop | 0.02 ms | 
| Query end | 0.00 ms | 
| Commit | 0.01 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 11.02 ms | 
| Reset for next command | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 17 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_bt_contentslider/classes/k2.php:203 | 
| 16 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 15 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 14 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 13 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 12 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/layouts/theme.config.php:72 | 
| 10 | include JROOT/templates/wt_blank_pro/layouts/theme.config.php | JROOT/templates/wt_blank_pro/layouts/theme.php:10 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 | 
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 | 
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 | 
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 | 
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 | 
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 2.48 ms After last query: 46.54 ms Query memory: 0.323 MB Memory before query: 15.603 MB Rows returned: 104
SELECT f.* 
  FROM cop19_comprofiler_fields f
 
  INNER JOIN cop19_comprofiler_tabs AS t 
  ON (f.tabid = t.tabid)
 
  WHERE f.published = 1
 
  ORDER BY t.position, t.ordering, f.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | f | ref | tabid_pub_prof_order,published_ordering | published_ordering | 1 | const | 118 | Using where; Using temporary; Using filesort | 
| 1 | SIMPLE | t | eq_ref | PRIMARY | PRIMARY | 4 | dbs10325457.f.tabid | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.04 ms | 
| Checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.02 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.06 ms | 
| Preparing | 0.02 ms | 
| Creating tmp table | 0.03 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 1.25 ms | 
| Creating sort index | 0.56 ms | 
| Removing tmp table | 0.26 ms | 
| Creating sort index | 0.01 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 25 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:403 | 
| 24 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:455 | 
| 23 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/libraries/CBLib/CB/Legacy/cbTabs.php:1160 | 
| 22 | cbTabs->_getTabFieldsDb() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:332 | 
| 21 | CBuser->getField() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:1144 | 
| 20 | CBuser->{closure}() | Same as call in the line below. | 
| 19 | preg_replace_callback() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:1195 | 
| 18 | CBuser->evaluateFields() | JROOT/libraries/CBLib/CB/Legacy/CBuser.php:661 | 
| 17 | CBuser->replaceUserVars() | JROOT/modules/mod_cblogin/mod_cblogin.php:136 | 
| 16 | include JROOT/modules/mod_cblogin/mod_cblogin.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 | 
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 | 
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 | 
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 | 
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 | 
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 1.10 ms After last query: 11.99 ms Query memory: 0.029 MB Memory before query: 17.166 MB Rows returned: 0
SELECT `id`
 
  FROM `cop19_menu`
 
  WHERE ( `link` LIKE 'index.php?option=com_comprofiler&view=pluginclass&plugin=cbconnect%' OR `link` LIKE 'index.php?option=com_comprofiler&task=pluginclass&plugin=cbconnect%' )
 
  AND `published` = 1
 
  AND `access` IN  (1, 5) 
 
  AND `language` IN ( 'en-GB', '*', '' )
 
  AND `client_id` = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_menu | ref | idx_client_id_parent_id_alias_language,idx_language | idx_client_id_parent_id_alias_language | 1 | const | 215 | Using index condition; Using where | 
| Status | Duration | 
|---|
| Starting | 0.04 ms | 
| Checking permissions | 0.01 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.03 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.09 ms | 
| Preparing | 0.02 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.79 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 27 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:354 | 
| 26 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CB/Legacy/LegacyFoundationFunctions.php:207 | 
| 25 | getCBprofileItemid() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:984 | 
| 24 | CBframework->viewUrl() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:1114 | 
| 23 | CBframework->pluginClassUrl() | JROOT/components/com_comprofiler/plugin/user/plug_cbconnect/library/Provider.php:639 | 
| 22 | CB\Plugin\Connect\Provider->renderButton() | JROOT/components/com_comprofiler/plugin/user/plug_cbconnect/library/Trigger/ButtonTrigger.php:36 | 
| 21 | CB\Plugin\Connect\Trigger\ButtonTrigger->getLoginButtons() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 20 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1292 | 
| 19 | cbPluginHandler->trigger() | JROOT/modules/mod_cblogin/helper.php:203 | 
| 18 | modCBLoginHelper::getPlugins() | JROOT/modules/mod_cblogin/tmpl/bootstrap.php:19 | 
| 17 | require JROOT/modules/mod_cblogin/tmpl/bootstrap.php | JROOT/modules/mod_cblogin/mod_cblogin.php:236 | 
| 16 | include JROOT/modules/mod_cblogin/mod_cblogin.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.54 ms After last query: 0.15 ms Query memory: 0.109 MB Memory before query: 17.184 MB Rows returned: 38
SELECT *, CONCAT_WS( "/", `folder`, `element` ) AS lookup
 
  FROM `cop19_comprofiler_plugin`
 
  WHERE `published` = 1
 
  AND `viewaccesslevel` IN (1,5)
 
  ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_comprofiler_plugin | ref | idx_folder,published_ordering | published_ordering | 1 | const | 38 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.02 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.06 ms | 
| Preparing | 0.02 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.24 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 37 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 36 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:403 | 
| 35 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:455 | 
| 34 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:181 | 
| 33 | cbPluginHandler->loadPluginGroup() | JROOT/components/com_comprofiler/router.php:168 | 
| 32 | ComprofilerRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 | 
| 31 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 | 
| 30 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 | 
| 29 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 | 
| 28 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 | 
| 27 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 | 
| 26 | Joomla\CMS\Router\Route::_() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:672 | 
| 25 | CBframework->cbSef() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:984 | 
| 24 | CBframework->viewUrl() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:1114 | 
| 23 | CBframework->pluginClassUrl() | JROOT/components/com_comprofiler/plugin/user/plug_cbconnect/library/Provider.php:639 | 
| 22 | CB\Plugin\Connect\Provider->renderButton() | JROOT/components/com_comprofiler/plugin/user/plug_cbconnect/library/Trigger/ButtonTrigger.php:36 | 
| 21 | CB\Plugin\Connect\Trigger\ButtonTrigger->getLoginButtons() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 20 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1292 | 
| 19 | cbPluginHandler->trigger() | JROOT/modules/mod_cblogin/helper.php:203 | 
| 18 | modCBLoginHelper::getPlugins() | JROOT/modules/mod_cblogin/tmpl/bootstrap.php:19 | 
| 17 | require JROOT/modules/mod_cblogin/tmpl/bootstrap.php | JROOT/modules/mod_cblogin/mod_cblogin.php:236 | 
| 16 | include JROOT/modules/mod_cblogin/mod_cblogin.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.80 ms After last query: 24.62 ms Query memory: 0.027 MB Memory before query: 17.621 MB Rows returned: 1
SELECT `id`
 
  FROM `cop19_menu`
 
  WHERE ( `link` LIKE 'index.php?option=com_comprofiler&view=login%' OR `link` LIKE 'index.php?option=com_comprofiler&task=login%' )
 
  AND `published` = 1
 
  AND `access` IN  (1, 5) 
 
  AND `language` IN ( 'en-GB', '*', '' )
 
  AND `client_id` = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_menu | ref | idx_client_id_parent_id_alias_language,idx_language | idx_client_id_parent_id_alias_language | 1 | const | 215 | Using index condition; Using where | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.01 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.02 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.04 ms | 
| Preparing | 0.02 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.56 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 21 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:354 | 
| 20 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CB/Legacy/LegacyFoundationFunctions.php:207 | 
| 19 | getCBprofileItemid() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:984 | 
| 18 | CBframework->viewUrl() | JROOT/modules/mod_cblogin/tmpl/bootstrap.php:20 | 
| 17 | require JROOT/modules/mod_cblogin/tmpl/bootstrap.php | JROOT/modules/mod_cblogin/mod_cblogin.php:236 | 
| 16 | include JROOT/modules/mod_cblogin/mod_cblogin.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.79 ms After last query: 2.00 ms Query memory: 0.027 MB Memory before query: 17.636 MB Rows returned: 1
SELECT `id`
 
  FROM `cop19_menu`
 
  WHERE ( `link` LIKE 'index.php?option=com_comprofiler&view=lostpassword%' OR `link` LIKE 'index.php?option=com_comprofiler&task=lostpassword%' )
 
  AND `published` = 1
 
  AND `access` IN  (1, 5) 
 
  AND `language` IN ( 'en-GB', '*', '' )
 
  AND `client_id` = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_menu | ref | idx_client_id_parent_id_alias_language,idx_language | idx_client_id_parent_id_alias_language | 1 | const | 215 | Using index condition; Using where | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.02 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.04 ms | 
| Preparing | 0.02 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.55 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.02 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 21 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:354 | 
| 20 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CB/Legacy/LegacyFoundationFunctions.php:207 | 
| 19 | getCBprofileItemid() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:984 | 
| 18 | CBframework->viewUrl() | JROOT/modules/mod_cblogin/tmpl/bootstrap.php:185 | 
| 17 | require JROOT/modules/mod_cblogin/tmpl/bootstrap.php | JROOT/modules/mod_cblogin/mod_cblogin.php:236 | 
| 16 | include JROOT/modules/mod_cblogin/mod_cblogin.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.74 ms After last query: 0.17 ms Query memory: 0.027 MB Memory before query: 17.649 MB Rows returned: 1
SELECT `id`
 
  FROM `cop19_menu`
 
  WHERE ( `link` LIKE 'index.php?option=com_comprofiler&view=registers%' OR `link` LIKE 'index.php?option=com_comprofiler&task=registers%' )
 
  AND `published` = 1
 
  AND `access` IN  (1, 5) 
 
  AND `language` IN ( 'en-GB', '*', '' )
 
  AND `client_id` = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_menu | ref | idx_client_id_parent_id_alias_language,idx_language | idx_client_id_parent_id_alias_language | 1 | const | 215 | Using index condition; Using where | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.02 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.04 ms | 
| Preparing | 0.02 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.52 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 21 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:354 | 
| 20 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CB/Legacy/LegacyFoundationFunctions.php:207 | 
| 19 | getCBprofileItemid() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:984 | 
| 18 | CBframework->viewUrl() | JROOT/modules/mod_cblogin/tmpl/bootstrap.php:200 | 
| 17 | require JROOT/modules/mod_cblogin/tmpl/bootstrap.php | JROOT/modules/mod_cblogin/mod_cblogin.php:236 | 
| 16 | include JROOT/modules/mod_cblogin/mod_cblogin.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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: 13.32 ms After last query: 3.05 ms Query memory: 0.370 MB Memory before query: 17.718 MB Rows returned: 15
SELECT  a.*, c.name as category_title,
						c.id as categoryid, c.alias as categoryalias, c.params as categoryparams, c.image as category_image 
  FROM cop19_k2_items as a 
  LEFT JOIN cop19_k2_categories c 
  ON c.id = a.catid 
  WHERE a.published = 1 
  AND a.access IN(1,1,5) 
  AND a.trash = 0 
  AND c.published = 1 
  AND c.access IN(1,1,5) 
  AND c.trash = 0  
  AND ( a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-11-04 12:16:48' ) 
  AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-11-04 12:16:48' ) 
  AND a.language IN ('en-GB','*') 
  AND c.language IN ('en-GB','*') 
  AND  a.catid IN("3") 
  ORDER BY publish_up desc 
  LIMIT 15
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | a | index_merge | access,catid,item,language,published,publish_down,publish_up,trash | catid,published,trash | 4,2,2 | NULL | 163 | Using intersect(catid,published,trash); Using where; Using filesort | 
| 1 | SIMPLE | c | eq_ref | PRIMARY,access,category,language,published,trash | PRIMARY | 4 | dbs10325457.a.catid | 1 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.06 ms | 
| Checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.04 ms | 
| Optimizing | 0.03 ms | 
| Statistics | 0.79 ms | 
| Preparing | 0.10 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| Creating sort index | 12.00 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 4.36 ms | 
| Reset for next command | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 19 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_bt_contentslider/classes/k2.php:203 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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: 8.66 ms After last query: 4.14 ms Query memory: 0.214 MB Memory before query: 17.788 MB Rows returned: 20
SELECT  a.*, c.name as category_title,
						c.id as categoryid, c.alias as categoryalias, c.params as categoryparams, c.image as category_image 
  FROM cop19_k2_items as a 
  LEFT JOIN cop19_k2_categories c 
  ON c.id = a.catid 
  WHERE a.published = 1 
  AND a.access IN(1,1,5) 
  AND a.trash = 0 
  AND c.published = 1 
  AND c.access IN(1,1,5) 
  AND c.trash = 0  
  AND ( a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-11-04 12:16:48' ) 
  AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-11-04 12:16:48' ) 
  AND a.language IN ('en-GB','*') 
  AND c.language IN ('en-GB','*') 
  AND  a.catid IN("97") 
  ORDER BY created desc 
  LIMIT 20
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | a | index_merge | access,catid,item,language,published,publish_down,publish_up,trash | catid,published,trash | 4,2,2 | NULL | 19 | Using intersect(catid,published,trash); Using where; Using filesort | 
| 1 | SIMPLE | c | eq_ref | PRIMARY,access,category,language,published,trash | PRIMARY | 4 | dbs10325457.a.catid | 1 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.06 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.04 ms | 
| Optimizing | 0.03 ms | 
| Statistics | 0.21 ms | 
| Preparing | 0.02 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| Creating sort index | 8.14 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 5.03 ms | 
| Reset for next command | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 19 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_bt_contentslider/classes/k2.php:203 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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: 30.54 ms After last query: 4.98 ms Query memory: 4.136 MB Memory before query: 17.876 MB Rows returned: 20
SELECT  a.*, c.name as category_title,
						c.id as categoryid, c.alias as categoryalias, c.params as categoryparams, c.image as category_image 
  FROM cop19_k2_items as a 
  LEFT JOIN cop19_k2_categories c 
  ON c.id = a.catid 
  WHERE a.published = 1 
  AND a.access IN(1,1,5) 
  AND a.trash = 0 
  AND c.published = 1 
  AND c.access IN(1,1,5) 
  AND c.trash = 0  
  AND ( a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-11-04 12:16:48' ) 
  AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-11-04 12:16:48' ) 
  AND a.language IN ('en-GB','*') 
  AND c.language IN ('en-GB','*') 
  AND  a.catid IN("2") 
  ORDER BY created desc 
  LIMIT 20
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | a | index_merge | access,catid,item,language,published,publish_down,publish_up,trash | catid,published,trash | 4,2,2 | NULL | 92 | Using intersect(catid,published,trash); Using where; Using filesort | 
| 1 | SIMPLE | c | eq_ref | PRIMARY,access,category,language,published,trash | PRIMARY | 4 | dbs10325457.a.catid | 1 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.05 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.04 ms | 
| Optimizing | 0.03 ms | 
| Statistics | 0.16 ms | 
| Preparing | 0.09 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| Creating sort index | 30.02 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 7.12 ms | 
| Reset for next command | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 19 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_bt_contentslider/classes/k2.php:203 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.28 ms After last query: 7.08 ms Query memory: 0.027 MB Memory before query: 17.962 MB Rows returned: 12
SELECT id 
  FROM cop19_k2_categories 
  WHERE parent = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_k2_categories | ref | parent | parent | 5 | const | 12 | Using index | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.05 ms | 
| Preparing | 0.02 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.03 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 | 
| 20 | JDatabaseDriver->loadColumn() | JROOT/modules/mod_bt_contentslider/classes/k2.php:332 | 
| 19 | BtK2DataSource->getCategoryIds() | JROOT/modules/mod_bt_contentslider/classes/k2.php:191 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 | 
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 | 
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 | 
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 | 
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 | 
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 2.50 ms After last query: 0.06 ms Query memory: 0.245 MB Memory before query: 17.975 MB Rows returned: 20
SELECT  a.*, c.name as category_title,
						c.id as categoryid, c.alias as categoryalias, c.params as categoryparams, c.image as category_image 
  FROM cop19_k2_items as a 
  LEFT JOIN cop19_k2_categories c 
  ON c.id = a.catid 
  WHERE a.published = 1 
  AND a.access IN(1,1,5) 
  AND a.trash = 0 
  AND c.published = 1 
  AND c.access IN(1,1,5) 
  AND c.trash = 0  
  AND ( a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-11-04 12:16:48' ) 
  AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-11-04 12:16:48' ) 
  AND a.language IN ('en-GB','*') 
  AND c.language IN ('en-GB','*') 
  AND  a.catid IN("1","98","99","100","101","102","104","105","106","107","108","109","111") 
  ORDER BY created desc 
  LIMIT 20
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | a | range | access,catid,item,language,published,publish_down,publish_up,trash | catid | 4 | NULL | 45 | Using index condition; Using where; Using filesort | 
| 1 | SIMPLE | c | eq_ref | PRIMARY,access,category,language,published,trash | PRIMARY | 4 | dbs10325457.a.catid | 1 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.07 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.04 ms | 
| Optimizing | 0.03 ms | 
| Statistics | 0.66 ms | 
| Preparing | 0.13 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 1.44 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.64 ms | 
| Reset for next command | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 19 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_bt_contentslider/classes/k2.php:203 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.30 ms After last query: 0.60 ms Query memory: 0.028 MB Memory before query: 18.219 MB Rows returned: 16
SELECT id, name, parent 
  FROM cop19_k2_categories 
  WHERE published=1 
  AND trash=0 
  AND access IN(1,1,5) 
  ORDER BY parent
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_k2_categories | ref | access,category,published,trash | trash | 2 | const | 16 | Using where; Using filesort | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.01 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 0.10 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.50 ms | 
| Reset for next command | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/itemlist.php:897 | 
| 21 | K2ModelItemlist->getCategoriesTree() | JROOT/components/com_k2/helpers/route.php:252 | 
| 20 | K2HelperRoute::_findItem() | JROOT/components/com_k2/helpers/route.php:39 | 
| 19 | K2HelperRoute::getItemRoute() | JROOT/modules/mod_bt_contentslider/classes/k2.php:211 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.23 ms After last query: 0.46 ms Query memory: 0.028 MB Memory before query: 18.244 MB Rows returned: 1
SELECT *
  FROM `cop19_users`
  WHERE `id` = 1711
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_users | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.01 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.06 ms | 
| Preparing | 0.00 ms | 
| Unlocking tables | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.15 ms | 
| Reset for next command | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 | 
| 24 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 | 
| 23 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 | 
| 22 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 | 
| 21 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 | 
| 20 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 | 
| 19 | Joomla\CMS\Factory::getUser() | JROOT/modules/mod_bt_contentslider/classes/k2.php:251 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 | 
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 | 
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 | 
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 | 
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 | 
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.26 ms After last query: 0.10 ms Query memory: 0.028 MB Memory before query: 18.259 MB Rows returned: 1
SELECT `g`.`id`,`g`.`title`
  FROM `cop19_usergroups` AS g
  INNER JOIN `cop19_user_usergroup_map` AS m 
  ON m.group_id = g.id
  WHERE `m`.`user_id` = 1711
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index | 
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | dbs10325457.m.group_id | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.02 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.06 ms | 
| Preparing | 0.02 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.04 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.95 ms | 
| Reset for next command | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 24 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 | 
| 23 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 | 
| 22 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 | 
| 21 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 | 
| 20 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 | 
| 19 | Joomla\CMS\Factory::getUser() | JROOT/modules/mod_bt_contentslider/classes/k2.php:251 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.20 ms After last query: 0.91 ms Query memory: 0.028 MB Memory before query: 18.274 MB Rows returned: 1
SELECT *
  FROM `cop19_users`
  WHERE `id` = 1707
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_users | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.01 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.02 ms | 
| Preparing | 0.00 ms | 
| Unlocking tables | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 | 
| 24 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 | 
| 23 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 | 
| 22 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 | 
| 21 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 | 
| 20 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 | 
| 19 | Joomla\CMS\Factory::getUser() | JROOT/modules/mod_bt_contentslider/classes/k2.php:251 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.21 ms After last query: 0.09 ms Query memory: 0.028 MB Memory before query: 18.289 MB Rows returned: 2
SELECT `g`.`id`,`g`.`title`
  FROM `cop19_usergroups` AS g
  INNER JOIN `cop19_user_usergroup_map` AS m 
  ON m.group_id = g.id
  WHERE `m`.`user_id` = 1707
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 2 | Using index | 
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | dbs10325457.m.group_id | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 24 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 | 
| 23 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 | 
| 22 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 | 
| 21 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 | 
| 20 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 | 
| 19 | Joomla\CMS\Factory::getUser() | JROOT/modules/mod_bt_contentslider/classes/k2.php:251 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 | 
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 | 
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 | 
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 | 
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 | 
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.26 ms After last query: 0.91 ms Query memory: 0.028 MB Memory before query: 18.305 MB Rows returned: 1
SELECT *
  FROM `cop19_users`
  WHERE `id` = 182
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_users | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.00 ms | 
| Unlocking tables | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.05 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 | 
| 24 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 | 
| 23 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 | 
| 22 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 | 
| 21 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 | 
| 20 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 | 
| 19 | Joomla\CMS\Factory::getUser() | JROOT/modules/mod_bt_contentslider/classes/k2.php:251 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.23 ms After last query: 0.09 ms Query memory: 0.028 MB Memory before query: 18.320 MB Rows returned: 3
SELECT `g`.`id`,`g`.`title`
  FROM `cop19_usergroups` AS g
  INNER JOIN `cop19_user_usergroup_map` AS m 
  ON m.group_id = g.id
  WHERE `m`.`user_id` = 182
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 3 | Using index | 
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | dbs10325457.m.group_id | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.04 ms | 
| Preparing | 0.02 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.03 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 24 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 | 
| 23 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 | 
| 22 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 | 
| 21 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 | 
| 20 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 | 
| 19 | Joomla\CMS\Factory::getUser() | JROOT/modules/mod_bt_contentslider/classes/k2.php:251 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.21 ms After last query: 0.77 ms Query memory: 0.029 MB Memory before query: 18.336 MB Rows returned: 1
SELECT *
  FROM `cop19_users`
  WHERE `id` = 1302
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_users | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.00 ms | 
| Unlocking tables | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 | 
| 25 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 | 
| 24 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 | 
| 23 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 | 
| 22 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 | 
| 21 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 | 
| 20 | Joomla\CMS\Factory::getUser() | JROOT/components/com_k2/helpers/route.php:84 | 
| 19 | K2HelperRoute::getUserRoute() | JROOT/modules/mod_bt_contentslider/classes/k2.php:254 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.21 ms After last query: 0.08 ms Query memory: 0.028 MB Memory before query: 18.352 MB Rows returned: 1
SELECT `g`.`id`,`g`.`title`
  FROM `cop19_usergroups` AS g
  INNER JOIN `cop19_user_usergroup_map` AS m 
  ON m.group_id = g.id
  WHERE `m`.`user_id` = 1302
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index | 
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | dbs10325457.m.group_id | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 25 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 | 
| 24 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 | 
| 23 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 | 
| 22 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 | 
| 21 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 | 
| 20 | Joomla\CMS\Factory::getUser() | JROOT/components/com_k2/helpers/route.php:84 | 
| 19 | K2HelperRoute::getUserRoute() | JROOT/modules/mod_bt_contentslider/classes/k2.php:254 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.21 ms After last query: 11.29 ms Query memory: 0.028 MB Memory before query: 18.367 MB Rows returned: 1
SELECT *
  FROM `cop19_users`
  WHERE `id` = 1541
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_users | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.00 ms | 
| Unlocking tables | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 | 
| 24 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 | 
| 23 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 | 
| 22 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 | 
| 21 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 | 
| 20 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 | 
| 19 | Joomla\CMS\Factory::getUser() | JROOT/modules/mod_bt_contentslider/classes/k2.php:251 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 | 
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 | 
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 | 
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 | 
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 | 
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.22 ms After last query: 0.09 ms Query memory: 0.028 MB Memory before query: 18.382 MB Rows returned: 1
SELECT `g`.`id`,`g`.`title`
  FROM `cop19_usergroups` AS g
  INNER JOIN `cop19_user_usergroup_map` AS m 
  ON m.group_id = g.id
  WHERE `m`.`user_id` = 1541
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index | 
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | dbs10325457.m.group_id | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.02 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 24 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 | 
| 23 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 | 
| 22 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 | 
| 21 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 | 
| 20 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 | 
| 19 | Joomla\CMS\Factory::getUser() | JROOT/modules/mod_bt_contentslider/classes/k2.php:251 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.20 ms After last query: 1.29 ms Query memory: 0.029 MB Memory before query: 18.397 MB Rows returned: 1
SELECT *
  FROM `cop19_users`
  WHERE `id` = 1446
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_users | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.00 ms | 
| Unlocking tables | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 | 
| 25 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 | 
| 24 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 | 
| 23 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 | 
| 22 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 | 
| 21 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 | 
| 20 | Joomla\CMS\Factory::getUser() | JROOT/components/com_k2/helpers/route.php:84 | 
| 19 | K2HelperRoute::getUserRoute() | JROOT/modules/mod_bt_contentslider/classes/k2.php:254 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.20 ms After last query: 0.09 ms Query memory: 0.028 MB Memory before query: 18.412 MB Rows returned: 1
SELECT `g`.`id`,`g`.`title`
  FROM `cop19_usergroups` AS g
  INNER JOIN `cop19_user_usergroup_map` AS m 
  ON m.group_id = g.id
  WHERE `m`.`user_id` = 1446
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index | 
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | dbs10325457.m.group_id | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.02 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 25 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 | 
| 24 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 | 
| 23 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 | 
| 22 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 | 
| 21 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 | 
| 20 | Joomla\CMS\Factory::getUser() | JROOT/components/com_k2/helpers/route.php:84 | 
| 19 | K2HelperRoute::getUserRoute() | JROOT/modules/mod_bt_contentslider/classes/k2.php:254 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.20 ms After last query: 0.82 ms Query memory: 0.028 MB Memory before query: 18.427 MB Rows returned: 1
SELECT *
  FROM `cop19_users`
  WHERE `id` = 1383
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_users | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.04 ms | 
| Preparing | 0.00 ms | 
| Unlocking tables | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 | 
| 24 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 | 
| 23 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 | 
| 22 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 | 
| 21 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 | 
| 20 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 | 
| 19 | Joomla\CMS\Factory::getUser() | JROOT/modules/mod_bt_contentslider/classes/k2.php:251 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.20 ms After last query: 0.08 ms Query memory: 0.028 MB Memory before query: 18.442 MB Rows returned: 1
SELECT `g`.`id`,`g`.`title`
  FROM `cop19_usergroups` AS g
  INNER JOIN `cop19_user_usergroup_map` AS m 
  ON m.group_id = g.id
  WHERE `m`.`user_id` = 1383
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index | 
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | dbs10325457.m.group_id | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 24 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 | 
| 23 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 | 
| 22 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 | 
| 21 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 | 
| 20 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 | 
| 19 | Joomla\CMS\Factory::getUser() | JROOT/modules/mod_bt_contentslider/classes/k2.php:251 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 | 
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 | 
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 | 
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 | 
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 | 
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.22 ms After last query: 3.43 ms Query memory: 0.028 MB Memory before query: 18.469 MB Rows returned: 1
SELECT *
  FROM `cop19_users`
  WHERE `id` = 71
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_users | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.00 ms | 
| Unlocking tables | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 | 
| 24 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 | 
| 23 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 | 
| 22 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 | 
| 21 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 | 
| 20 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 | 
| 19 | Joomla\CMS\Factory::getUser() | JROOT/modules/mod_bt_contentslider/classes/k2.php:251 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.20 ms After last query: 0.09 ms Query memory: 0.028 MB Memory before query: 18.484 MB Rows returned: 5
SELECT `g`.`id`,`g`.`title`
  FROM `cop19_usergroups` AS g
  INNER JOIN `cop19_user_usergroup_map` AS m 
  ON m.group_id = g.id
  WHERE `m`.`user_id` = 71
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 5 | Using index | 
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | dbs10325457.m.group_id | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 24 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 | 
| 23 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 | 
| 22 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 | 
| 21 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 | 
| 20 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 | 
| 19 | Joomla\CMS\Factory::getUser() | JROOT/modules/mod_bt_contentslider/classes/k2.php:251 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.27 ms After last query: 0.80 ms Query memory: 0.028 MB Memory before query: 18.500 MB Rows returned: 1
SELECT *
  FROM `cop19_users`
  WHERE `id` = 479
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_users | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.00 ms | 
| Unlocking tables | 0.07 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.01 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 | 
| 24 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 | 
| 23 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 | 
| 22 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 | 
| 21 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 | 
| 20 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 | 
| 19 | Joomla\CMS\Factory::getUser() | JROOT/modules/mod_bt_contentslider/classes/k2.php:251 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.24 ms After last query: 0.08 ms Query memory: 0.028 MB Memory before query: 18.515 MB Rows returned: 1
SELECT `g`.`id`,`g`.`title`
  FROM `cop19_usergroups` AS g
  INNER JOIN `cop19_user_usergroup_map` AS m 
  ON m.group_id = g.id
  WHERE `m`.`user_id` = 479
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index | 
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | dbs10325457.m.group_id | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.06 ms | 
| Preparing | 0.02 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 24 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 | 
| 23 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 | 
| 22 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 | 
| 21 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 | 
| 20 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 | 
| 19 | Joomla\CMS\Factory::getUser() | JROOT/modules/mod_bt_contentslider/classes/k2.php:251 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.21 ms After last query: 4.61 ms Query memory: 0.028 MB Memory before query: 18.545 MB Rows returned: 1
SELECT *
  FROM `cop19_users`
  WHERE `id` = 972
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_users | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.00 ms | 
| Unlocking tables | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 | 
| 24 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 | 
| 23 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 | 
| 22 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 | 
| 21 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 | 
| 20 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 | 
| 19 | Joomla\CMS\Factory::getUser() | JROOT/modules/mod_bt_contentslider/classes/k2.php:251 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.21 ms After last query: 0.09 ms Query memory: 0.028 MB Memory before query: 18.560 MB Rows returned: 1
SELECT `g`.`id`,`g`.`title`
  FROM `cop19_usergroups` AS g
  INNER JOIN `cop19_user_usergroup_map` AS m 
  ON m.group_id = g.id
  WHERE `m`.`user_id` = 972
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index | 
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | dbs10325457.m.group_id | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 24 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 | 
| 23 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 | 
| 22 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 | 
| 21 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 | 
| 20 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 | 
| 19 | Joomla\CMS\Factory::getUser() | JROOT/modules/mod_bt_contentslider/classes/k2.php:251 | 
| 18 | BtK2DataSource->getList() | JROOT/modules/mod_bt_contentslider/helpers/helper.php:69 | 
| 17 | modBtContentSliderHelper::getList() | JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php:21 | 
| 16 | include JROOT/modules/mod_bt_contentslider/mod_bt_contentslider.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 | 
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 | 
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 | 
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 | 
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 | 
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 1.15 ms After last query: 2.51 ms Query memory: 0.027 MB Memory before query: 18.353 MB Rows returned: 3
SELECT g.*, c.`name` AS _category_name, NULL AS _user_status, NULL AS _invite_id, ( SELECT COUNT(*)
 
  FROM `cop19_groupjive_users` AS uc
 
  LEFT JOIN `cop19_comprofiler` AS uccb 
  ON uccb.`id` = uc.`user_id`
 
  LEFT JOIN `cop19_users` AS ucj 
  ON ucj.`id` = uc.`user_id`
 
  WHERE uc.`
  group` = g.`id`
 
  AND uccb.`approved` = 1
 
  AND uccb.`confirmed` = 1
 
  AND ucj.`block` = 0
 
  AND uc.`status` >= 1 ) AS _users
 
  FROM `cop19_groupjive_groups` AS g
 
  LEFT JOIN `cop19_comprofiler` AS cb 
  ON cb.`id` = g.`user_id`
 
  LEFT JOIN `cop19_users` AS j 
  ON j.`id` = g.`user_id`
 
  LEFT JOIN `cop19_groupjive_categories` AS c 
  ON c.`id` = g.`category`
 
  WHERE cb.`approved` = 1
 
  AND cb.`confirmed` = 1
 
  AND j.`block` = 0
 
  AND g.`published` = 1
 
  AND g.`type` != 3
 
  AND ( ( c.`published` = 1 
  AND c.`access` IN  (1, 5)  ) OR g.`category` = 0 )
 
  ORDER BY g.`date` DESC 
  LIMIT 0, 10
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | PRIMARY | g | ALL | category,groups,tab,type | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | Using where; Using filesort | 
| 1 | PRIMARY | c | eq_ref | PRIMARY | PRIMARY | 4 | dbs10325457.g.category | 1 | Using where | 
| 1 | PRIMARY | j | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | dbs10325457.g.user_id | 1 | Using where | 
| 1 | PRIMARY | cb | eq_ref | PRIMARY,apprconfbanid | PRIMARY | 4 | dbs10325457.g.user_id | 1 | Using where | 
| 2 | DEPENDENT SUBQUERY | uc | ref | status,users | users | 4 | dbs10325457.g.id | 5 | Using index condition | 
| 2 | DEPENDENT SUBQUERY | ucj | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | dbs10325457.uc.user_id | 1 | Using where | 
| 2 | DEPENDENT SUBQUERY | uccb | eq_ref | PRIMARY,apprconfbanid | PRIMARY | 4 | dbs10325457.uc.user_id | 1 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.09 ms | 
| Checking permissions | 0.01 ms | 
| Opening tables | 0.04 ms | 
| After opening tables | 0.01 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.04 ms | 
| Optimizing | 0.02 ms | 
| Statistics | 0.12 ms | 
| Preparing | 0.03 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.03 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 0.11 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.08 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.13 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.27 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Removing tmp table | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 19 | JDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:403 | 
| 18 | CBLib\Database\Driver\CmsDatabaseDriver->loadAssocList() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:455 | 
| 17 | CBLib\Database\Driver\CmsDatabaseDriver->loadObjectList() | JROOT/modules/mod_cbgroupjive/mod_cbgroupjive.php:512 | 
| 16 | include JROOT/modules/mod_cbgroupjive/mod_cbgroupjive.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.97 ms After last query: 1.14 ms Query memory: 0.028 MB Memory before query: 18.386 MB Rows returned: 7
SELECT `id`
 
  FROM `cop19_menu`
 
  WHERE ( `link` LIKE 'index.php?option=com_comprofiler&view=pluginclass&plugin=cbgroupjive%' OR `link` LIKE 'index.php?option=com_comprofiler&task=pluginclass&plugin=cbgroupjive%' )
 
  AND `published` = 1
 
  AND `access` IN  (1, 5) 
 
  AND `language` IN ( 'en-GB', '*', '' )
 
  AND `client_id` = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_menu | ref | idx_client_id_parent_id_alias_language,idx_language | idx_client_id_parent_id_alias_language | 1 | const | 215 | Using index condition; Using where | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.02 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.01 ms | 
| Init | 0.02 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.08 ms | 
| Preparing | 0.04 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.66 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 23 | JDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:354 | 
| 22 | CBLib\Database\Driver\CmsDatabaseDriver->loadResult() | JROOT/libraries/CBLib/CB/Legacy/LegacyFoundationFunctions.php:207 | 
| 21 | getCBprofileItemid() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:984 | 
| 20 | CBframework->viewUrl() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:1114 | 
| 19 | CBframework->pluginClassUrl() | JROOT/components/com_comprofiler/plugin/user/plug_cbgroupjive/library/Table/GroupTable.php:473 | 
| 18 | CB\Plugin\GroupJive\Table\GroupTable->canvas() | JROOT/components/com_comprofiler/plugin/user/plug_cbgroupjive/templates/default/module.php:142 | 
| 17 | HTML_groupjiveModule::showGroups() | JROOT/modules/mod_cbgroupjive/mod_cbgroupjive.php:520 | 
| 16 | include JROOT/modules/mod_cbgroupjive/mod_cbgroupjive.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.20 ms After last query: 1.67 ms Query memory: 0.034 MB Memory before query: 18.476 MB Rows returned: 1
SELECT *
 
  FROM `cop19_groupjive_categories`
 
  WHERE `id` = 4
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_groupjive_categories | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.02 ms | 
| Preparing | 0.00 ms | 
| Unlocking tables | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 37 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 | 
| 36 | JDatabaseDriver->loadAssoc() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:423 | 
| 35 | CBLib\Database\Driver\CmsDatabaseDriver->loadObject() | JROOT/libraries/CBLib/CBLib/Database/Table/Table.php:137 | 
| 34 | CBLib\Database\Table\Table->load() | JROOT/components/com_comprofiler/plugin/user/plug_cbgroupjive/library/CBGroupJive.php:910 | 
| 33 | CB\Plugin\GroupJive\CBGroupJive::getCategory() | JROOT/components/com_comprofiler/plugin/user/plug_cbgroupjive/library/Table/GroupTable.php:357 | 
| 32 | CB\Plugin\GroupJive\Table\GroupTable->category() | JROOT/components/com_comprofiler/plugin/user/plug_cbgroupjive/library/Trigger/RouterTrigger.php:122 | 
| 31 | CB\Plugin\GroupJive\Trigger\RouterTrigger->build() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 30 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1292 | 
| 29 | cbPluginHandler->trigger() | JROOT/components/com_comprofiler/router.php:169 | 
| 28 | ComprofilerRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 | 
| 27 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 | 
| 26 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 | 
| 25 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 | 
| 24 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 | 
| 23 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 | 
| 22 | Joomla\CMS\Router\Route::_() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:672 | 
| 21 | CBframework->cbSef() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:984 | 
| 20 | CBframework->viewUrl() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:1114 | 
| 19 | CBframework->pluginClassUrl() | JROOT/components/com_comprofiler/plugin/user/plug_cbgroupjive/library/Table/GroupTable.php:473 | 
| 18 | CB\Plugin\GroupJive\Table\GroupTable->canvas() | JROOT/components/com_comprofiler/plugin/user/plug_cbgroupjive/templates/default/module.php:142 | 
| 17 | HTML_groupjiveModule::showGroups() | JROOT/modules/mod_cbgroupjive/mod_cbgroupjive.php:520 | 
| 16 | include JROOT/modules/mod_cbgroupjive/mod_cbgroupjive.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.19 ms After last query: 2.30 ms Query memory: 0.034 MB Memory before query: 18.504 MB Rows returned: 1
SELECT *
 
  FROM `cop19_groupjive_categories`
 
  WHERE `id` = 6
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_groupjive_categories | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.02 ms | 
| Preparing | 0.00 ms | 
| Unlocking tables | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 37 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 | 
| 36 | JDatabaseDriver->loadAssoc() | JROOT/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php:423 | 
| 35 | CBLib\Database\Driver\CmsDatabaseDriver->loadObject() | JROOT/libraries/CBLib/CBLib/Database/Table/Table.php:137 | 
| 34 | CBLib\Database\Table\Table->load() | JROOT/components/com_comprofiler/plugin/user/plug_cbgroupjive/library/CBGroupJive.php:910 | 
| 33 | CB\Plugin\GroupJive\CBGroupJive::getCategory() | JROOT/components/com_comprofiler/plugin/user/plug_cbgroupjive/library/Table/GroupTable.php:357 | 
| 32 | CB\Plugin\GroupJive\Table\GroupTable->category() | JROOT/components/com_comprofiler/plugin/user/plug_cbgroupjive/library/Trigger/RouterTrigger.php:122 | 
| 31 | CB\Plugin\GroupJive\Trigger\RouterTrigger->build() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:879 | 
| 30 | cbPluginHandler->call() | JROOT/libraries/CBLib/CB/Legacy/cbPluginHandler.php:1292 | 
| 29 | cbPluginHandler->trigger() | JROOT/components/com_comprofiler/router.php:169 | 
| 28 | ComprofilerRouter->build() | JROOT/libraries/src/Router/SiteRouter.php:532 | 
| 27 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 | 
| 26 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 | 
| 25 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 | 
| 24 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 | 
| 23 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 | 
| 22 | Joomla\CMS\Router\Route::_() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:672 | 
| 21 | CBframework->cbSef() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:984 | 
| 20 | CBframework->viewUrl() | JROOT/libraries/CBLib/CB/Legacy/CBframework.php:1114 | 
| 19 | CBframework->pluginClassUrl() | JROOT/components/com_comprofiler/plugin/user/plug_cbgroupjive/library/Table/GroupTable.php:473 | 
| 18 | CB\Plugin\GroupJive\Table\GroupTable->canvas() | JROOT/components/com_comprofiler/plugin/user/plug_cbgroupjive/templates/default/module.php:142 | 
| 17 | HTML_groupjiveModule::showGroups() | JROOT/modules/mod_cbgroupjive/mod_cbgroupjive.php:520 | 
| 16 | include JROOT/modules/mod_cbgroupjive/mod_cbgroupjive.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 | 
| 15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 | 
| 14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 | 
| 13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php:10 | 
| 12 | include JROOT/templates/wt_blank_pro/warp/systems/joomla/layouts/widgets.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 | 
| 10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/wt_blank_pro/layouts/theme.php:190 | 
| 9 | include JROOT/templates/wt_blank_pro/layouts/theme.php | JROOT/templates/wt_blank_pro/warp/src/Warp/Helper/TemplateHelper.php:49 | 
| 8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/wt_blank_pro/index.php:16 | 
| 7 | require JROOT/templates/wt_blank_pro/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.40 ms After last query: 8.03 ms Query memory: 0.044 MB Memory before query: 18.605 MB Rows returned: 311
SELECT * 
  FROM cop19_acym_configuration
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_acym_configuration | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 311 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.00 ms | 
| Statistics | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.18 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.02 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 18 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:31 | 
| 17 | acym_loadObjectList() | JROOT/administrator/components/com_acym/classes/configuration.php:15 | 
| 16 | AcyMailing\Classes\ConfigurationClass->load() | JROOT/administrator/components/com_acym/helpers/global/global.php:35 | 
| 15 | acym_config() | JROOT/administrator/components/com_acym/libraries/object.php:14 | 
| 14 | AcyMailing\Libraries\acymObject->__construct() | JROOT/administrator/components/com_acym/classes/form.php:42 | 
| 13 | AcyMailing\Classes\FormClass->__construct() | JROOT/plugins/system/acymtriggers/acymtriggers.php:111 | 
| 12 | plgSystemAcymtriggers->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 | 
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 | 
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 | 
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 | 
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 | 
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 | 
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 | 
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 | 
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.20 ms After last query: 0.19 ms Query memory: 0.023 MB Memory before query: 18.777 MB Rows returned: 0
SELECT * 
  FROM cop19_acym_form 
  WHERE active = 1 
  AND type != 'shortcode'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_acym_form | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.02 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:31 | 
| 14 | acym_loadObjectList() | JROOT/administrator/components/com_acym/classes/form.php:112 | 
| 13 | AcyMailing\Classes\FormClass->getAllFormsToDisplay() | JROOT/plugins/system/acymtriggers/acymtriggers.php:112 | 
| 12 | plgSystemAcymtriggers->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 | 
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 | 
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 | 
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 | 
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 | 
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 | 
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 | 
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 | 
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.52 ms After last query: 0.42 ms Query memory: 0.022 MB Memory before query: 18.785 MB Rows returned: 0
SELECT *
 
  FROM cop19_jmap_metainfo
 
  WHERE `linkurl` = 'https://www.copernical.com/component/comprofiler/userprofile/148-emanuela-bevilacqua-thalesaleniaspace-com'
 
  AND `published` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_jmap_metainfo | ALL | published | NO INDEX KEY COULD BE USED | NULL | NULL | 136 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.01 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.02 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.02 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.16 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 | 
| 13 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:429 | 
| 12 | plgSystemJMap->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 | 
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 | 
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 | 
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 | 
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 | 
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 | 
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 | 
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 | 
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.18 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 18.792 MB Rows returned: 0
SELECT *
 
  FROM cop19_jmap_canonicals
 
  WHERE `linkurl` = 'https://www.copernical.com/component/comprofiler/userprofile/148-emanuela-bevilacqua-thalesaleniaspace-com'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_jmap_canonicals | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.01 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 | 
| 13 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:508 | 
| 12 | plgSystemJMap->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 | 
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 | 
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 | 
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 | 
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 | 
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 | 
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 | 
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 | 
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.19 ms After last query: 4.25 ms Query memory: 0.021 MB Memory before query: 19.152 MB Rows returned: 1
SELECT `value`
  FROM `cop19_admintools_storage`
  WHERE `key` = 'criticalfiles'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_admintools_storage | const | PRIMARY | PRIMARY | 402 | const | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| Checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.00 ms | 
| Init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.02 ms | 
| Preparing | 0.00 ms | 
| Unlocking tables | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 11 | JDatabaseDriver->loadResult() | JROOT/plugins/system/admintools/feature/criticalfiles.php:204 | 
| 10 | AtsystemFeatureCriticalfiles->load() | JROOT/plugins/system/admintools/feature/criticalfiles.php:32 | 
| 9 | AtsystemFeatureCriticalfiles->onAfterRender() | JROOT/plugins/system/admintools/admintools/main.php:308 | 
| 8 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:187 | 
| 7 | plgSystemAdmintools->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 | 
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 | 
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 | 
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.27 ms After last query: 74.08 ms Query memory: 0.020 MB Memory before query: 19.380 MB Rows returned: 0
SELECT *
 
  FROM cop19_jmap_headings
 
  WHERE `linkurl` = 'https://www.copernical.com/component/comprofiler/userprofile/148-emanuela-bevilacqua-thalesaleniaspace-com'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | cop19_jmap_headings | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.04 ms | 
| Checking permissions | 0.01 ms | 
| Opening tables | 0.02 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| Table lock | 0.01 ms | 
| Init | 0.02 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.03 ms | 
| End of update loop | 0.01 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Closing tables | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 | 
| 8 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:819 | 
| 7 | plgSystemJMap->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 | 
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 | 
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 | 
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
11 × SELECT `g`.`id`,`g`.`title` 
  FROM `cop19_usergroups` AS g 
  INNER JOIN `cop19_user_usergroup_map` AS m 
  ON m.group_id = g.id
11 × SELECT * 
  FROM `cop19_users`
6 × SELECT `id`  
  FROM `cop19_menu`
5 × SELECT * 
  FROM `cop19_admintools_storage`
5 × SELECT  a.*, c.name as category_title,       c.id as categoryid, c.alias as categoryalias, c.params as categoryparams, c.image as category_image 
  FROM cop19_k2_items as a 
  LEFT JOIN cop19_k2_categories c 
  ON c.id = a.catid
4 × SELECT *, CONCAT_WS( "/", `folder`, `element` ) AS lookup  
  FROM `cop19_comprofiler_plugin`
2 × SELECT fieldtitle, fieldlabel 
  FROM cop19_comprofiler_field_values
2 × SELECT * 
  FROM cop19_languages
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled` 
  FROM `cop19_extensions`
2 × SELECT * 
  FROM `cop19_js_job_config`
2 × SELECT f.* 
  FROM cop19_comprofiler_fields f  
  INNER JOIN cop19_comprofiler_tabs AS t 
  ON (f.tabid = t.tabid)
2 × SELECT `value` 
  FROM `cop19_admintools_storage`
2 × SELECT *  
  FROM `cop19_groupjive_categories`
1 × SELECT u.name, u.username, u.email, u.block as blocked, u.registerDate, u.lastvisitDate, ku.*    
  FROM cop19_users AS u    
  LEFT JOIN cop19_kunena_users AS ku 
  ON u.id = ku.userid
1 × SELECT `data` 
  FROM `cop19_session`
1 × SELECT * 
  FROM `cop19_kunena_configuration`
1 × SELECT f.`name`, f.`params`  
  FROM `cop19_comprofiler_fields` AS f  
  LEFT JOIN `cop19_comprofiler_tabs` AS t 
  ON t.`tabid` = f.`tabid`
1 × SELECT COUNT(*)  
  FROM `cop19_comprofiler_plugin_gallery_items` AS a  
  LEFT JOIN `cop19_comprofiler` AS cb 
  ON cb.`id` = a.`user_id`  
  LEFT JOIN `cop19_users` AS j 
  ON j.`id` = a.`user_id`
1 × SELECT MAX(time) 
  FROM cop19_session
1 × SELECT `content` 
  FROM `cop19_modules`
1 × SELECT COUNT(*)  
  FROM cop19_comprofiler_members AS m  
  LEFT JOIN cop19_comprofiler AS c 
  ON m.memberid = c.id  
  LEFT JOIN cop19_users AS u 
  ON m.memberid = u.id
1 × SELECT `lastview`, `lastip`  
  FROM `cop19_comprofiler_views`
1 × SELECT `id` 
  FROM `cop19_rstbox`
1 × SELECT * 
  FROM cop19_comprofiler_plugin p
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.mirror_id, am.params AS advancedparams, 0 AS menuid, m.publish_up, m.publish_down 
  FROM cop19_modules AS m 
  LEFT JOIN cop19_extensions AS e 
  ON e.element = m.module 
  AND e.client_id = m.client_id 
  LEFT JOIN cop19_advancedmodules as am 
  ON am.moduleid = m.id
1 × SELECT id 
  FROM cop19_k2_categories
1 × SELECT id, name, parent 
  FROM cop19_k2_categories
1 × SELECT g.*, c.`name` AS _category_name, NULL AS _user_status, NULL AS _invite_id, ( SELECT COUNT(*)  
  FROM `cop19_groupjive_users` AS uc  
  LEFT JOIN `cop19_comprofiler` AS uccb 
  ON uccb.`id` = uc.`user_id`  
  LEFT JOIN `cop19_users` AS ucj 
  ON ucj.`id` = uc.`user_id`
1 × SELECT * 
  FROM cop19_acym_configuratio
1 × SELECT * 
  FROM cop19_acym_form
1 × SELECT *  
  FROM cop19_jmap_metainfo
1 × SELECT *  
  FROM cop19_jmap_canonicals
1 × SELECT COUNT(*)  
  FROM `cop19_comprofiler_plugin_gallery_folders` AS a  
  LEFT JOIN `cop19_comprofiler` AS cb 
  ON cb.`id` = a.`user_id`  
  LEFT JOIN `cop19_users` AS j 
  ON j.`id` = a.`user_id`
1 × SELECT b.id 
  FROM cop19_user_usergroup_map AS map 
  LEFT JOIN cop19_usergroups AS a 
  ON a.id = map.group_id 
  LEFT JOIN cop19_usergroups AS b 
  ON b.lft <= a.lft 
  AND b.rgt >= a.rgt
1 × SELECT *  
  FROM `cop19_comprofiler_plugin_antispam_whitelist`
1 × SELECT `params`  
  FROM `cop19_comprofiler_plugin`
1 × SELECT id, rules 
  FROM `cop19_viewlevels
1 × SELECT b.id 
  FROM cop19_usergroups AS a 
  LEFT JOIN cop19_usergroups AS b 
  ON b.lft <= a.lft 
  AND b.rgt >= a.rgt
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id` 
  FROM cop19_extensions
1 × SELECT * 
  FROM `cop19_admintools_wafexceptions`
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 cop19_menu AS m 
  LEFT JOIN cop19_extensions AS e 
  ON m.component_id = e.extension_id
1 × SELECT * 
  FROM `cop19_admintools_ipautoban`
1 × SELECT `ip` 
  FROM `cop19_admintools_ipblock
1 × SELECT `source`,`keepurlparams` 
  FROM `cop19_admintools_redirects`
1 × SELECT id,template 
  FROM cop19_template_styles
1 × SELECT `params` 
  FROM cop19_extensions
1 × SELECT * 
  FROM `cop19_admintools_wafblacklists`
1 × SELECT *  
  FROM `cop19_comprofiler_plugin_antispam_log`
1 × SELECT id, home, template, s.params 
  FROM cop19_template_styles as s 
  LEFT JOIN cop19_extensions as e 
  ON e.element=s.template 
  AND e.type='template' 
  AND e.client_id=s.client_id
1 × SELECT DISTINCT a.* 
  FROM `cop19_ampz` AS a 
  LIMIT 2
1 × SELECT `id`,`name`,`rules`,`parent_id` 
  FROM `cop19_assets`
1 × SELECT *  
  FROM `cop19_comprofiler_plugin_autoactions`
1 × SELECT c.*, u.*  
  FROM cop19_users AS u  
  LEFT JOIN cop19_comprofiler AS c 
  ON c.id = u.id
1 × SELECT a.id 
  FROM cop19_user_usergroup_map AS map 
  LEFT JOIN cop19_usergroups AS a 
  ON a.id = map.group_id
1 × SELECT *  
  FROM `cop19_comprofiler_fields`
1 × SELECT *  
  FROM `cop19_comprofiler_plugin_privacy`
1 × SELECT `block`  
  FROM `cop19_comprofiler_plugin_privacy_blocked`
1 × SELECT `session_id` 
  FROM `cop19_session`
1 × SELECT * 
  FROM cop19_comprofiler_tabs t
1 × SELECT *  
  FROM cop19_jmap_headings