Query Time: 0.36 ms Query memory: 0.023 MB Memory before query: 4.533 MB Rows returned: 0
SELECT `data`
FROM `sakthi_session`
WHERE `session_id` = X'3966313732633765353438316637396439316335383030333766306563316563'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
Error |
---|
The 'SHOW PROFILES' feature is disabled; you need MySQL built with 'enable-profiling' to have it working |
# | 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.20 ms After last query: 0.68 ms Query memory: 0.020 MB Memory before query: 4.849 MB Rows returned: 0
SELECT `session_id`
FROM `sakthi_session`
WHERE `session_id` = X'3966313732633765353438316637396439316335383030333766306563316563'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | 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.65 ms After last query: 0.09 ms Query memory: 0.004 MB Memory before query: 4.854 MB
INSERT INTO `sakthi_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'3966313732633765353438316637396439316335383030333766306563316563', 1, 1695780394, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `sakthi_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3966313732633765353438316637396439316335383030333766306563316563', 1, 1695780394, 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.64 ms After last query: 0.80 ms Query memory: 0.042 MB Memory before query: 4.890 MB Rows returned: 60
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `sakthi_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_extensions | NULL | ref | extension | extension | 82 | const | 71 | 1.00 | 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.19 ms After last query: 0.89 ms Query memory: 0.021 MB Memory before query: 5.245 MB Rows returned: 5
SELECT id, rules
FROM `sakthi_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
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.27 ms After last query: 0.07 ms Query memory: 0.021 MB Memory before query: 5.257 MB Rows returned: 1
SELECT b.id
FROM sakthi_usergroups AS a
LEFT JOIN sakthi_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 1 | 100.00 | Using where; Using index |
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.20 ms After last query: 0.28 ms Query memory: 0.035 MB Memory before query: 5.279 MB Rows returned: 144
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM sakthi_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1)
ORDER BY ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_extensions | NULL | ref | extension | extension | 82 | const | 197 | 0.40 | 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.30 ms After last query: 0.62 ms Query memory: 0.020 MB Memory before query: 5.361 MB Rows returned: 1
SELECT *
FROM sakthi_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 25.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Language/LanguageHelper.php:67 |
4 | Joomla\CMS\Language\LanguageHelper::detectLanguage() | JROOT/libraries/src/Application/SiteApplication.php:653 |
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.58 ms After last query: 7.92 ms Query memory: 0.021 MB Memory before query: 8.710 MB Rows returned: 6
SELECT `element`,`name`,`client_id`,`extension_id`
FROM `sakthi_extensions`
WHERE `type` = 'language'
AND `state` = 0
AND `enabled` = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_extensions | NULL | ref | extension | extension | 82 | const | 6 | 1.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:209 |
8 | Joomla\CMS\Language\LanguageHelper::getInstalledLanguages() | JROOT/plugins/system/languagefilter/languagefilter.php:110 |
7 | PlgSystemLanguageFilter->__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: 14.90 ms After last query: 9.77 ms Query memory: 2.331 MB Memory before query: 11.267 MB Rows returned: 2115
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 sakthi_menu AS m
LEFT JOIN sakthi_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_client_id_parent_id_alias_language | NO INDEX KEY COULD BE USED | NULL | NULL | 2964 | 9.50 | Using where; Using filesort |
1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sakthi_new.m.component_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
21 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{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/Menu/SiteMenu.php:101 |
18 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
17 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
16 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
15 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
14 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
13 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
12 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
11 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
10 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
9 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/plugins/system/languagefilter/languagefilter.php:145 |
8 | PlgSystemLanguageFilter->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.38 ms After last query: 27.19 ms Query memory: 0.028 MB Memory before query: 21.228 MB Rows returned: 59
SELECT `id`,`name`,`rules`,`parent_id`
FROM `sakthi_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_acymailing','com_admin','com_admintools','com_advancedmodules','com_ajax','com_akeeba','com_associations','com_autartimonial','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_dbreplacer','com_easyblog','com_easyfolderlistingpro','com_fields','com_finder','com_fpss','com_installer','com_jce','com_jchoptimize','com_jdonation','com_joomlaupdate','com_k2','com_kunena','com_languages','com_login','com_mailto','com_maximenuck','com_media','com_menus','com_messages','com_mijosql','com_modules','com_newsfeeds','com_nicepaypaldownloads','com_nonumbermanager','com_phocadownload','com_phocagallery','com_phocaguestbook','com_plugins','com_postinstall','com_privacy','com_profiles','com_quicksell','com_redirect','com_search','com_searchreplace','com_tags','com_templates','com_users','com_virtualdomains','com_weblinks','com_wrapper')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_assets | NULL | range | idx_asset_name | idx_asset_name | 202 | NULL | 61 | 100.00 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
15 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
14 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
13 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
12 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
11 | Joomla\CMS\User\User->authorise() | JROOT/plugins/system/advancedmodules/src/Document.php:30 |
10 | RegularLabs\Plugin\System\AdvancedModules\Document::loadFrontEditScript() | JROOT/plugins/system/advancedmodules/advancedmodules.php:95 |
9 | PlgSystemAdvancedModules->handleOnAfterRoute() | JROOT/libraries/regularlabs/src/SystemPlugin.php:191 |
8 | RegularLabs\Library\SystemPlugin->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.45 ms After last query: 2.04 ms Query memory: 0.024 MB Memory before query: 21.732 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `sakthi_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
17 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
14 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
13 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
12 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/k2/k2.php:374 |
8 | plgSystemK2->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.10 ms Query memory: 0.006 MB Memory before query: 21.725 MB
UPDATE `sakthi_extensions`
SET `params` = '{\"mediaversion\":\"18ce6afcf7e37496b8110627a4402f0e\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | sakthi_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
13 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
12 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/k2/k2.php:374 |
8 | plgSystemK2->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 1.89 ms Query memory: 0.026 MB Memory before query: 22.187 MB Rows returned: 20
SELECT id, home, template, s.params
FROM sakthi_template_styles as s
LEFT JOIN sakthi_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 24 | 1.00 | Using index condition; Using where |
1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | sakthi_new.e.element | 1 | 91.43 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | 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:390 |
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.34 ms After last query: 2.95 ms Query memory: 0.021 MB Memory before query: 23.156 MB Rows returned: 1
SELECT *
FROM `sakthi_kunena_configuration`
WHERE `id`=1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_kunena_configuration | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
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:1465 |
9 | JDatabaseDriver->loadAssoc() | JROOT/libraries/kunena/config.php:1437 |
8 | KunenaConfig->load() | JROOT/libraries/kunena/config.php:1410 |
7 | KunenaConfig::getInstance() | JROOT/components/com_kunena/kunena.php:40 |
6 | require_once JROOT/components/com_kunena/kunena.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.61 ms Query memory: 0.025 MB Memory before query: 23.262 MB Rows returned: 5
SHOW FULL COLUMNS
FROM `sakthi_kunena_sessions`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `sakthi_kunena_sessions`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
16 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
15 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
14 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/kunena/tables/kunenasessions.php:75 |
13 | TableKunenaSessions->__construct() | JROOT/libraries/src/Table/Table.php:328 |
12 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/kunena/session.php:129 |
11 | KunenaSession->getTable() | JROOT/libraries/kunena/session.php:87 |
10 | KunenaSession->load() | JROOT/libraries/kunena/session.php:53 |
9 | KunenaSession->__construct() | JROOT/libraries/kunena/session.php:145 |
8 | KunenaSession::getInstance() | JROOT/libraries/kunena/factory.php:92 |
7 | KunenaFactory::getSession() | JROOT/components/com_kunena/kunena.php:68 |
6 | require_once JROOT/components/com_kunena/kunena.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.80 ms After last query: 8.13 ms Query memory: 0.036 MB Memory before query: 24.651 MB Rows returned: 56
SHOW FULL COLUMNS
FROM `sakthi_kunena_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `sakthi_kunena_users`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
21 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
20 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
19 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/kunena/tables/kunenausers.php:445 |
18 | TableKunenaUsers->__construct() | JROOT/libraries/src/Table/Table.php:328 |
17 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/kunena/user/user.php:231 |
16 | KunenaUser->getTable() | JROOT/libraries/kunena/user/user.php:190 |
15 | KunenaUser->load() | JROOT/libraries/kunena/user/user.php:165 |
14 | KunenaUser->__construct() | JROOT/libraries/kunena/user/helper.php:91 |
13 | KunenaUserHelper::initialize() | JROOT/libraries/kunena/user/helper.php:13 |
12 | include_once JROOT/libraries/kunena/user/helper.php | JROOT/libraries/loader.php:738 |
11 | JLoader::_load() | JROOT/libraries/loader.php:707 |
10 | JLoader::_autoload() | Same as call in the line below. |
9 | spl_autoload_call() | JROOT/libraries/kunena/controller/application/display.php:237 |
8 | KunenaControllerApplicationDisplay->before() | JROOT/libraries/kunena/controller/application/display.php:76 |
7 | KunenaControllerApplicationDisplay->execute() | JROOT/components/com_kunena/kunena.php:104 |
6 | require_once JROOT/components/com_kunena/kunena.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.74 ms After last query: 3.83 ms Query memory: 0.024 MB Memory before query: 25.710 MB Rows returned: 12
SELECT DISTINCT(user_id)
FROM sakthi_usergroups AS ug1
INNER JOIN sakthi_usergroups AS ug2
ON ug2.lft>=ug1.lft
AND ug1.rgt>=ug2.rgt
INNER JOIN sakthi_user_usergroup_map AS m
ON ug2.id=m.group_id
WHERE ug1.id IN (6,8)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ug1 | NULL | range | PRIMARY,idx_usergroup_nested_set_lookup | PRIMARY | 4 | NULL | 2 | 100.00 | Using where; Using temporary |
1 | SIMPLE | ug2 | NULL | ALL | PRIMARY,idx_usergroup_nested_set_lookup | NO INDEX KEY COULD BE USED | NULL | NULL | 12 | 11.11 | Range checked for each record (index map: 0x11) |
1 | SIMPLE | m | NULL | index | PRIMARY | PRIMARY | 8 | NULL | 258 | 10.00 | Using where; Using index; Using join buffer (Block Nested Loop) |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
16 | JDatabaseDriver->loadColumn() | JROOT/plugins/kunena/joomla/access.php:383 |
15 | KunenaAccessJoomla->getUsersByGroup() | JROOT/plugins/kunena/joomla/access.php:326 |
14 | KunenaAccessJoomla->getAuthorisedUsers() | JROOT/plugins/kunena/joomla/access.php:262 |
13 | KunenaAccessJoomla->loadCategoryRoles() | JROOT/libraries/kunena/access.php:151 |
12 | KunenaAccess->clearCache() | JROOT/libraries/kunena/access.php:123 |
11 | KunenaAccess->__construct() | JROOT/libraries/kunena/access.php:237 |
10 | KunenaAccess::getInstance() | JROOT/libraries/kunena/user/user.php:384 |
9 | KunenaUser->isAdmin() | JROOT/libraries/kunena/controller/application/display.php:243 |
8 | KunenaControllerApplicationDisplay->before() | JROOT/libraries/kunena/controller/application/display.php:76 |
7 | KunenaControllerApplicationDisplay->execute() | JROOT/components/com_kunena/kunena.php:104 |
6 | require_once JROOT/components/com_kunena/kunena.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.41 ms After last query: 0.07 ms Query memory: 0.024 MB Memory before query: 25.719 MB Rows returned: 12
SELECT DISTINCT(user_id)
FROM sakthi_usergroups AS ug1
INNER JOIN sakthi_usergroups AS ug2
ON ug2.lft>=ug1.lft
AND ug1.rgt>=ug2.rgt
INNER JOIN sakthi_user_usergroup_map AS m
ON ug2.id=m.group_id
WHERE ug1.id IN (7,8)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ug1 | NULL | range | PRIMARY,idx_usergroup_nested_set_lookup | PRIMARY | 4 | NULL | 2 | 100.00 | Using where; Using temporary |
1 | SIMPLE | ug2 | NULL | ALL | PRIMARY,idx_usergroup_nested_set_lookup | NO INDEX KEY COULD BE USED | NULL | NULL | 12 | 11.11 | Range checked for each record (index map: 0x11) |
1 | SIMPLE | m | NULL | index | PRIMARY | PRIMARY | 8 | NULL | 258 | 10.00 | Using where; Using index; Using join buffer (Block Nested Loop) |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
16 | JDatabaseDriver->loadColumn() | JROOT/plugins/kunena/joomla/access.php:383 |
15 | KunenaAccessJoomla->getUsersByGroup() | JROOT/plugins/kunena/joomla/access.php:326 |
14 | KunenaAccessJoomla->getAuthorisedUsers() | JROOT/plugins/kunena/joomla/access.php:262 |
13 | KunenaAccessJoomla->loadCategoryRoles() | JROOT/libraries/kunena/access.php:151 |
12 | KunenaAccess->clearCache() | JROOT/libraries/kunena/access.php:123 |
11 | KunenaAccess->__construct() | JROOT/libraries/kunena/access.php:237 |
10 | KunenaAccess::getInstance() | JROOT/libraries/kunena/user/user.php:384 |
9 | KunenaUser->isAdmin() | JROOT/libraries/kunena/controller/application/display.php:243 |
8 | KunenaControllerApplicationDisplay->before() | JROOT/libraries/kunena/controller/application/display.php:76 |
7 | KunenaControllerApplicationDisplay->execute() | JROOT/components/com_kunena/kunena.php:104 |
6 | require_once JROOT/components/com_kunena/kunena.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: 0.04 ms Query memory: 0.024 MB Memory before query: 25.728 MB Rows returned: 10
SELECT DISTINCT(user_id)
FROM sakthi_usergroups AS ug1
INNER JOIN sakthi_usergroups AS ug2
ON ug2.lft>=ug1.lft
AND ug1.rgt>=ug2.rgt
INNER JOIN sakthi_user_usergroup_map AS m
ON ug2.id=m.group_id
WHERE ug1.id IN (6)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ug1 | NULL | const | PRIMARY,idx_usergroup_nested_set_lookup | PRIMARY | 4 | const | 1 | 100.00 | Using temporary |
1 | SIMPLE | ug2 | NULL | range | PRIMARY,idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 11 | 33.33 | Using where; Using index |
1 | SIMPLE | m | NULL | index | PRIMARY | PRIMARY | 8 | NULL | 258 | 10.00 | Using where; Using index; Using join buffer (Block Nested Loop) |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
16 | JDatabaseDriver->loadColumn() | JROOT/plugins/kunena/joomla/access.php:383 |
15 | KunenaAccessJoomla->getUsersByGroup() | JROOT/plugins/kunena/joomla/access.php:332 |
14 | KunenaAccessJoomla->getAuthorisedUsers() | JROOT/plugins/kunena/joomla/access.php:262 |
13 | KunenaAccessJoomla->loadCategoryRoles() | JROOT/libraries/kunena/access.php:151 |
12 | KunenaAccess->clearCache() | JROOT/libraries/kunena/access.php:123 |
11 | KunenaAccess->__construct() | JROOT/libraries/kunena/access.php:237 |
10 | KunenaAccess::getInstance() | JROOT/libraries/kunena/user/user.php:384 |
9 | KunenaUser->isAdmin() | JROOT/libraries/kunena/controller/application/display.php:243 |
8 | KunenaControllerApplicationDisplay->before() | JROOT/libraries/kunena/controller/application/display.php:76 |
7 | KunenaControllerApplicationDisplay->execute() | JROOT/components/com_kunena/kunena.php:104 |
6 | require_once JROOT/components/com_kunena/kunena.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.17 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 25.739 MB Rows returned: 4
SELECT `user_id`,`category_id`,`role`
FROM `sakthi_kunena_user_categories`
WHERE `role` IN (1,2)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_kunena_user_categories | NULL | ALL | role | NO INDEX KEY COULD BE USED | NULL | NULL | 12 | 41.67 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/kunena/access.php:165 |
12 | KunenaAccess->clearCache() | JROOT/libraries/kunena/access.php:123 |
11 | KunenaAccess->__construct() | JROOT/libraries/kunena/access.php:237 |
10 | KunenaAccess::getInstance() | JROOT/libraries/kunena/user/user.php:384 |
9 | KunenaUser->isAdmin() | JROOT/libraries/kunena/controller/application/display.php:243 |
8 | KunenaControllerApplicationDisplay->before() | JROOT/libraries/kunena/controller/application/display.php:76 |
7 | KunenaControllerApplicationDisplay->execute() | JROOT/components/com_kunena/kunena.php:104 |
6 | require_once JROOT/components/com_kunena/kunena.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.44 ms After last query: 0.74 ms Query memory: 0.062 MB Memory before query: 25.916 MB Rows returned: 35
SELECT *
FROM sakthi_kunena_categories
ORDER BY ordering, name
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_kunena_categories | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 35 | 100.00 | Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/kunena/forum/category/helper.php:85 |
19 | KunenaForumCategoryHelper::loadCategories() | JROOT/libraries/kunena/forum/category/helper.php:58 |
18 | KunenaForumCategoryHelper::initialize() | JROOT/libraries/kunena/forum/category/helper.php:1048 |
17 | include_once JROOT/libraries/kunena/forum/category/helper.php | JROOT/libraries/loader.php:738 |
16 | JLoader::_load() | JROOT/libraries/loader.php:707 |
15 | JLoader::_autoload() | Same as call in the line below. |
14 | spl_autoload_call() | JROOT/libraries/kunena/route/route.php:635 |
13 | KunenaRoute::checkCategory() | JROOT/libraries/kunena/route/route.php:596 |
12 | KunenaRoute::checkItem() | JROOT/libraries/kunena/route/route.php:390 |
11 | KunenaRoute::setItemID() | JROOT/libraries/kunena/route/route.php:212 |
10 | KunenaRoute::prepare() | JROOT/libraries/kunena/route/route.php:771 |
9 | KunenaRoute::_() | JROOT/libraries/kunena/controller/application/display.php:289 |
8 | KunenaControllerApplicationDisplay->before() | JROOT/libraries/kunena/controller/application/display.php:76 |
7 | KunenaControllerApplicationDisplay->execute() | JROOT/components/com_kunena/kunena.php:104 |
6 | require_once JROOT/components/com_kunena/kunena.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.90 ms After last query: 22.52 ms Query memory: 0.036 MB Memory before query: 27.322 MB Rows returned: 36
SHOW FULL COLUMNS
FROM `sakthi_kunena_categories`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `sakthi_kunena_categories`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
25 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
24 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
23 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
22 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/kunena/tables/kunenacategories.php:241 |
21 | TableKunenaCategories->__construct() | JROOT/libraries/src/Table/Table.php:328 |
20 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/kunena/database/object.php:224 |
19 | KunenaDatabaseObject->getTable() | JROOT/libraries/kunena/database/object.php:243 |
18 | KunenaDatabaseObject->load() | JROOT/libraries/kunena/forum/category/category.php:1152 |
17 | KunenaForumCategory->load() | JROOT/libraries/kunena/forum/category/helper.php:633 |
16 | KunenaForumCategoryHelper::get() | JROOT/libraries/kunena/forum/category/category.php:933 |
15 | KunenaForumCategory->getParent() | JROOT/components/com_kunena/controller/category/topics/display.php:227 |
14 | ComponentKunenaControllerCategoryTopicsDisplay->prepareDocument() | JROOT/libraries/kunena/controller/display.php:224 |
13 | KunenaControllerDisplay->after() | JROOT/libraries/kunena/controller/display.php:138 |
12 | KunenaControllerDisplay->execute() | JROOT/libraries/kunena/layout/page.php:119 |
11 | KunenaLayoutPage->execute() | JROOT/components/com_kunena/template/blue_eagle5/pages/category/default/default.php:14 |
10 | include JROOT/components/com_kunena/template/blue_eagle5/pages/category/default/default.php | JROOT/libraries/kunena/layout/base.php:168 |
9 | KunenaLayoutBase->render() | JROOT/libraries/kunena/layout/layout.php:80 |
8 | KunenaLayout->render() | JROOT/libraries/kunena/controller/application/display.php:116 |
7 | KunenaControllerApplicationDisplay->execute() | JROOT/components/com_kunena/kunena.php:104 |
6 | require_once JROOT/components/com_kunena/kunena.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: 18.13 ms Query memory: 0.041 MB Memory before query: 27.402 MB Rows returned: 2
SELECT *
FROM sakthi_kunena_topics
WHERE id IN (650,1458)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_kunena_topics | NULL | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 100.00 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
16 | JDatabaseDriver->loadAssocList() | JROOT/libraries/kunena/forum/topic/helper.php:203 |
15 | KunenaForumTopicHelper::loadTopics() | JROOT/libraries/kunena/forum/topic/helper.php:155 |
14 | KunenaForumTopicHelper::getTopics() | JROOT/components/com_kunena/controller/category/index/display.php:291 |
13 | ComponentKunenaControllerCategoryIndexDisplay->before() | JROOT/libraries/kunena/controller/display.php:125 |
12 | KunenaControllerDisplay->execute() | JROOT/libraries/kunena/controller/display.php:75 |
11 | KunenaControllerDisplay->__toString() | JROOT/components/com_kunena/template/blue_eagle5/pages/category/default/default.php:30 |
10 | include JROOT/components/com_kunena/template/blue_eagle5/pages/category/default/default.php | JROOT/libraries/kunena/layout/base.php:168 |
9 | KunenaLayoutBase->render() | JROOT/libraries/kunena/layout/layout.php:80 |
8 | KunenaLayout->render() | JROOT/libraries/kunena/controller/application/display.php:116 |
7 | KunenaControllerApplicationDisplay->execute() | JROOT/components/com_kunena/kunena.php:104 |
6 | require_once JROOT/components/com_kunena/kunena.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.48 ms After last query: 0.52 ms Query memory: 0.026 MB Memory before query: 27.832 MB Rows returned: 1
SELECT u.name, u.username, u.email, u.block AS blocked, u.registerDate, u.lastvisitDate, ku.*, u.id AS userid
FROM `sakthi_users`AS u
LEFT JOIN `sakthi_kunena_users` AS ku
ON u.id = ku.userid
WHERE u.id IN (42)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | u | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | ku | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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:1506 |
15 | JDatabaseDriver->loadAssocList() | JROOT/libraries/kunena/user/helper.php:236 |
14 | KunenaUserHelper::loadUsers() | JROOT/components/com_kunena/controller/category/index/display.php:300 |
13 | ComponentKunenaControllerCategoryIndexDisplay->before() | JROOT/libraries/kunena/controller/display.php:125 |
12 | KunenaControllerDisplay->execute() | JROOT/libraries/kunena/controller/display.php:75 |
11 | KunenaControllerDisplay->__toString() | JROOT/components/com_kunena/template/blue_eagle5/pages/category/default/default.php:30 |
10 | include JROOT/components/com_kunena/template/blue_eagle5/pages/category/default/default.php | JROOT/libraries/kunena/layout/base.php:168 |
9 | KunenaLayoutBase->render() | JROOT/libraries/kunena/layout/layout.php:80 |
8 | KunenaLayout->render() | JROOT/libraries/kunena/controller/application/display.php:116 |
7 | KunenaControllerApplicationDisplay->execute() | JROOT/components/com_kunena/kunena.php:104 |
6 | require_once JROOT/components/com_kunena/kunena.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.72 ms After last query: 0.35 ms Query memory: 0.025 MB Memory before query: 27.849 MB Rows returned: 2
SELECT m.*, t.message
FROM sakthi_kunena_messages AS m
INNER JOIN sakthi_kunena_messages_text AS t
ON m.id=t.mesid
WHERE m.id IN (2117,2046)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 100.00 | Using index condition |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sakthi_new.m.id | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
16 | JDatabaseDriver->loadAssocList() | JROOT/libraries/kunena/forum/message/helper.php:105 |
15 | KunenaForumMessageHelper::loadMessages() | JROOT/libraries/kunena/forum/message/helper.php:58 |
14 | KunenaForumMessageHelper::getMessages() | JROOT/components/com_kunena/controller/category/index/display.php:301 |
13 | ComponentKunenaControllerCategoryIndexDisplay->before() | JROOT/libraries/kunena/controller/display.php:125 |
12 | KunenaControllerDisplay->execute() | JROOT/libraries/kunena/controller/display.php:75 |
11 | KunenaControllerDisplay->__toString() | JROOT/components/com_kunena/template/blue_eagle5/pages/category/default/default.php:30 |
10 | include JROOT/components/com_kunena/template/blue_eagle5/pages/category/default/default.php | JROOT/libraries/kunena/layout/base.php:168 |
9 | KunenaLayoutBase->render() | JROOT/libraries/kunena/layout/layout.php:80 |
8 | KunenaLayout->render() | JROOT/libraries/kunena/controller/application/display.php:116 |
7 | KunenaControllerApplicationDisplay->execute() | JROOT/components/com_kunena/kunena.php:104 |
6 | require_once JROOT/components/com_kunena/kunena.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.96 ms After last query: 4.48 ms Query memory: 0.565 MB Memory before query: 28.330 MB Rows returned: 308
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 sakthi_modules AS m
LEFT JOIN sakthi_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
LEFT JOIN sakthi_advancedmodules as am
ON am.moduleid = m.id
WHERE m.published = 1
AND e.enabled = 1
AND m.access IN (1,1)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY m.position, m.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | e | NULL | ALL | element_clientid,element_folder_clientid | NO INDEX KEY COULD BE USED | NULL | NULL | 438 | 1.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | m | NULL | ref | published,newsfeeds,idx_language | newsfeeds | 204 | sakthi_new.e.element,const | 3 | 2.00 | Using index condition; Using where |
1 | SIMPLE | am | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sakthi_new.m.id | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
28 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:278 |
27 | PlgSystemAdvancedModuleHelper->getModuleList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:60 |
26 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
25 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
24 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
23 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
22 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
21 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/components/com_kunena/layout/widget/module.php:39 |
20 | KunenaLayoutWidgetModule->renderPosition() | JROOT/components/com_kunena/template/blue_eagle5/layouts/widget/module/default.php:14 |
19 | include JROOT/components/com_kunena/template/blue_eagle5/layouts/widget/module/default.php | JROOT/libraries/kunena/layout/base.php:168 |
18 | KunenaLayoutBase->render() | JROOT/libraries/kunena/layout/layout.php:80 |
17 | KunenaLayout->render() | JROOT/libraries/kunena/layout/base.php:118 |
16 | KunenaLayoutBase->__toString() | JROOT/components/com_kunena/template/blue_eagle5/layouts/category/index/default.php:55 |
15 | include JROOT/components/com_kunena/template/blue_eagle5/layouts/category/index/default.php | JROOT/libraries/kunena/layout/base.php:168 |
14 | KunenaLayoutBase->render() | JROOT/libraries/kunena/layout/layout.php:80 |
13 | KunenaLayout->render() | JROOT/libraries/kunena/layout/base.php:118 |
12 | KunenaLayoutBase->__toString() | JROOT/libraries/kunena/controller/display.php:109 |
11 | KunenaControllerDisplay->__toString() | JROOT/components/com_kunena/template/blue_eagle5/pages/category/default/default.php:30 |
10 | include JROOT/components/com_kunena/template/blue_eagle5/pages/category/default/default.php | JROOT/libraries/kunena/layout/base.php:168 |
9 | KunenaLayoutBase->render() | JROOT/libraries/kunena/layout/layout.php:80 |
8 | KunenaLayout->render() | JROOT/libraries/kunena/controller/application/display.php:116 |
7 | KunenaControllerApplicationDisplay->execute() | JROOT/components/com_kunena/kunena.php:104 |
6 | require_once JROOT/components/com_kunena/kunena.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.48 ms After last query: 14.01 ms Query memory: 0.032 MB Memory before query: 29.730 MB Rows returned: 1
SELECT t.parent_id
FROM sakthi_menu as t
WHERE t.id = 1484
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | t | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
32 | JDatabaseDriver->loadResult() | JROOT/libraries/regularlabs/src/Condition.php:150 |
31 | RegularLabs\Library\Condition->getParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:70 |
30 | RegularLabs\Library\Condition\Menu->getMenuParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:53 |
29 | RegularLabs\Library\Condition\Menu->pass() | JROOT/libraries/regularlabs/src/Conditions.php:777 |
28 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:200 |
27 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:111 |
26 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
25 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
24 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
23 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
22 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
21 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/components/com_kunena/layout/widget/module.php:39 |
20 | KunenaLayoutWidgetModule->renderPosition() | JROOT/components/com_kunena/template/blue_eagle5/layouts/widget/module/default.php:14 |
19 | include JROOT/components/com_kunena/template/blue_eagle5/layouts/widget/module/default.php | JROOT/libraries/kunena/layout/base.php:168 |
18 | KunenaLayoutBase->render() | JROOT/libraries/kunena/layout/layout.php:80 |
17 | KunenaLayout->render() | JROOT/libraries/kunena/layout/base.php:118 |
16 | KunenaLayoutBase->__toString() | JROOT/components/com_kunena/template/blue_eagle5/layouts/category/index/default.php:55 |
15 | include JROOT/components/com_kunena/template/blue_eagle5/layouts/category/index/default.php | JROOT/libraries/kunena/layout/base.php:168 |
14 | KunenaLayoutBase->render() | JROOT/libraries/kunena/layout/layout.php:80 |
13 | KunenaLayout->render() | JROOT/libraries/kunena/layout/base.php:118 |
12 | KunenaLayoutBase->__toString() | JROOT/libraries/kunena/controller/display.php:109 |
11 | KunenaControllerDisplay->__toString() | JROOT/components/com_kunena/template/blue_eagle5/pages/category/default/default.php:30 |
10 | include JROOT/components/com_kunena/template/blue_eagle5/pages/category/default/default.php | JROOT/libraries/kunena/layout/base.php:168 |
9 | KunenaLayoutBase->render() | JROOT/libraries/kunena/layout/layout.php:80 |
8 | KunenaLayout->render() | JROOT/libraries/kunena/controller/application/display.php:116 |
7 | KunenaControllerApplicationDisplay->execute() | JROOT/components/com_kunena/kunena.php:104 |
6 | require_once JROOT/components/com_kunena/kunena.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.13 ms After last query: 0.08 ms Query memory: 0.032 MB Memory before query: 29.747 MB Rows returned: 1
SELECT t.parent_id
FROM sakthi_menu as t
WHERE t.id = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | t | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
32 | JDatabaseDriver->loadResult() | JROOT/libraries/regularlabs/src/Condition.php:150 |
31 | RegularLabs\Library\Condition->getParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:70 |
30 | RegularLabs\Library\Condition\Menu->getMenuParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:53 |
29 | RegularLabs\Library\Condition\Menu->pass() | JROOT/libraries/regularlabs/src/Conditions.php:777 |
28 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:200 |
27 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:111 |
26 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
25 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
24 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
23 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
22 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
21 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/components/com_kunena/layout/widget/module.php:39 |
20 | KunenaLayoutWidgetModule->renderPosition() | JROOT/components/com_kunena/template/blue_eagle5/layouts/widget/module/default.php:14 |
19 | include JROOT/components/com_kunena/template/blue_eagle5/layouts/widget/module/default.php | JROOT/libraries/kunena/layout/base.php:168 |
18 | KunenaLayoutBase->render() | JROOT/libraries/kunena/layout/layout.php:80 |
17 | KunenaLayout->render() | JROOT/libraries/kunena/layout/base.php:118 |
16 | KunenaLayoutBase->__toString() | JROOT/components/com_kunena/template/blue_eagle5/layouts/category/index/default.php:55 |
15 | include JROOT/components/com_kunena/template/blue_eagle5/layouts/category/index/default.php | JROOT/libraries/kunena/layout/base.php:168 |
14 | KunenaLayoutBase->render() | JROOT/libraries/kunena/layout/layout.php:80 |
13 | KunenaLayout->render() | JROOT/libraries/kunena/layout/base.php:118 |
12 | KunenaLayoutBase->__toString() | JROOT/libraries/kunena/controller/display.php:109 |
11 | KunenaControllerDisplay->__toString() | JROOT/components/com_kunena/template/blue_eagle5/pages/category/default/default.php:30 |
10 | include JROOT/components/com_kunena/template/blue_eagle5/pages/category/default/default.php | JROOT/libraries/kunena/layout/base.php:168 |
9 | KunenaLayoutBase->render() | JROOT/libraries/kunena/layout/layout.php:80 |
8 | KunenaLayout->render() | JROOT/libraries/kunena/controller/application/display.php:116 |
7 | KunenaControllerApplicationDisplay->execute() | JROOT/components/com_kunena/kunena.php:104 |
6 | require_once JROOT/components/com_kunena/kunena.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: 136.48 ms Query memory: 0.030 MB Memory before query: 33.102 MB Rows returned: 66
SELECT code, location
FROM sakthi_kunena_smileys
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_kunena_smileys | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 66 | 100.00 | NULL |
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/kunena/bbcode/bbcode.php:1163 |
20 | KunenaBbcodeLibrary->__construct() | JROOT/libraries/kunena/bbcode/bbcode.php:61 |
19 | KunenaBbcode->__construct() | JROOT/libraries/kunena/bbcode/bbcode.php:107 |
18 | KunenaBbcode::getInstance() | JROOT/libraries/kunena/html/parser.php:188 |
17 | KunenaHtmlParser::parseBBCode() | JROOT/libraries/kunena/forum/category/category.php:703 |
16 | KunenaForumCategory->displayField() | JROOT/components/com_kunena/template/blue_eagle5/layouts/category/index/default.php:79 |
15 | include JROOT/components/com_kunena/template/blue_eagle5/layouts/category/index/default.php | JROOT/libraries/kunena/layout/base.php:168 |
14 | KunenaLayoutBase->render() | JROOT/libraries/kunena/layout/layout.php:80 |
13 | KunenaLayout->render() | JROOT/libraries/kunena/layout/base.php:118 |
12 | KunenaLayoutBase->__toString() | JROOT/libraries/kunena/controller/display.php:109 |
11 | KunenaControllerDisplay->__toString() | JROOT/components/com_kunena/template/blue_eagle5/pages/category/default/default.php:30 |
10 | include JROOT/components/com_kunena/template/blue_eagle5/pages/category/default/default.php | JROOT/libraries/kunena/layout/base.php:168 |
9 | KunenaLayoutBase->render() | JROOT/libraries/kunena/layout/layout.php:80 |
8 | KunenaLayout->render() | JROOT/libraries/kunena/controller/application/display.php:116 |
7 | KunenaControllerApplicationDisplay->execute() | JROOT/components/com_kunena/kunena.php:104 |
6 | require_once JROOT/components/com_kunena/kunena.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.47 ms After last query: 1.70 ms Query memory: 0.026 MB Memory before query: 33.144 MB Rows returned: 1
SELECT u.name, u.username, u.email, u.block AS blocked, u.registerDate, u.lastvisitDate, ku.*, u.id AS userid
FROM `sakthi_users`AS u
LEFT JOIN `sakthi_kunena_users` AS ku
ON u.id = ku.userid
WHERE u.id IN (423)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | u | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | ku | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
18 | JDatabaseDriver->loadAssocList() | JROOT/libraries/kunena/user/helper.php:236 |
17 | KunenaUserHelper::loadUsers() | JROOT/libraries/kunena/forum/category/category.php:1028 |
16 | KunenaForumCategory->getModerators() | JROOT/components/com_kunena/template/blue_eagle5/layouts/category/index/default.php:202 |
15 | include JROOT/components/com_kunena/template/blue_eagle5/layouts/category/index/default.php | JROOT/libraries/kunena/layout/base.php:168 |
14 | KunenaLayoutBase->render() | JROOT/libraries/kunena/layout/layout.php:80 |
13 | KunenaLayout->render() | JROOT/libraries/kunena/layout/base.php:118 |
12 | KunenaLayoutBase->__toString() | JROOT/libraries/kunena/controller/display.php:109 |
11 | KunenaControllerDisplay->__toString() | JROOT/components/com_kunena/template/blue_eagle5/pages/category/default/default.php:30 |
10 | include JROOT/components/com_kunena/template/blue_eagle5/pages/category/default/default.php | JROOT/libraries/kunena/layout/base.php:168 |
9 | KunenaLayoutBase->render() | JROOT/libraries/kunena/layout/layout.php:80 |
8 | KunenaLayout->render() | JROOT/libraries/kunena/controller/application/display.php:116 |
7 | KunenaControllerApplicationDisplay->execute() | JROOT/components/com_kunena/kunena.php:104 |
6 | require_once JROOT/components/com_kunena/kunena.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: 2.57 ms Query memory: 0.026 MB Memory before query: 33.243 MB Rows returned: 1
SELECT u.name, u.username, u.email, u.block AS blocked, u.registerDate, u.lastvisitDate, ku.*, u.id AS userid
FROM `sakthi_users`AS u
LEFT JOIN `sakthi_kunena_users` AS ku
ON u.id = ku.userid
WHERE u.id IN (490)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | u | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | ku | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
18 | JDatabaseDriver->loadAssocList() | JROOT/libraries/kunena/user/helper.php:236 |
17 | KunenaUserHelper::loadUsers() | JROOT/libraries/kunena/forum/category/category.php:1028 |
16 | KunenaForumCategory->getModerators() | JROOT/components/com_kunena/template/blue_eagle5/layouts/category/index/default.php:202 |
15 | include JROOT/components/com_kunena/template/blue_eagle5/layouts/category/index/default.php | JROOT/libraries/kunena/layout/base.php:168 |
14 | KunenaLayoutBase->render() | JROOT/libraries/kunena/layout/layout.php:80 |
13 | KunenaLayout->render() | JROOT/libraries/kunena/layout/base.php:118 |
12 | KunenaLayoutBase->__toString() | JROOT/libraries/kunena/controller/display.php:109 |
11 | KunenaControllerDisplay->__toString() | JROOT/components/com_kunena/template/blue_eagle5/pages/category/default/default.php:30 |
10 | include JROOT/components/com_kunena/template/blue_eagle5/pages/category/default/default.php | JROOT/libraries/kunena/layout/base.php:168 |
9 | KunenaLayoutBase->render() | JROOT/libraries/kunena/layout/layout.php:80 |
8 | KunenaLayout->render() | JROOT/libraries/kunena/controller/application/display.php:116 |
7 | KunenaControllerApplicationDisplay->execute() | JROOT/components/com_kunena/kunena.php:104 |
6 | require_once JROOT/components/com_kunena/kunena.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.62 ms After last query: 1.41 ms Query memory: 0.034 MB Memory before query: 33.296 MB Rows returned: 25
SHOW FULL COLUMNS
FROM `sakthi_kunena_topics`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `sakthi_kunena_topics`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
28 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
27 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
26 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
25 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/kunena/tables/kunenatopics.php:169 |
24 | TableKunenaTopics->__construct() | JROOT/libraries/src/Table/Table.php:328 |
23 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/kunena/database/object.php:224 |
22 | KunenaDatabaseObject->getTable() | JROOT/libraries/kunena/database/object.php:243 |
21 | KunenaDatabaseObject->load() | JROOT/libraries/kunena/forum/topic/topic.php:1465 |
20 | KunenaForumTopic->load() | JROOT/libraries/kunena/database/object.php:81 |
19 | KunenaDatabaseObject->__construct() | JROOT/libraries/kunena/forum/topic/topic.php:170 |
18 | KunenaForumTopic->__construct() | JROOT/libraries/kunena/forum/topic/helper.php:47 |
17 | KunenaForumTopicHelper::get() | JROOT/libraries/kunena/forum/category/category.php:875 |
16 | KunenaForumCategory->getLastTopic() | JROOT/components/com_kunena/template/blue_eagle5/layouts/category/index/default.php:238 |
15 | include JROOT/components/com_kunena/template/blue_eagle5/layouts/category/index/default.php | JROOT/libraries/kunena/layout/base.php:168 |
14 | KunenaLayoutBase->render() | JROOT/libraries/kunena/layout/layout.php:80 |
13 | KunenaLayout->render() | JROOT/libraries/kunena/layout/base.php:118 |
12 | KunenaLayoutBase->__toString() | JROOT/libraries/kunena/controller/display.php:109 |
11 | KunenaControllerDisplay->__toString() | JROOT/components/com_kunena/template/blue_eagle5/pages/category/default/default.php:30 |
10 | include JROOT/components/com_kunena/template/blue_eagle5/pages/category/default/default.php | JROOT/libraries/kunena/layout/base.php:168 |
9 | KunenaLayoutBase->render() | JROOT/libraries/kunena/layout/layout.php:80 |
8 | KunenaLayout->render() | JROOT/libraries/kunena/controller/application/display.php:116 |
7 | KunenaControllerApplicationDisplay->execute() | JROOT/components/com_kunena/kunena.php:104 |
6 | require_once JROOT/components/com_kunena/kunena.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.91 ms After last query: 7.41 ms Query memory: 0.024 MB Memory before query: 34.246 MB Rows returned: 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM sakthi_fields AS a
LEFT JOIN `sakthi_languages` AS l
ON l.lang_code = a.language
LEFT JOIN sakthi_users AS uc
ON uc.id=a.checked_out
LEFT JOIN sakthi_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN sakthi_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN sakthi_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_kunena.category'
AND a.access IN (1,1)
AND (a.group_id = 0 OR g.access IN (1,1))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | 100.00 | Using index condition; Using where; Using temporary; Using filesort |
1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | sakthi_new.a.language | 1 | 100.00 | Using where |
1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sakthi_new.a.checked_out | 1 | 100.00 | NULL |
1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sakthi_new.a.access | 1 | 100.00 | Using where |
1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sakthi_new.a.created_user_id | 1 | 100.00 | Using where |
1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sakthi_new.a.group_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
13 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
12 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
11 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
10 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
7 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_kunena/kunena.php:141 |
6 | require_once JROOT/components/com_kunena/kunena.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.31 ms After last query: 5.48 ms Query memory: 0.023 MB Memory before query: 35.146 MB Rows returned: 0
SELECT *
FROM sakthi_kunena_announcement
WHERE (published = 1)
AND (publish_up = '0000-00-00 00:00:00' OR publish_up <= '2023-09-27 02:06:34')
AND (publish_down = '0000-00-00 00:00:00' OR publish_down >= '2023-09-27 02:06:34')
ORDER BY id DESC
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
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:1506 |
15 | JDatabaseDriver->loadAssocList() | JROOT/libraries/kunena/forum/announcement/helper.php:141 |
14 | KunenaForumAnnouncementHelper::getAnnouncements() | JROOT/components/com_kunena/controller/widget/announcement/display.php:50 |
13 | ComponentKunenaControllerWidgetAnnouncementDisplay->before() | JROOT/libraries/kunena/controller/display.php:125 |
12 | KunenaControllerDisplay->execute() | JROOT/libraries/kunena/controller/display.php:75 |
11 | KunenaControllerDisplay->__toString() | JROOT/components/com_kunena/template/blue_eagle5/layouts/page/default.php:36 |
10 | include JROOT/components/com_kunena/template/blue_eagle5/layouts/page/default.php | JROOT/libraries/kunena/layout/base.php:168 |
9 | KunenaLayoutBase->render() | JROOT/libraries/kunena/layout/layout.php:80 |
8 | KunenaLayout->render() | JROOT/libraries/kunena/layout/base.php:118 |
7 | KunenaLayoutBase->__toString() | JROOT/components/com_kunena/kunena.php:143 |
6 | require_once JROOT/components/com_kunena/kunena.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: 5.24 ms Query memory: 0.022 MB Memory before query: 35.195 MB Rows returned: 0
SELECT *
FROM sakthi_banners
WHERE '2023-09-27 02:06:34' >= 'reset'
AND `reset` != '0000-00-00 00:00:00'
AND `reset`!= NULL
AND (`checked_out` = 0 OR `checked_out` = 0)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Impossible WHERE |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_banners/helpers/banners.php:79 |
11 | BannersHelper::updateReset() | JROOT/modules/mod_banners/mod_banners.php:19 |
10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.54 ms After last query: 0.33 ms Query memory: 0.023 MB Memory before query: 35.213 MB Rows returned: 1
SELECT a.id as id,a.type as type,a.name as name,a.clickurl as clickurl,a.cid as cid,a.description as description,a.params as params,a.custombannercode as custombannercode,a.track_impressions as track_impressions,cl.track_impressions as client_track_impressions
FROM sakthi_banners as a
LEFT JOIN sakthi_banner_clients AS cl
ON cl.id = a.cid
WHERE a.state=1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2023-09-27 02:06:34')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2023-09-27 02:06:34')
AND (a.imptotal = 0 OR a.impmade < a.imptotal)
AND a.cid = 2
AND cl.state = 1
AND a.catid IN (15)
AND a.language in ('en-GB','*')
ORDER BY a.sticky DESC,a.ordering
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cl | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | a | NULL | ALL | idx_state,idx_banner_catid,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_banners/models/banners.php:222 |
12 | BannersModelBanners->getItems() | JROOT/modules/mod_banners/helper.php:48 |
11 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.11 ms Query memory: 0.006 MB Memory before query: 35.225 MB
UPDATE sakthi_banners
SET impmade = (impmade + 1)
WHERE id IN (3)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | sakthi_banners | NULL | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/components/com_banners/models/banners.php:268 |
12 | BannersModelBanners->impress() | JROOT/modules/mod_banners/helper.php:54 |
11 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.76 ms Query memory: 0.022 MB Memory before query: 35.617 MB Rows returned: 0
SELECT *
FROM sakthi_banners
WHERE '2023-09-27 02:06:34' >= 'reset'
AND `reset` != '0000-00-00 00:00:00'
AND `reset`!= NULL
AND (`checked_out` = 0 OR `checked_out` = 0)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Impossible WHERE |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_banners/helpers/banners.php:79 |
11 | BannersHelper::updateReset() | JROOT/modules/mod_banners/mod_banners.php:19 |
10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.13 ms Query memory: 0.023 MB Memory before query: 35.628 MB Rows returned: 1
SELECT a.id as id,a.type as type,a.name as name,a.clickurl as clickurl,a.cid as cid,a.description as description,a.params as params,a.custombannercode as custombannercode,a.track_impressions as track_impressions,cl.track_impressions as client_track_impressions
FROM sakthi_banners as a
LEFT JOIN sakthi_banner_clients AS cl
ON cl.id = a.cid
WHERE a.state=1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2023-09-27 02:06:34')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2023-09-27 02:06:34')
AND (a.imptotal = 0 OR a.impmade < a.imptotal)
AND a.cid = 3
AND cl.state = 1
AND a.language in ('en-GB','*')
ORDER BY a.sticky DESC,a.ordering
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cl | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | a | NULL | ALL | idx_state,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_banners/models/banners.php:222 |
12 | BannersModelBanners->getItems() | JROOT/modules/mod_banners/helper.php:48 |
11 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.08 ms Query memory: 0.006 MB Memory before query: 35.640 MB
UPDATE sakthi_banners
SET impmade = (impmade + 1)
WHERE id IN (2)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | sakthi_banners | NULL | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/components/com_banners/models/banners.php:268 |
12 | BannersModelBanners->impress() | JROOT/modules/mod_banners/helper.php:54 |
11 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.53 ms Query memory: 0.022 MB Memory before query: 35.642 MB Rows returned: 0
SELECT *
FROM sakthi_banners
WHERE '2023-09-27 02:06:34' >= 'reset'
AND `reset` != '0000-00-00 00:00:00'
AND `reset`!= NULL
AND (`checked_out` = 0 OR `checked_out` = 0)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Impossible WHERE |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_banners/helpers/banners.php:79 |
11 | BannersHelper::updateReset() | JROOT/modules/mod_banners/mod_banners.php:19 |
10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.13 ms Query memory: 0.023 MB Memory before query: 35.653 MB Rows returned: 1
SELECT a.id as id,a.type as type,a.name as name,a.clickurl as clickurl,a.cid as cid,a.description as description,a.params as params,a.custombannercode as custombannercode,a.track_impressions as track_impressions,cl.track_impressions as client_track_impressions
FROM sakthi_banners as a
LEFT JOIN sakthi_banner_clients AS cl
ON cl.id = a.cid
WHERE a.state=1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2023-09-27 02:06:34')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2023-09-27 02:06:34')
AND (a.imptotal = 0 OR a.impmade < a.imptotal)
AND a.cid = 1
AND cl.state = 1
AND a.catid IN (15)
AND a.language in ('en-GB','*')
ORDER BY a.sticky DESC,a.ordering
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cl | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | a | NULL | ALL | idx_state,idx_banner_catid,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_banners/models/banners.php:222 |
12 | BannersModelBanners->getItems() | JROOT/modules/mod_banners/helper.php:48 |
11 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.07 ms Query memory: 0.006 MB Memory before query: 35.665 MB
UPDATE sakthi_banners
SET impmade = (impmade + 1)
WHERE id IN (4)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | sakthi_banners | NULL | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/components/com_banners/models/banners.php:268 |
12 | BannersModelBanners->impress() | JROOT/modules/mod_banners/helper.php:54 |
11 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 8.41 ms Query memory: 0.097 MB Memory before query: 35.965 MB Rows returned: 1
SELECT *
FROM sakthi_easyblog_configs
WHERE `name` = 'config'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_easyblog_configs | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 20.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
23 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
22 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:581 |
21 | EB::config() | JROOT/components/com_easyblog/router.php:26 |
20 | EasyBlogRouterBase::buildRoute() | JROOT/components/com_easyblog/router.php:1253 |
19 | EasyBlogBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
18 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
12 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_menu/helper.php:139 |
11 | ModMenuHelper::getList() | JROOT/modules/mod_menu/mod_menu.php:15 |
10 | include JROOT/modules/mod_menu/mod_menu.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 6.46 ms Query memory: 0.032 MB Memory before query: 37.124 MB Rows returned: 188
SELECT *
FROM sakthi_acymailing_config
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_acymailing_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 188 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acymailing/classes/cpanel.php:17 |
10 | cpanelClass->load() | JROOT/administrator/components/com_acymailing/helpers/helper.php:461 |
9 | acymailing_config() | JROOT/administrator/components/com_acymailing/helpers/helper.php:1185 |
8 | include_once JROOT/administrator/components/com_acymailing/helpers/helper.php | JROOT/plugins/system/regacymailing/regacymailing.php:139 |
7 | plgSystemRegacymailing->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 |
3 × SELECT a.id as id,a.type as type,a.name as name,a.clickurl as clickurl,a.cid as cid,a.description as description,a.params as params,a.custombannercode as custombannercode,a.track_impressions as track_impressions,cl.track_impressions as client_track_impressions
FROM sakthi_banners as a
LEFT JOIN sakthi_banner_clients AS cl
ON cl.id = a.cid
3 × SELECT *
FROM sakthi_banners
3 × SELECT DISTINCT(user_id)
FROM sakthi_usergroups AS ug1
INNER JOIN sakthi_usergroups AS ug2
ON ug2.lft>=ug1.lft
AND ug1.rgt>=ug2.rgt
INNER JOIN sakthi_user_usergroup_map AS m
ON ug2.id=m.group_id
3 × SELECT u.name, u.username, u.email, u.block AS blocked, u.registerDate, u.lastvisitDate, ku.*, u.id AS userid
FROM `sakthi_users`AS u
LEFT JOIN `sakthi_kunena_users` AS ku
ON u.id = ku.userid
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `sakthi_extensions`
2 × SELECT t.parent_id
FROM sakthi_menu as t
1 × SELECT `data`
FROM `sakthi_session`
1 × SELECT *
FROM sakthi_kunena_topics
1 × SELECT *
FROM sakthi_easyblog_configs
1 × SELECT *
FROM sakthi_kunena_announcement
1 × SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM sakthi_fields AS a
LEFT JOIN `sakthi_languages` AS l
ON l.lang_code = a.language
LEFT JOIN sakthi_users AS uc
ON uc.id=a.checked_out
LEFT JOIN sakthi_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN sakthi_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN sakthi_fields_groups AS g
ON g.id = a.group_id
1 × SELECT code, location
FROM sakthi_kunena_smiley
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 sakthi_modules AS m
LEFT JOIN sakthi_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
LEFT JOIN sakthi_advancedmodules as am
ON am.moduleid = m.id
1 × SELECT m.*, t.message
FROM sakthi_kunena_messages AS m
INNER JOIN sakthi_kunena_messages_text AS t
ON m.id=t.mesid
1 × SELECT `user_id`,`category_id`,`role`
FROM `sakthi_kunena_user_categories`
1 × SELECT *
FROM sakthi_kunena_categories
1 × SELECT `session_id`
FROM `sakthi_session`
1 × SELECT *
FROM `sakthi_kunena_configuration`
1 × SELECT id, home, template, s.params
FROM sakthi_template_styles as s
LEFT JOIN sakthi_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `sakthi_assets`
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 sakthi_menu AS m
LEFT JOIN sakthi_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT `element`,`name`,`client_id`,`extension_id`
FROM `sakthi_extensions`
1 × SELECT *
FROM sakthi_languages
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM sakthi_extensions
1 × SELECT b.id
FROM sakthi_usergroups AS a
LEFT JOIN sakthi_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `sakthi_viewlevels
1 × SELECT *
FROM sakthi_acymailing_confi